View Single Post
  #3  
Old 01-16-2010, 06:14 AM
OscarGrouch05
Sarnak
 
Join Date: Apr 2008
Posts: 71
Default

cavedue this is what i made up for teleports from bazaar zone
Translocator_Blue.pl
sub TL
{
movepc(1213.00,921.00,3.2; }
}
movepc(88.00,265.00,36.00); }
}

Translocator_Red.pl
sub TL
{
movepc(1212.00,-891.00,3.2; }
}
movepc(261.64,-91.47,36.00); }
}

click on the circle at your feet it'll teleport ya
-----------------------------
for guildlobby
High_Priest_Of_Luclin.pl

#generic soulbinder quest
sub EVENT_SAY {
plugin::soulbinder_say($text);
}

sub EVENT_SPAWN
{
$x = $npc->GetX();
$y = $npc->GetY();
quest::set_proximity($x - 90, $x + 90, $y - 90, $y + 90);
}

sub EVENT_ENTER
{
quest::signal(202273,5); #Qadar
}

High_Priestess_Of_Luclin.pl

#generic soulbinder quest
sub EVENT_SAY {
plugin::soulbinder_say($text);
}

sub EVENT_SPAWN
{
$x = $npc->GetX();
$y = $npc->GetY();
quest::set_proximity($x - 90, $x + 90, $y - 90, $y + 90);
}

sub EVENT_ENTER
{
quest::signal(202273,5); #Qadar
}
Reply With Quote