summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--db/re/item_db.conf5
-rw-r--r--npc/003-1/aidan.txt5
-rw-r--r--npc/012-1/hinnak.txt2
3 files changed, 6 insertions, 6 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf
index da51a3713..abeb45fa6 100644
--- a/db/re/item_db.conf
+++ b/db/re/item_db.conf
@@ -8471,16 +8471,15 @@ item_db: (
{
Id: 3001
AegisName: "PinkHelmet"
- Name: "Farmer Hat"
+ Name: "Pink Helmet"
Type: "IT_ARMOR"
Buy: 16000
Sell: 5000
Weight: 320
Def: 60
- Slots: 1
Loc: "EQP_HEAD_TOP"
WeaponLv: 0
- EquipLv: 30
+ EquipLv: 50
Refine: false
ViewSprite: 3001
BuyingStore: true
diff --git a/npc/003-1/aidan.txt b/npc/003-1/aidan.txt
index ee840fb7d..60e7ce9e0 100644
--- a/npc/003-1/aidan.txt
+++ b/npc/003-1/aidan.txt
@@ -106,7 +106,8 @@ L_Assign:
L_Finish:
// Check if you can store a Strange Coin (you really should)
- inventoryplace StrangeCoin, 1;
+ // Another item too, which I'm sure you won't get it anywhere.
+ inventoryplace StrangeCoin, 1, NPCEyes, 1;
mes l("Current progress: @@/10000 @@", getq2(General_Hunter), getmonsterlink(GHQ_GetMonsterIDByQuestID(getq(General_Hunter))));
mes "";
GHMEMO[getq(General_Hunter)]=getq2(General_Hunter);
@@ -149,7 +150,7 @@ L_Finish:
close;
case Pinkie:
setq General_Hunter, 0, 0;
- getitem ApanaCake, 1;
+ getitem PinkHelmet, 1;
getexp 15750, 100;
mesn;
mesq l("And your rare, a @@! Enjoy!", getitemlink(ApanaCake));
diff --git a/npc/012-1/hinnak.txt b/npc/012-1/hinnak.txt
index 6d731daf5..a7a021e01 100644
--- a/npc/012-1/hinnak.txt
+++ b/npc/012-1/hinnak.txt
@@ -133,7 +133,7 @@ L_Letter:
L_Thanks:
mesq l("Many thanks for all the help!");
next;
- GHQ_Assign(Pinkie, "Hurnscald", getitemlink(ApanaCake));
+ GHQ_Assign(Pinkie, "Hurnscald", getitemlink(PinkHelmet));
close;
OnInit: