PDA

View Full Version : Pvp/Non Pvp Priest of Discord; By Cameron13


cameron13
09-05-2004, 02:09 PM
sub EVENT_SAY
{
if ($text=~ /Hail/i){quest::say("Do you want to be [PVP] or [NON PVP]");}
if ($text=~ /PVP/i){quest::say(" Here you go $Name Give this item back to me.
quest::summonitem(18700);
}
if ($text=~ /NON PVP/i){quest::say(Here you go Give this back to me);}
quest::summonitem(29019);}
{
sub EVENT_ITEM
}
($itemcount{18700} == 1);}
{
quest::say("I see you wish to join us in Discord! Welcome! By turning your back on the protection of Order you are now open to many more opportunities for

glory and power. Remember that you can now be harmed by others who have also heard the call of Discord.");
quest::pvp("On");
{
($itemcount{29109} == 1)}
{
quest::say(" Welcome $name on joining the the Order. "); }
quest::pvp("on");
}

sotonin
09-05-2004, 04:02 PM
there's already been at least 2 of these quests, that do the exact same thing posted before.

/search

o.O