diff options
author | masao87 <masao87@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-05-26 16:32:23 +0000 |
---|---|---|
committer | masao87 <masao87@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-05-26 16:32:23 +0000 |
commit | e576f13c95750f3c2b8fc3e764ab2b80f76df8b9 (patch) | |
tree | a2011c407119a25317e31de048319c08e912d526 /npc/other/arena/arena_room.txt | |
parent | 828ba5b2c63b316bb284be884a8ad62755025bfc (diff) | |
download | hercules-e576f13c95750f3c2b8fc3e764ab2b80f76df8b9.tar.gz hercules-e576f13c95750f3c2b8fc3e764ab2b80f76df8b9.tar.bz2 hercules-e576f13c95750f3c2b8fc3e764ab2b80f76df8b9.tar.xz hercules-e576f13c95750f3c2b8fc3e764ab2b80f76df8b9.zip |
- Fixed wrong areawarp coordinations in all arena rooms. bugreport:3494
- Added check if the player invoking one of the Izlude Arena NPC's in sec_pri02 is actually a GM. bugreport:3494
- Some other random stuff in arena files. bugreport:3494
- Follow up r15278 , all EF_WIND effects should now work properly. bugreport:5369
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16152 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/other/arena/arena_room.txt')
-rw-r--r-- | npc/other/arena/arena_room.txt | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/npc/other/arena/arena_room.txt b/npc/other/arena/arena_room.txt index 9653f4912..3cfa7ba64 100644 --- a/npc/other/arena/arena_room.txt +++ b/npc/other/arena/arena_room.txt @@ -408,6 +408,8 @@ arena_room,158,82,1 script Helper Lonik 828,{ sec_in02,72,180,3 script Arena Manager#arena 802,{ + if (!getgmlevel()) end; + input .@arena; if(!.@arena) { @@ -497,7 +499,7 @@ sec_in02,72,180,3 script Arena Manager#arena 802,{ case 1: mes "[Arena Manager]"; mes "Please enter 0 to cancel."; - mes "If not, please write within 400 letters."; + mes "If not, please enter a value for minutes first and then seconds.."; next; input .@arenamin; set $top_50min,.@arenamin; @@ -509,7 +511,7 @@ sec_in02,72,180,3 script Arena Manager#arena 802,{ case 2: mes "[Arena Manager]"; mes "Please enter 0 to cancel."; - mes "If not, please write within 400 letters."; + mes "If not, please enter a value for minutes first and then seconds.."; next; input .@arenamin; set $top_60min,.@arenamin; @@ -521,7 +523,7 @@ sec_in02,72,180,3 script Arena Manager#arena 802,{ case 3: mes "[Arena Manager]"; mes "Please enter 0 to cancel."; - mes "If not, please write within 400 letters."; + mes "If not, please enter a value for minutes first and then seconds.."; next; input .@arenamin; set $top_70min,.@arenamin; @@ -533,7 +535,7 @@ sec_in02,72,180,3 script Arena Manager#arena 802,{ case 4: mes "[Arena Manager]"; mes "Please enter 0 to cancel."; - mes "If not, please write within 400 letters."; + mes "If not, please enter a value for minutes first and then seconds.."; next; input .@arenamin; set $top_80min,.@arenamin; @@ -545,7 +547,7 @@ sec_in02,72,180,3 script Arena Manager#arena 802,{ case 5: mes "[Arena Manager]"; mes "Please enter 0 to cancel."; - mes "If not, please write within 400 letters."; + mes "If not, please enter a value for minutes first and then seconds.."; next; input .@arenamin; set $top_ptmin,.@arenamin; @@ -564,6 +566,8 @@ sec_in02,72,180,3 script Arena Manager#arena 802,{ sec_in02,79,171,3 script Reward Manager#arena 802,{ + if (!getgmlevel()) end; + input .@arena; if(!.@arena) { @@ -1027,6 +1031,8 @@ OnTimer62000: sec_in02,72,171,3 script Picture Manager#arena 802,{ + if (!getgmlevel()) end; + input .@arena; if(!.@arena) { |