Logonserver error
Twist Gaming :: Gaming and Server Development :: MMORPGs Emulation & Chat :: World of Warcraft :: Emulation
Page 1 of 1
Logonserver error
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.
"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)
Guest- Guest
Re: Logonserver error
I Searched on google about your problem and nothing but I think you did something wrong with .dlls
Re: Logonserver error
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
Guest- Guest
Re: Logonserver error
I don't know sure search on google
or be sure you have Net Framework 3.5 and 4.0
or be sure you have Net Framework 3.5 and 4.0
Re: Logonserver error
alright dude thanks for all the help 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)
Guest- Guest
Re: Logonserver error
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)
and you can acces ICC only with a special teleporter (Find in FailZord's repack the teleportor)
Re: Logonserver error
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.
Guest- Guest
Re: Logonserver error
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?Blachex wrote:Gossip
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")
Guest- Guest
Similar topics
» Uhm, logonserver is acting up?
» Can't start my arcemu-logonserver
» problem with arcemu-logonserver
» logonserver exits out right after i start it.
» Error 1024
» Can't start my arcemu-logonserver
» problem with arcemu-logonserver
» logonserver exits out right after i start it.
» Error 1024
Twist Gaming :: Gaming and Server Development :: MMORPGs Emulation & Chat :: World of Warcraft :: Emulation
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum