View Single Post
  #2  
Old 10-19-2006, 10:55 PM
Angelox
AX Classic Developer
 
Join Date: May 2006
Location: filler
Posts: 2,049
Default

Quote:
Originally Posted by Arex
I have all quests working perfectly, but quest that spawn mobs like The_statue_of_Rallos_Zek.pl

# On death, spawns the Idol of Rallos Zek

sub EVENT_DEATH {
quest::shout("Protect the Idol of Zek!");
quest::spawn2(113341,0,0,1289,1300,-90,254.5);
}

# Quest by mystic414


The guy shot Protect the Idol of Zek, but idol dont get spawned :/ I already have checked it on list npc with listnpcs command and idol of Zek doesnt spawn. Any idea why could to be it? need i any aditional plugins? I have 2 plugins: check_handing.pl and soulbinder.pl

Thank You in advance!
Quest Globals are enabled?
Reply With Quote