View Single Post
  #2  
Old 06-25-2017, 08:11 PM
nilbog
Hill Giant
 
Join Date: Nov 2007
Posts: 197
Default

I suggest testing basic usage of CastSpell to ensure it works properly, then expand upon your script.

i.e.

Code:
sub EVENT_SAY {
  if($text=~/hail/i) {
    $npc->CastSpell(17,$userid); #Light Healing
  }
 }
__________________
https://www.project1999.com
Reply With Quote