Will this version fix any problems with quest related crashes? or implement more quest type code? == still not entirely sure its not just me but for some reason when my npc gets hailed by certain ppl at certain times, it crashes the whole server, but then at other times works fine ( -- i think it either has to do with 1: my code in the quest or 2: sumthing to do with firewalls/winxp or my router 3: the npc i created or the spawn stats / zone he is in (
basically i made the x,y,x coods of God_Dragon in zone #becomeuber (load) x:0 y:0 z:10 -- he is a aligator race texutre 1 headtype 1 -- lvl 100 999k hps -- basically all i have the quest setup to do is this: (becomeuber.qst) resides in the quests directory of eqemu -- server :
NPC_SCRIPT 6666
{
TRIGGER_TEXT:Hail:
{
SAY:Oh, Master Wraith Sent You?
SAY:Master Wraith Is SO Uber, he can solo 10 Kerafyrm Dragons With His Bare Hands, oh yea, did I mention he was a grandmaster monk?! %CHARNAME% Here, please take this reward for your intrest in this server

LEVEL 100
SAY:Good luck to you, do not let this power corrupt you, or the gods shall punish you.
}
TRIGGER_DEATH{
SHOUT:%CHARNAME%, you have made a huge mistake, all gods will now look at you in disgrace.
SHOUT: %CHARNAME%, you kill our gift to the world?!?! You shall DIE!
CAST_SPELL 982
}
}