diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-03-16 22:26:21 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-03-16 22:26:21 -0300 |
commit | fa0fa33298300d7c7cb61dac3a3d8ac518390ac0 (patch) | |
tree | fdccfcb44d11ce4f79119b5bd1bcdf1159e39d5c | |
parent | 08b472f3de365b1b6802228e68d6fb9faad0b2b0 (diff) | |
download | serverdata-fa0fa33298300d7c7cb61dac3a3d8ac518390ac0.tar.gz serverdata-fa0fa33298300d7c7cb61dac3a3d8ac518390ac0.tar.bz2 serverdata-fa0fa33298300d7c7cb61dac3a3d8ac518390ac0.tar.xz serverdata-fa0fa33298300d7c7cb61dac3a3d8ac518390ac0.zip |
Fix some other Easter-related issues
-rw-r--r-- | npc/001-4/lilica.txt | 4 | ||||
-rw-r--r-- | npc/003-1/events.txt | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/npc/001-4/lilica.txt b/npc/001-4/lilica.txt index aa1bb6722..621720e41 100644 --- a/npc/001-4/lilica.txt +++ b/npc/001-4/lilica.txt @@ -121,9 +121,11 @@ OnPayFunds: OnInit: tradertype(NST_CUSTOM); + setarray .@Seasonal, EggshellHat, EggshellHat, GreenEggshellHat, OrangeEggshellHat, DarkEggshellHat, EggshellHat; + .Hat=.@Seasonal[(gettime(7)+1)%6]; // Magically choose the hat from the array // Ultra rare items - sellitem OrangeEggshellHat,200; + sellitem .Hat,200; // Rare and not-so-rare Items sellitem BunnyEars,50; diff --git a/npc/003-1/events.txt b/npc/003-1/events.txt index 85547bdb1..f2c513ec8 100644 --- a/npc/003-1/events.txt +++ b/npc/003-1/events.txt @@ -2,7 +2,7 @@ // Author: // Jesusalva // Description: -// The NPCs on this file are for when events end. Must be manually enabled. +// The NPCs on this file are for when events end. // Easter 003-1,47,53,0 script Lilica#final NPC_EASTER,{ |