summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-05-04 15:12:06 -0300
committerJesusaves <cpntb1@ymail.com>2019-05-04 15:12:06 -0300
commit3453ca7b8f837c99e22544d07b2d43343675f141 (patch)
treeddd1d469ac8db6898a3526f05f6ea6a23862cbd3 /npc
parentd3c1cd41f4cd29c77d824403006abce26f6e5b07 (diff)
downloadserverdata-3453ca7b8f837c99e22544d07b2d43343675f141.tar.gz
serverdata-3453ca7b8f837c99e22544d07b2d43343675f141.tar.bz2
serverdata-3453ca7b8f837c99e22544d07b2d43343675f141.tar.xz
serverdata-3453ca7b8f837c99e22544d07b2d43343675f141.zip
Minor updates after 9.0
Diffstat (limited to 'npc')
-rw-r--r--npc/003-0/wizard.txt6
-rw-r--r--npc/017-1/pet_detective.txt3
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")),