diff options
-rw-r--r-- | db/re/item_db.conf | 12 | ||||
-rw-r--r-- | npc/001-4/lilica.txt | 5 | ||||
-rw-r--r-- | npc/003-1/lieutenantdausen.txt | 4 |
3 files changed, 12 insertions, 9 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index c7a1e664d..859bc390e 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -7403,12 +7403,12 @@ item_db: ( AegisName: "Boots" Name: "Boots" Type: "IT_ARMOR" - Buy: 2 - Sell: 1 - Weight: 1 + Buy: 1600 + Sell: 400 + Weight: 80 Atk: 0 Matk: 0 - Def: 1 + Def: 10 Range: 0 Slots: 0 Job: { @@ -7417,7 +7417,7 @@ item_db: ( Gender: "SEX_ANY" Loc: "EQP_SHOES" WeaponLv: 0 - EquipLv: 1 + EquipLv: 3 Refine: false ViewSprite: 1806 BindOnEquip: false @@ -7705,7 +7705,7 @@ item_db: ( Weight: 35 Atk: 0 Matk: 0 - Def: 16 + Def: 14 Range: 0 Slots: 0 Job: { 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; |