diff options
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; } |