summaryrefslogtreecommitdiff
path: root/npc/006-1
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-03-31 12:40:40 -0300
committerJesusaves <cpntb1@ymail.com>2019-03-31 12:40:40 -0300
commit81ed1ac55f5eb952b5f97e286479f59f391bbf45 (patch)
treeca2f79e20e46bb63240b44579c9fe5ae932d5ec8 /npc/006-1
parentbcc665fb84a78d794c7310e3944ddf572aecb890 (diff)
downloadserverdata-81ed1ac55f5eb952b5f97e286479f59f391bbf45.tar.gz
serverdata-81ed1ac55f5eb952b5f97e286479f59f391bbf45.tar.bz2
serverdata-81ed1ac55f5eb952b5f97e286479f59f391bbf45.tar.xz
serverdata-81ed1ac55f5eb952b5f97e286479f59f391bbf45.zip
Crazyfefe/Candor Fight TOP 10 scoreboards (hourly refresh, we have too many scoreboards)
Diffstat (limited to 'npc/006-1')
-rw-r--r--npc/006-1/crazyfefe.txt14
1 files changed, 12 insertions, 2 deletions
diff --git a/npc/006-1/crazyfefe.txt b/npc/006-1/crazyfefe.txt
index bf5e10bdf..9e3559a7e 100644
--- a/npc/006-1/crazyfefe.txt
+++ b/npc/006-1/crazyfefe.txt
@@ -19,6 +19,9 @@
// Only possible with @set command, overrides the co-op requeriment. Affects other scripts.
006-1,47,22,0 script Crazyfefe NPC_STATUE_EVILMAN,{
+ goto L_Main;
+
+L_Main:
if ($@FEFE_CAVE_LEVEL) goto L_Enjoy;
if ($@FEFE_DELAY > gettimetick(2)) goto L_Wait;
mesn;
@@ -26,8 +29,15 @@
next;
menu
l("Sorry, sorry! Please rest, great Crazyfefe!"), L_Exit,
- l("I do. I want to challenge the Candor Cave!"), L_Next,
- l("What is this place anyway?"), L_Explain;
+ l("I do. I want to challenge the Candor Cave!"), L_Next,
+ l("What are current leaderboard?"), L_Scoreboard,
+ l("What is this place anyway?"), L_Explain;
+
+L_Scoreboard:
+ mesc l("All leaderboards are refreshed hourly."), 1;
+ HallOfCandor();
+ next;
+ goto L_Main;
L_Next:
mesn;