Twist Gaming
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Logonserver error

Go down

Logonserver error Empty Logonserver error

Post  Guest Mon Jul 19, 2010 1:31 am

I have dantes lair repack for 62-bit. for patch 3.3.5(I DO have the 62 bit, i checked.) and i start up the mysql, then start logonserver and nothing appears in the command promt just a new little box that opens up and reads...

"The application was unable to start correctly (0xc000007b). Click OK to close the application"

then obviously closes D: could someone please post a fix or refer me to a post that has already been posted about something like this that i just cant seem to find. Thanks in advance, all help appreciated.


Last edited by mykael on Mon Jul 19, 2010 2:27 am; edited 2 times in total (Reason for editing : forgot to add the patch for the repack)
avatar
Guest
Guest


Back to top Go down

Logonserver error Empty Re: Logonserver error

Post  Blachex Mon Jul 19, 2010 1:38 am

I Searched on google about your problem and nothing but I think you did something wrong with .dlls
Blachex
Blachex
TwistGaming Admin
TwistGaming Admin

Posts Posts : 375
Location Location : Romania
Reputation Reputation : 38
Warning : Logonserver error Warnba10

http://www.twistgaming.com

Back to top Go down

Logonserver error Empty Re: Logonserver error

Post  Guest Mon Jul 19, 2010 1:54 am

Blachex wrote:I Searched on google about your problem and nothing but I think you did something wrong with .dlls

sooooo what can i try?, thanks for the reply blachex Very Happy
avatar
Guest
Guest


Back to top Go down

Logonserver error Empty Re: Logonserver error

Post  Blachex Mon Jul 19, 2010 2:21 am

I don't know sure Sad search on google Very Happy

or be sure you have Net Framework 3.5 and 4.0
Blachex
Blachex
TwistGaming Admin
TwistGaming Admin

Posts Posts : 375
Location Location : Romania
Reputation Reputation : 38
Warning : Logonserver error Warnba10

http://www.twistgaming.com

Back to top Go down

Logonserver error Empty Re: Logonserver error

Post  Guest Mon Jul 19, 2010 2:26 am

alright dude thanks for all the help Very Happy one more thing i have a ArcEmu repack that i use and it has the ICC bosses but not the instance its self. like its disabled or something. i have everything eles exept someone told me i need the worldmap_info line. do you have it?


Last edited by mykael on Mon Jul 19, 2010 2:27 am; edited 1 time in total (Reason for editing : forgot something)
avatar
Guest
Guest


Back to top Go down

Logonserver error Empty Re: Logonserver error

Post  Blachex Mon Jul 19, 2010 2:29 am

worldmap_info it's a line in database (Acces it with HeidiSQL)
and you can acces ICC only with a special teleporter (Find in FailZord's repack the teleportor)
Blachex
Blachex
TwistGaming Admin
TwistGaming Admin

Posts Posts : 375
Location Location : Romania
Reputation Reputation : 38
Warning : Logonserver error Warnba10

http://www.twistgaming.com

Back to top Go down

Logonserver error Empty Re: Logonserver error

Post  Guest Mon Jul 19, 2010 3:06 am

Blachex wrote:worldmap_info it's a line in database (Acces it with HeidiSQL)
and you can acces ICC only with a special teleporter (Find in FailZord's repack the teleportor)

ok so i found the lua script. now i placed it in my scripts folder. when i go to create the mob npc using wow-v.com what boxes do i check for gossip(the interaction part) to make it fully work with no errors? i appreciate all the help you have provided blachex.
avatar
Guest
Guest


Back to top Go down

Logonserver error Empty Re: Logonserver error

Post  Blachex Mon Jul 19, 2010 3:30 am

Gossip
Blachex
Blachex
TwistGaming Admin
TwistGaming Admin

Posts Posts : 375
Location Location : Romania
Reputation Reputation : 38
Warning : Logonserver error Warnba10

http://www.twistgaming.com

Back to top Go down

Logonserver error Empty Re: Logonserver error

Post  Guest Mon Jul 19, 2010 3:51 am

Blachex wrote:Gossip
i did that but when i talk to him all he does it greets me and that is it D: what eles should i try?

edit: WAIT! it gave me an error and it says it expected to close at function on line 13

heres the script

Code:
function On_Gossip(unit, event, player)
unit:GossipCreateMenu(100, player, 0)
unit:GossipMenuAddItem(0,"Light's Hammer", 1, 0)
unit:GossipMenuAddItem(0,"Oratory of the Damned", 2, 0)
unit:GossipMenuAddItem(0,"Rampart of Skulls", 3, 0)
unit:GossipMenuAddItem(0,"Deathbringer's Rise", 4, 0)
unit:GossipMenuAddItem(0,"The Plagueworks", 5, 0)
unit:GossipMenuAddItem(0,"The Crimson Hall", 6, 0)
unit:GossipMenuAddItem(0,"The Frostwing Halls", 7, 0)
unit:GossipMenuAddItem(0,"The Frost Queen's Lair", 8, 0)
unit:GossipSendMenu(player)
end
function Gossip_Submenus(unit, event, player, id, intid, code)
if(intid == 0) then
unit:GossipCreateMenu(101, player, 0)
unit:GossipMenuAddItem(0,"Light's Hammer", 1, 0)
unit:GossipMenuAddItem(0,"Oratory of the Damned", 2, 0)
unit:GossipMenuAddItem(0,"Rampart of Skulls", 3, 0)
unit:GossipMenuAddItem(0,"Deathbringer's Rise", 4, 0)
unit:GossipMenuAddItem(0,"The Plagueworks", 5, 0)
unit:GossipMenuAddItem(0,"The Crimson Hall", 6, 0)
unit:GossipMenuAddItem(0,"The Frostwing Halls", 7, 0)
unit:GossipMenuAddItem(0,"The Frost Queen's Lair", 8, 0)
unit:GossipSendMenu(player)
end

if(intid == 1) then
player:Teleport(631, -17.856115, 2211.640137, 30.115812)
end
if(intid == 2) then
player:Teleport(631, -503.632599, 2211.219971, 62.823246)
end
if(intid == 3) then
player:Teleport(631, -615.098267, 2211.509766, 199.973083)
end
if(intid == 4) then
player:Teleport(631, -549.151001, 2211.463967, 539.290222)
end
if(intid == 5) then
player:Teleport(631, 4356.780273, 2863.636230, 349.337982)
end
if(intid == 6) then
player:Teleport(631, 4453.248535, 2769.325684, 349.347473)
end
if(intid == 7) then
player:Teleport(631, 4356.853516, 2674.143311, 349.340118)
end
if(intid == 8) then
player:Teleport(631, 4356.527344, 2402.710205, 220.462723)
end


RegisterUnitGossipEvent(10112, 1, "On_Gossip")
RegisterUnitGossipEvent(10112, 2, "Gossip_Submenus")
avatar
Guest
Guest


Back to top Go down

Logonserver error Empty Re: Logonserver error

Post  Sponsored content


Sponsored content


Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum