Thread: PVP flag
View Single Post
  #7  
Old 03-30-2011, 05:27 PM
revloc02c's Avatar
revloc02c
Hill Giant
 
Join Date: Aug 2010
Location: UT
Posts: 215
Default

Quote:
Originally Posted by Caryatis View Post
sub EVENT_ENTERZONE
{
quest::pvp(on);
}
Thanks Caryatis. The answer is so simple I feel kinda sheepish (I was searching in the wrong place).

How do you turn it off when they leave the zone? Or die fighting someone in the zone? I don't want players spawning at their bind point with their PvP flag activated.

Does the following code work when you die too? Or evac out of a zone?
Code:
sub EVENT_ZONE
{
quest::pvp(off);
}
Reply With Quote