summaryrefslogtreecommitdiff
path: root/npc/other/arena/arena_room.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/other/arena/arena_room.txt')
-rw-r--r--npc/other/arena/arena_room.txt16
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)
{