summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-03-15 11:57:40 -0300
committerJesusaves <cpntb1@ymail.com>2019-03-15 11:57:40 -0300
commitbe2a126f029419afadb14045158c2fe9a89d93ee (patch)
tree5cb4a1422d918ee14d61fe2a51470d273daa1042
parent5d3b85ae54eec8d9341bfb91e0022f777dea04fe (diff)
downloadserverdata-be2a126f029419afadb14045158c2fe9a89d93ee.tar.gz
serverdata-be2a126f029419afadb14045158c2fe9a89d93ee.tar.bz2
serverdata-be2a126f029419afadb14045158c2fe9a89d93ee.tar.xz
serverdata-be2a126f029419afadb14045158c2fe9a89d93ee.zip
Report progress when healing the Injuried Mouboo
-rw-r--r--npc/014-2/mouboo.txt16
1 files changed, 15 insertions, 1 deletions
diff --git a/npc/014-2/mouboo.txt b/npc/014-2/mouboo.txt
index 746a1bf94..52c2d45c7 100644
--- a/npc/014-2/mouboo.txt
+++ b/npc/014-2/mouboo.txt
@@ -76,7 +76,7 @@ L_Begin:
mesc l("Uhm, this seems like a bad idea.");
close;
} else if (.@id == DeathPenalty) {
- mesc l("Uhm, that's an... @@. Do you... want to grow a tree on the mouboo or something? Can't you think on something else?", DeathPenalty);
+ mesc l("Uhm, that's an... @@. Do you... want to grow a tree on the mouboo or something? Can't you think on something else?", getitemlink(DeathPenalty));
close;
}
mesc l("Really give your @@ to the Mouboo?", getitemlink(.@id)), 1;
@@ -100,6 +100,20 @@ L_Begin:
getexp 800, 0;
close;
}
+
+ // Progress Report
+ if (.@q2 > 900) {
+ mesc l("The mouboo seems to want to thank you, but is still too weak. Let's finish this healing.");
+ }
+ else if (.@q2 > 700) {
+ mesc l("The mouboo looks a bit more healthy. A little more should do.");
+ }
+ else if (.@q2 > 400) {
+ mesc l("The mouboo looks a bit less sickly. But this is not enough.");
+ }
+ if (.@q2 > 100) {
+ mesc l("The mouboo still looks terrible, but you can see a small difference.");
+ }
}
break;
case 3: