EQ closes when zoning into Podisease
When I will zone into plane of disease, the entire game will just shut down. This isn't good since podisease has custom content it. Then when I try to log back on, I will get disconnected right when I click enter world or enter tutorial.
|
I had someone else try to zone in, and It did the same thing. Zone.exe says unable to find group id, char not found! and then disconnects them.
|
Your zone must have something in it that causes the crash. Check your spawn IDs and make sure they aren't a number that is extremely high. If that isn't it, you should review all other custom changes you made and see if anything stands out when you compare it to another zone that works. You probably have something set to an ID that is out of range of the client/emu, or possibly a quest script that is causing a crash.
|
I have one custom mob whose ID is 1215 and his quest is as follows. I think it might be his ID actually. I have been having problems with that zone since I spawned him.
#Gives an archtype specific item after killing Grummus, Gyrme, Aramin Code:
sub EVENT_SAY { |
also while your looking, make sure you dont have any NPC with names that are really long.
|
the only mob I added is named Vinius the Pure. Is it possible to change his ID to something else? I think that might be the problem
|
Try deleteing the NPC from your database and see if that lets you zone in. If so, then the issue is with the NPC. I have heard of issues where NPCs that are named the same as a player can cause odd zone crashes for some reason. I don't know exactly what causes it, but I think Zeb may have had a similar problem with an NPC in their custom Kael zone. They had an NPC that spawned via a quest and everytime it would spawn, the zone would crash. The ID number you have for that spawn should be ok, unless it is a duplicate ID number. Your best bet would be to delete the NPC completely and create a new one either using the in game #spawn command or using GeorgeS NPC Loot Editor. If the problem happens again, maybe you should try renaming the NPC slightly and see if that helps.
|
I have had this issue occur several times before. In my case, it has always been a quest trying to load which causes the crash.
|
If that is the case, try renaming the quest file so that it doesn't load. If that corrects the problem, the only part of the quest I think may cause a problem is this part:
Code:
if($class eq 'Warrior'){quest::summonitem(1569);} |
Ok I deleted the NPC. After I deleted him, the zone loaded fine. I made a new NPC and just shortened his name and it worked. BTW what is wrong with the quest? I tried it and it isnt giving an item.
|
All times are GMT -4. The time now is 08:13 PM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.