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

Quote:
Originally Posted by c0ncrete View Post
quest::spawn2(npc_type,grid,guildwarset,x,y,z,head ing)
The success

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

               if($itemid && $transmute[$itemid]) {
                $client->NukeItem($itemid);
                $client->CastSpell($transmute[$itemid], 0, 1, 0, 0);
                quest::spawn2(469003,0,0,2.0,-2.0,4.47,100);
  }
}

Thank you very much! Learn from you the
__________________
To create the most beautiful server for "!!~[BP] PLARYBOT EQ~!" Welcome to our server
Reply With Quote