PDA

View Full Version : Translocators and soul binders


calranthe
12-03-2004, 11:31 PM
I have read a few posts about these npc's but am not fully understanding.

Does anyone have a link to these two basic needed perl quests and importantly how to implement them.

Scorpx725
12-04-2004, 06:54 AM
Uh.. what do you mean?

The quests are both writeable, but its a bit harder with translocators.

And the Soul Binder quest is in the sticky topic.

What do you mean implement them? Wouldnt you implement them like any other quest?

calranthe
12-04-2004, 11:15 AM
well this is my translocator quest the start of it but it doesn't work im new to perl so can someone tell me what im doing wrong, my idea is to have east commons as a congregation point translocators all over the realm will port to that zone in EC tunnel

now when you hail the guy he responds but when you sain mainland nothing happens.

sub EVENT_SAY{
if ($text=~/Hail/i){
quest::emote("Greetings, Do you wish to travel to the [mainland] or to [Kunark] and do remember to seek out the soul binder to anchor your body to the new location");
}
if($test=~/mainland/i)
{
quest::movepc(22, -1571, -176, 3);
}
}

The_Horrid
12-04-2004, 05:55 PM
if($test=~/mainland/i)
mispelled text.

The_Horrid

Scorpx725
12-04-2004, 06:24 PM
I feel like a retard for not catching that >_<

Reminds of that Albino Blacksheep thing where people dont read the whole word, just some letters.

calranthe
12-04-2004, 06:41 PM
*beats himself around the head with a dictionary*