From 3453ca7b8f837c99e22544d07b2d43343675f141 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 4 May 2019 15:12:06 -0300 Subject: Minor updates after 9.0 --- npc/003-0/wizard.txt | 6 +++--- npc/017-1/pet_detective.txt | 3 ++- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/npc/003-0/wizard.txt b/npc/003-0/wizard.txt index 010940abe..763728534 100644 --- a/npc/003-0/wizard.txt +++ b/npc/003-0/wizard.txt @@ -154,7 +154,7 @@ L_Member: mesn; mesq l("This useful skill will only require:"); mesc l("@@/@@ @@", countitem(.@Item), (getskilllv(.@Skill)+1)*30, getitemlink(.@Item)); - mesc l("@@/@@ @@", countitem(FluoPowder), (getskilllv(.@Skill)+1)*15, getitemlink(FluoPowder)); + mesc l("@@/@@ @@", countitem(FluoPowder), (getskilllv(.@Skill)+1)*10, getitemlink(FluoPowder)); mesc l("@@/@@ @@", countitem(HerbalTea), (getskilllv(.@Skill)+1)*3, getitemlink(HastePotion)); mesc l("@@/@@ @@", countitem(WoodenLog), (getskilllv(.@Skill)+1)*2, getitemlink(DiamondPowder)); mesc l("@@/@@ @@", countitem(.@ItemB), (getskilllv(.@Skill)+1)*1, getitemlink(.@ItemB)); @@ -162,13 +162,13 @@ L_Member: if (askyesno() == ASK_YES) { if ( countitem(.@Item) < (getskilllv(.@Skill)+1)*30 || - countitem(FluoPowder) < (getskilllv(.@Skill)+1)*15 || + countitem(FluoPowder) < (getskilllv(.@Skill)+1)*10 || countitem(HerbalTea) < (getskilllv(.@Skill)+1)*3 || countitem(WoodenLog) < (getskilllv(.@Skill)+1)*2 || countitem(.@ItemB) < (getskilllv(.@Skill)+1)*1) goto L_Missing; delitem .@Item, (getskilllv(.@Skill)+1)*30; - delitem FluoPowder, (getskilllv(.@Skill)+1)*15; + delitem FluoPowder, (getskilllv(.@Skill)+1)*10; delitem HerbalTea, (getskilllv(.@Skill)+1)*3; delitem WoodenLog, (getskilllv(.@Skill)+1)*2; delitem .@ItemB, (getskilllv(.@Skill)+1)*1; diff --git a/npc/017-1/pet_detective.txt b/npc/017-1/pet_detective.txt index a96e2caad..1d73711aa 100644 --- a/npc/017-1/pet_detective.txt +++ b/npc/017-1/pet_detective.txt @@ -49,7 +49,8 @@ L_Menu: mesq l("I currently have some pets with me. For most, you need to finish their Grand Hunter Quest, of course."); mes ""; mesc l("Note: some pets still weren't implemented!"); - mesc l("NYI: @@, @@, @@, @@", getmonsterlink(Snake), getmonsterlink(Scorpion), getmonsterlink(Moggun), getmonsterlink(Fluffy)); + mesc l("If you notice your pet is missing, this means nobody cleared them yet."), 1; + mesc l("So, you are the first and must contact Jesusalva %%g"), 1; mes ""; select rif(GHMEMO[GHQ_GetQuestIDByMonsterID(Maggot)] >= 10000 && !countitem(MaggotCocoon), l("Cute Maggot")), -- cgit v1.2.3-70-g09d2