diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-01-02 21:17:24 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-01-02 21:17:24 -0300 |
commit | d3dec62b36a4faefe1e94a4286873d22c644e2e3 (patch) | |
tree | f60caf4aedf560a1edb4d5bc14a69b603f1343ff | |
parent | 25eb14486f29bdb9aa72d00516518ff09ebeb405 (diff) | |
download | serverdata-d3dec62b36a4faefe1e94a4286873d22c644e2e3.tar.gz serverdata-d3dec62b36a4faefe1e94a4286873d22c644e2e3.tar.bz2 serverdata-d3dec62b36a4faefe1e94a4286873d22c644e2e3.tar.xz serverdata-d3dec62b36a4faefe1e94a4286873d22c644e2e3.zip |
OnClock0000 should be more reserved.
Also, record Christmas Winners.
-rw-r--r-- | npc/001-1/bgmaster.txt | 6 | ||||
-rw-r--r-- | npc/003-1/shop.txt | 2 | ||||
-rw-r--r-- | npc/009-3/dangrostra.txt | 2 | ||||
-rw-r--r-- | 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; } |