Lexen, I copied your to the "T", making sure space were and were not where they were suppose to be. It doesn't work. Also, when I log in hail him he won't say anything until I #reloadpl on him. Then he just says the first line of text, but won't do anything when I say bind my soul. Only fix that REMOTELY works so far is Cisyouc's version and that one automatically binds me as soon as I first hail him, but I still have to #reloadpl first for him to say anything at all. This is Cisyouc's version again, maybe you all know why his works, somewhat, and the others don't, and why I have to do the #reloadpl command each time I log in. Is it because the server is technically down and your booting up the quests on the server when you bring it up? thats the only thing I can think of since Sony's servers are up all the time and they probably boot up all the quests when they bring it up from a patch. Grabbin at straws here, hehe.
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/i)
{
quest::say("Very well. You will return to this spot when you die.");
quest::selfcast(2049); }
}
BTW, you asked why it seems they are bunched up and that's the way they came when I downloaded the PEQ quest pack. But the one above is exactly how I have it in the file and it will bind me, but without a request too. thanks.
|