View Single Post
  #12  
Old 01-09-2013, 01:35 PM
sorvani
Dragon
 
Join Date: May 2010
Posts: 965
Default

Try this.
also please notice the use of the [CODE] tag.
Code:
sub EVENT_CAST {
  if($spell_id == 7652) {
    quest::spawn2(218068,0,0,$x,$y,$z,$h);
  }
}
Reply With Quote