From fd36f8c372408b6223e9e1f2664e1ee652ccedf3 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 29 Jun 2018 11:07:52 -0300 Subject: Pink Helmet!! Oh wow, Cherry will **love** it! --- npc/003-1/aidan.txt | 5 +++-- npc/012-1/hinnak.txt | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'npc') 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: -- cgit v1.2.3-70-g09d2