View Single Post
  #5  
Old 07-01-2014, 05:14 PM
Kingly_Krab
Administrator
 
Join Date: May 2013
Location: United States
Posts: 1,603
Default

$x, $y, $z, And $h are pre-defined. You also cannot use GetMobID the way you're using it, you have to be referencing a mob, not the function itself. You can just do the following:
Code:
sub EVENT_DEATH_COMPLETE {
    quest::spawn2(102099, 0, 0, $x, $y, $z, $h);
}
Reply With Quote