Quote:
Originally Posted by sorvani
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);
}
}