summaryrefslogtreecommitdiff
path: root/npc/001-4
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-03-24 11:10:14 -0300
committerJesusaves <cpntb1@ymail.com>2018-03-24 11:10:14 -0300
commite4a9d8a1e95020b660e101ce735ffe8956937398 (patch)
tree133e24b9cedcf4fc17a02ae79d0d3ee25d5c1a6c /npc/001-4
parent3d53a7be06db7d087883b4dcefabd8cb474fbc8d (diff)
downloadserverdata-e4a9d8a1e95020b660e101ce735ffe8956937398.tar.gz
serverdata-e4a9d8a1e95020b660e101ce735ffe8956937398.tar.bz2
serverdata-e4a9d8a1e95020b660e101ce735ffe8956937398.tar.xz
serverdata-e4a9d8a1e95020b660e101ce735ffe8956937398.zip
Tulimshar boots for Dausen
Diffstat (limited to 'npc/001-4')
-rw-r--r--npc/001-4/lilica.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/npc/001-4/lilica.txt b/npc/001-4/lilica.txt
index 325b0b504..67f9f69ea 100644
--- a/npc/001-4/lilica.txt
+++ b/npc/001-4/lilica.txt
@@ -45,7 +45,7 @@ L_Leader:
close;
L_Quest:
- setarray .@Seasonal, EggshellHat, EggshellHat, GreenEggshellHat, OrangeEggshellHat, EggshellHat, EggshellHat;
+ setarray .@Seasonal, EggshellHat, EggshellHat, GreenEggshellHat, OrangeEggshellHat, DarkEggshellHat, EggshellHat;
.@Hat=.@Seasonal[gettime(7)%6]; // Magically choose the hat from the array
mesn;
mesq l("Good choice! This year we're having a @@!", getitemlink(.@Hat));
@@ -118,6 +118,9 @@ OnPayFunds:
OnInit:
tradertype(NST_CUSTOM);
+ // Ultra rare items
+ sellitem OrangeEggshellHat,200;
+
// Rare Items
sellitem BunnyEars,50;
sellitem StrangeCoin,2;