Thread: Scion Request
View Single Post
  #15  
Old 11-28-2004, 11:19 AM
Richardo
Banned
 
Join Date: Oct 2003
Location: Mattmecks Basement
Posts: 546
Default

Quote:
Originally Posted by sotonin
actually teleport npcs dont work period. (using the spells)

because the teleport (translocate etc) spells are flagged beneficial in the spells.txt and the emulator REFUSES to let a npc cast this on a player and vice versa. you get the spell effects but nothing happens.

Ehh, if you use selfcast(), it is a ghetto way to make it work hehe but no AE...

sub EVENT SAY
{
if$text=~/Hail/ {
quest::selfcast(spellid);
}

but I think this code wouldnt be good for scion, because it makes the (client) cast the spell instantly. Not client(s) in area :(
Reply With Quote