Quote:
Originally Posted by paaco
Heres a copy of a translocator quest file from my server. Format your quest exactly like mine, changing the Zoneid and locs of course and it should work. Also your post should have gone into the quests section of the forums
Code:
sub EVENT_SAY{
if ($text=~/Hail/i){
quest::say("Hello $name . I can send you back to [Vex Thal], if that is what you wish?");
}
if($text=~/Vex Thal/i)
{
quest::say("As You Wish");
quest::movepc(158, -1657.25, 149.48, -41.62);
}
}
|
Actually, thats pretty much the same as what I have. Actually, I don't have spaces after the commas in the coordinates... Shouldn't make a difference but I'll try that when I get home from work.
Quests section huh? Lol, when I think Quests, I think of questing itself - which a translocator script does not usually bring to mind. I guess if I just pretend I see "scripting" where it says "questing" I won't go off on an obsessive compulsive fit
