summaryrefslogtreecommitdiff
path: root/npc/items/books.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-01-02 12:19:34 -0200
committerJesusaves <cpntb1@ymail.com>2019-01-02 12:19:34 -0200
commitb3818efcde4dac11238f9596e2fee4dce7a341aa (patch)
tree179ac96acc54621327cdcd28b93854f0c6cf5165 /npc/items/books.txt
parent3a880edd69402afeba8304b9c3a66c55d09ea2e0 (diff)
downloadserverdata-b3818efcde4dac11238f9596e2fee4dce7a341aa.tar.gz
serverdata-b3818efcde4dac11238f9596e2fee4dce7a341aa.tar.bz2
serverdata-b3818efcde4dac11238f9596e2fee4dce7a341aa.tar.xz
serverdata-b3818efcde4dac11238f9596e2fee4dce7a341aa.zip
Update several bugs reported on #tmw2-dev %%G
Diffstat (limited to 'npc/items/books.txt')
-rw-r--r--npc/items/books.txt7
1 files changed, 5 insertions, 2 deletions
diff --git a/npc/items/books.txt b/npc/items/books.txt
index 87877ec27..7b16293e3 100644
--- a/npc/items/books.txt
+++ b/npc/items/books.txt
@@ -98,9 +98,10 @@ OnInit:
l("So you have now a pet, who is loyal to you. It'll follow you everywhere, but there are two things you must know."),
l("Do not let intimacy and hunger get to zero. If any of those get to zero, it'll leave you forever."),
l("Pets must keep a strict diet. Pious eats Piberries, Bhoppers eat Aquadas, and Maggots eats Bug Legs."),
+ l("White Cats drink Milk, Forest Mushroom eats Moss, Black Cats eats marshmallow. Keep in mind whatever they eat."),
l("However, you should only give food when it's hungry, otherwise it'll believe you're a bad owner and intimacy will decrease."),
l("Dying will also decrease the pet intimacy, and there are bonuses when your intimacy is high!"),
- l("To perform most actions, like feeding and renaming, just right-click it. You can even put it back on the egg if its following gets too annoying."),
+ l("To perform most actions, like feeding and renaming, just right-click it. You can even put it back on the egg if its following gets too annoying. When in the egg, they would fell hunger."),
l("Give your pet a nice name, and keep it healthy, and you'll be a successful pet owner!"),
l("Some pets will also collect loot for you, right click on it so it drop whatever it is holding for you."),
l("...And if you're still trying to check your pet stats, just hover it with your mouse. Thanks."),
@@ -191,7 +192,9 @@ OnInit:
if (getskilllv(TMW2_KALMURK))
mesc l("Summon Maggot - @sk-kalmurk");
if (getskilllv(TMW2_PARUM))
- mesc l("Parum - @sk-parum");
+ mesc l("Wood Manipulation - @sk-parum");
+ if (getskilllv(TMW2_MKPOT))
+ mesc l("Make Potion - @sk-mkpot");
next;
mesn l("Current Magic Control");
.@val=MAGIC_EXP+rand(-MAGIC_LVL*5, MAGIC_LVL*5);