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