From 81ed1ac55f5eb952b5f97e286479f59f391bbf45 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 31 Mar 2019 12:40:40 -0300 Subject: Crazyfefe/Candor Fight TOP 10 scoreboards (hourly refresh, we have too many scoreboards) --- npc/006-1/crazyfefe.txt | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'npc/006-1/crazyfefe.txt') 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; -- cgit v1.2.3-60-g2f50