summaryrefslogtreecommitdiff
path: root/npc/003-13/arnea.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/003-13/arnea.txt')
-rw-r--r--npc/003-13/arnea.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/npc/003-13/arnea.txt b/npc/003-13/arnea.txt
index 084e8b22c..2107bda43 100644
--- a/npc/003-13/arnea.txt
+++ b/npc/003-13/arnea.txt
@@ -40,6 +40,7 @@ L_Manage:
select
l("warp back"),
rif(!'UDTf, l("begin UDT Challenge")),
+ l("UDT Challenge Ranking"),
l("cancel");
switch (@menu)
@@ -72,6 +73,11 @@ L_Manage:
closeclientdialog;
break;
case 3:
+ mesc l("All leaderboards are refreshed hourly."), 1;
+ mesc l("Your current score: @@", UDTRANK), 3;
+ HallOfUDT();
+ break;
+ case 4:
break;
}
close;
@@ -113,6 +119,8 @@ OnGladius:
setunitdata(.@mg, UDT_CRIT, (.@blv/2)+.@luk+('UDTf*2));
'UDTf+=1;
npctalk ("UDT Challenge, wave " + 'UDTf + "!");
+ if ('UDTf > UDTRANK)
+ UDTRANK='UDTf;
end;
OnInit: