View Single Post
  #11  
Old 08-04-2004, 04:53 PM
sotonin
Demi-God
 
Join Date: May 2004
Posts: 1,177
Default

Still no luck.. This is what i currently have. and it yields the same result. when i turn in the item, the new mob spawns. but they just stand there the original mob wont attack me

Code:
sub EVENT_ITEM {
if($itemcount{20368} == 1){
quest::say("Hmmm. What's this? A note from that silly bard Baenar? I wasn't aware that those of his kind could write, much less read.");
quest::emote("lets out a deep laugh.");
quest::say("I see you do not share my sense of humor. Let's read it, shall we? Oh, no! She's dead? I knew that already, you fool. It was by my hand she died! Ooops! Did I let that slip out? Silly me. I guess I will have to kill you now!");
quest::spawn(12132,0,0,-10905,1249,210);
quest::attack($charid);
}
}
sub EVENT_DEATH {
quest::summonitem("20367");
quest::depop();
}

#END of FILE Zone:qey2hh1  ID:12076 -- Maligar
Reply With Quote