diff options
author | mekolat <mekolat@gmail.com> | 2014-09-07 15:44:33 -0400 |
---|---|---|
committer | mekolat <mekolat@gmail.com> | 2014-10-30 14:21:17 -0400 |
commit | e5190f9ddff51a2e246a7af5538909ec212e00db (patch) | |
tree | 6f626346b5fb37d24688c0defdffba55a509cb48 /world/map/npc/009-6/brodomir.txt | |
parent | 0bc1c20799c9b01e60035ce1c82fd8a38c110c4c (diff) | |
download | serverdata-e5190f9ddff51a2e246a7af5538909ec212e00db.tar.gz serverdata-e5190f9ddff51a2e246a7af5538909ec212e00db.tar.bz2 serverdata-e5190f9ddff51a2e246a7af5538909ec212e00db.tar.xz serverdata-e5190f9ddff51a2e246a7af5538909ec212e00db.zip |
add fight club
Diffstat (limited to 'world/map/npc/009-6/brodomir.txt')
-rw-r--r-- | world/map/npc/009-6/brodomir.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/world/map/npc/009-6/brodomir.txt b/world/map/npc/009-6/brodomir.txt index 5bd032e4..d4b8082f 100644 --- a/world/map/npc/009-6/brodomir.txt +++ b/world/map/npc/009-6/brodomir.txt @@ -171,6 +171,7 @@ L_Warp: mapwarp "009-6.gat", "009-5.gat", 0, 0; mapannounce "009-5.gat", "PvP On!", 0; pvpon "009-5.gat"; + areatimer "009-5.gat", 20, 20, 80, 80, 0, "#GoBack2#Duels::OnResave"; end; L_Warpfail: @@ -225,12 +226,18 @@ L_SkipItem: set $@BRODOMIR_PLAYERS, 0; end; +L_Dead_Duels: + warp "009-7.gat", 39, 37; + end; + L_Dead: + if(Duel_LMS == 1) goto L_Dead_Duels; warp "009-3.gat", 155,83; end; L_End: mapwarp "009-5.gat", "009-6.gat", 36, 42; + areatimer "009-6.gat", 17, 23, 47, 50, 0, "#GoBack2#Duels::OnResave"; goto L_Cleanup; L_Alreadystarted: |