From e5190f9ddff51a2e246a7af5538909ec212e00db Mon Sep 17 00:00:00 2001 From: mekolat Date: Sun, 7 Sep 2014 15:44:33 -0400 Subject: add fight club --- world/map/npc/001-3/guards.txt | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'world/map/npc/001-3/guards.txt') diff --git a/world/map/npc/001-3/guards.txt b/world/map/npc/001-3/guards.txt index 699d46ba..7b18f252 100644 --- a/world/map/npc/001-3/guards.txt +++ b/world/map/npc/001-3/guards.txt @@ -1,5 +1,3 @@ -// - 001-3.gat,77,37,0|script|Phaet#arena|125, { mes "[Phaet the Royal Guard]"; @@ -17,8 +15,14 @@ L_Sure: mes "[Phaet the Royal Guard]"; mes "\"Ok.\""; next; + if(Duel_PVP == 1) goto L_FightClub; warp "001-2.gat", 25, 23; close; + +L_FightClub: + set Duel_PVP, 0; + warp "009-7.gat", 39, 37; + close; } 001-3.gat,69,37,0|script|Aradin|126, -- cgit v1.2.3-60-g2f50