View Single Post
  #13  
Old 01-09-2013, 09:28 PM
javewow's Avatar
javewow
Sarnak
 
Join Date: Aug 2012
Location: work
Posts: 74
Default

Quote:
Originally Posted by sorvani View Post
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);
  }
}
Use your methods do not spawn

I will not

Code:
sub EVENT_ITEM_CLICK_CAST {
        my %transmute = ();
        $transmute[69231] = 5137;

               if($spell_id == 5137) {
    quest::spawn2(218068,0,0,$x,$y,$z,$h);
  }
}
__________________
To create the most beautiful server for "!!~[BP] PLARYBOT EQ~!" Welcome to our server
Reply With Quote