From d3dec62b36a4faefe1e94a4286873d22c644e2e3 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 2 Jan 2020 21:17:24 -0300 Subject: OnClock0000 should be more reserved. Also, record Christmas Winners. --- npc/001-1/bgmaster.txt | 6 +++--- npc/003-1/shop.txt | 2 +- npc/009-3/dangrostra.txt | 2 +- npc/functions/scoreboards.txt | 7 ++++++- 4 files changed, 11 insertions(+), 6 deletions(-) diff --git a/npc/001-1/bgmaster.txt b/npc/001-1/bgmaster.txt index 13aa30ee0..78a986de5 100644 --- a/npc/001-1/bgmaster.txt +++ b/npc/001-1/bgmaster.txt @@ -87,9 +87,9 @@ OnTimer60000: end; // Arena Cooldown (every 8 hours) (CET time) -OnClock0000: -OnClock0800: -OnClock1600: +OnClock0001: +OnClock0801: +OnClock1601: if ($@BGMaster1 == 2) $@BGMaster1=0; end; diff --git a/npc/003-1/shop.txt b/npc/003-1/shop.txt index cf51a70fa..07c25bc69 100644 --- a/npc/003-1/shop.txt +++ b/npc/003-1/shop.txt @@ -29,7 +29,7 @@ OnInit: OnClock0621: OnClock1210: OnClock1757: -OnClock0000: +OnClock0001: restoreshopitem YellowDye, 2; restoreshopitem RoundLeatherShield, 2; restoreshopitem Knife, 5; diff --git a/npc/009-3/dangrostra.txt b/npc/009-3/dangrostra.txt index e7974a217..11b5ab4d2 100644 --- a/npc/009-3/dangrostra.txt +++ b/npc/009-3/dangrostra.txt @@ -54,7 +54,7 @@ OnInit: sellitem Coffee, -1, 3; end; -OnClock0000: +OnClock0001: restoreshopitem ShortBow, 15200, 1; OnClock1200: restoreshopitem WoodenBow, 6800, 1; diff --git a/npc/functions/scoreboards.txt b/npc/functions/scoreboards.txt index 337fa6833..fd3a0eb3f 100644 --- a/npc/functions/scoreboards.txt +++ b/npc/functions/scoreboards.txt @@ -436,7 +436,12 @@ function script HallOf2019 { mes l("No victor appliable."); mes ""; mes l(".:: Christmas 2019 ::."); - mesc l("Scheduled: December 19th - January 2nd"); + //mesc l("Scheduled: December 19th - January 2nd"); + mes l("1. Lilanna - 2498"); + mes l("2. seeds - 1167"); + mes l("3. Woody - 1066"); + mesc l("4. dangerDuck - 540"); + mesc l("5. Heaven - 501"); return; } -- cgit v1.2.3-60-g2f50