The zones that I have scripts in still cause fatal errors causing the zone to shut down. Any clue to this? SPAWN NPC 5779, when it tries to spawn it, the zone shuts down on me. On my level me script, (Bunch of SAYS, Emotes, etc.) LEVEL 61. Sometimes it shuts down the zone after this. The Guardian script says this right now, works all the way up to spawning the NPC then crashes.
NPC_SCRIPT 5778 {
TRIGGER_TEXT:Hail, Guardian:{
FACE_TARGET
SAY:I refuse to speak of the Ancient God!
EMOTE:Guardian scowls at you.
}
TRIGGER_TEXT:Ancient God:{
SAY:So I see you refuse to leave me be! I will not speak, Unless you are proven immortal!
}
TRIGGER_TEXT:Proven Immortal:{
SAY:Bring me back the head of Kerafyrm and we shall speak further.
}
{
TRIGGER_ITEM:28145:{
SAY:AH, So it has been proven that Kerafyrm has been slain! The ancient god of life would never believe this if he was around! I have tried many times to animate him, but I must be missing something in my [black magic]
}
TRIGGER_TEXT:Black Magic:{
SAY:Well, I am currently in need of the Black Stone of Life. I heard the only way to get it is to kill Vulak'Aerr himself. After that he spawns a undead version of himself in The Plane of Hate.
}
{
TRIGGER_ITEM:45039:{
SAY:The Black Stone of Life! I see you would like to meet this God. I warn you he attacks on sight and is very violent. Are you sure you are ready?
}
TRIGGER_TEXT:I am ready:{
SHOUT: IT HAS BEEN DONE, PREPARE YOURSELF FOR THE ANCIENT GOD OF LIFE!!
SPAWN_NPC 5779
}
}
|