View Single Post
  #1  
Old 02-16-2004, 01:01 AM
Monrezz's Avatar
Monrezz
Dragon
 
Join Date: Mar 2003
Location: #loc
Posts: 745
Default quest::selfcast(spellid)

Perl missing quest::selfcast(spellid)

zone\embparser.cpp ~ Line 391 add:
Code:
"sub selfcast{push(@cmd_queue,{func=>'selfcast',args=>join(',',@_)});}"
This allows you to use the command quest::selfcast(spellid) that forces the client to cast a spell on themself, useful for self-only and group spells triggered from the quest.

Monrezz
__________________

kRPG Profile
Reply With Quote