View Single Post
  #5  
Old 07-30-2015, 11:53 AM
Rabuk
Fire Beetle
 
Join Date: Jul 2015
Posts: 14
Default

The only way i got this running now is by using "other" instead of "self".

Code:
e.other:CastSpell(18323, myid, 0, 0, 0);
So this will come close to the selfcast function in perl.

Thank you !
Reply With Quote