summaryrefslogtreecommitdiff
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
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
-rw-r--r--db/re/mob_db.conf6
-rw-r--r--npc/functions/fishing.txt4
-rw-r--r--npc/items/books.txt7
3 files changed, 10 insertions, 7 deletions
diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf
index e6a7fcc25..17c80a743 100644
--- a/db/re/mob_db.conf
+++ b/db/re/mob_db.conf
@@ -715,8 +715,8 @@ mob_db: (
AttackMotion: 672
DamageMotion: 480
Drops: {
- WhiteFur: 2300
- LettuceLeaf: 2000
+ WhiteFur: 2200
+ LettuceLeaf: 1600
Moss: 800
FluffyHat: 1
}
@@ -1266,7 +1266,7 @@ mob_db: (
AttackMotion: 672
DamageMotion: 480
Drops: {
- WhiteFur: 1500
+ WhiteFur: 2500
WolvernPelt: 450
WolvernTooth: 150
WolvernTooth: 150
diff --git a/npc/functions/fishing.txt b/npc/functions/fishing.txt
index 22b5ad33d..b6e25a075 100644
--- a/npc/functions/fishing.txt
+++ b/npc/functions/fishing.txt
@@ -140,9 +140,9 @@ function script fishing {
Bread, 4,
Aquada, 8,
Tentacles, 12,
- BugLeg, 1,
+ BugLeg, 2,
CaveSnakeTongue, 6,
- Alface, 2,
+ LettuceLeaf, 1,
Cheese, 3,
RoastedMaggot, 8;
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);