summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
Diffstat (limited to 'npc')
-rw-r--r--npc/001-4/lilica.txt5
-rw-r--r--npc/003-1/lieutenantdausen.txt4
2 files changed, 6 insertions, 3 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;
diff --git a/npc/003-1/lieutenantdausen.txt b/npc/003-1/lieutenantdausen.txt
index fdb19b008..c0e2db8c2 100644
--- a/npc/003-1/lieutenantdausen.txt
+++ b/npc/003-1/lieutenantdausen.txt
@@ -68,8 +68,8 @@
mesn;
mesq l("Thank you, here is your reward.");
- inventoryplace Boots, 1, TulimsharGuardCard, 1;
- getitem Boots, 1;
+ inventoryplace TulimsharGuardBoots, 1, TulimsharGuardCard, 1;
+ getitem TulimsharGuardBoots, 1;
getitem TulimsharGuardCard, 1;
setq TulimsharQuest_WaterForGuard, 3;