PDA

View Full Version : Soulbinders...


ryetsu
06-21-2004, 07:22 AM
After reading some previous post's it appears that beneficial spells such as Bind and Healing spells will not function when coming from a NPC to a PC.

Am I correct in that assumption?

The reason I ask is because my SoulBinder cast's the bind spell but it does not stick.

Anyone know what I need to change in the source? I have the latest and greatest version, 06/16.

Thanks!

KhaN
06-21-2004, 09:45 AM
I use NPC to cast a variety of spells on my server and has no problems with it, but one time again, i use 0 EQlive spells so *shrug*.

I cant speak about bind, as bind in EQA isnt a spell but a global, maybe other server owner could answer.

Tertiary
06-21-2004, 09:54 AM
When I was playing with soulbinders, I used selfcast which, seemed to work OK.



sub EVENT_SAY {
if ($text=~/Hail/i){quest::say("Greetings $name . When a hero of our world is slain. their soul returns to the place it was last bound and the body is reincarnated. As a member of the Order of Eternity. it is my duty to [bind your soul] to this location if that is your wish."); }
if ($text=~/bind my soul/i){quest::say("Very well. You will return to this spot when you die.");
quest::selfcast(2049); }
}
#END of FILE Zone:neriaka ID:5555 -- Soulbinder_Nola_Z`Ret

ryetsu
06-21-2004, 10:12 AM
Worked like a charm! Thanks very much Tertiary! :)