going to test this tonight
Quote:
} Whoever wrote this delcared a local version of the standard x/y/z/h and then in the death event set the 4 variables with 4 calls to $npc and then ran spawn2.
It could very simply be written
Code:
# tainted_seafury_cyclops.pl
sub EVENT_DEATH {
quest::spawn2(69142,0,0,$x,$y,$z,$h);
}
|