diff options
author | Haru <haru@dotalux.com> | 2013-11-10 04:28:03 +0100 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2013-11-10 04:31:28 +0100 |
commit | b4f1b3b5c5c009ed4f7635c5349ea97c80c08c25 (patch) | |
tree | cbd305d3896bdc9f498ed9eb72836dc7b6c32b99 /npc/other/guildpvp.txt | |
parent | c9b63614070f7fce81c88cd60e5edad5a7730df0 (diff) | |
download | hercules-b4f1b3b5c5c009ed4f7635c5349ea97c80c08c25.tar.gz hercules-b4f1b3b5c5c009ed4f7635c5349ea97c80c08c25.tar.bz2 hercules-b4f1b3b5c5c009ed4f7635c5349ea97c80c08c25.tar.xz hercules-b4f1b3b5c5c009ed4f7635c5349ea97c80c08c25.zip |
Follow-up to 857bdc4f98be6cd1e185a24565d6b6b54752b9b4
- Consolidated case in variables, labels, constants.
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'npc/other/guildpvp.txt')
-rw-r--r-- | npc/other/guildpvp.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/other/guildpvp.txt b/npc/other/guildpvp.txt index 33ba49e47..debb96de9 100644 --- a/npc/other/guildpvp.txt +++ b/npc/other/guildpvp.txt @@ -14,9 +14,9 @@ pvp_y_room,77,85,4 script Guild Battle Guide 8W_SOLDIER,{ - setarray .@map1X[1],7,9,16,8,20; - setarray .@map2X[1],91,90,83,91,79; - setarray .@mapY[1],49,49,50,49,50; + setarray .@map1x[1],7,9,16,8,20; + setarray .@map2x[1],91,90,83,91,79; + setarray .@mapy[1],49,49,50,49,50; mes "[Guild Battle Guide]"; mes "How are you doing?"; @@ -49,6 +49,6 @@ pvp_y_room,77,85,4 script Guild Battle Guide 8W_SOLDIER,{ mes "[Guild Battle Guide]"; mes "Great! Have a good time~"; close2; - warp "guild_vs"+.@i,getd(".@map"+.@j+"X["+.@i+"]"),.@mapY[.@i]; + warp "guild_vs"+.@i,getd(".@map"+.@j+"x["+.@i+"]"),.@mapy[.@i]; end; } |