View Single Post
  #15  
Old 05-04-2010, 12:54 AM
Andrew80k
Dragon
 
Join Date: Feb 2007
Posts: 659
Default

should be quest::castspell($userid,<spell#>) so that should be working. Did you try it without the EVENT_HP?

Code:
if ($combat_state == 1) {
      quest::castspell($userid,477);
}
Reply With Quote