summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-08-30 11:22:43 -0300
committerJesusaves <cpntb1@ymail.com>2019-08-30 11:22:43 -0300
commit71051c803f7f5697e668f0783b8bef63b6a1dc76 (patch)
tree6448df4a937048c692c8f88e218eac1b4a8b13fe
parente36711920aca544f001b1940203393ab0371b8e9 (diff)
downloadserverdata-71051c803f7f5697e668f0783b8bef63b6a1dc76.tar.gz
serverdata-71051c803f7f5697e668f0783b8bef63b6a1dc76.tar.bz2
serverdata-71051c803f7f5697e668f0783b8bef63b6a1dc76.tar.xz
serverdata-71051c803f7f5697e668f0783b8bef63b6a1dc76.zip
Dialog for Tinris failures
-rw-r--r--npc/003-1/tinris.txt30
1 files changed, 29 insertions, 1 deletions
diff --git a/npc/003-1/tinris.txt b/npc/003-1/tinris.txt
index ce759981f..92404daef 100644
--- a/npc/003-1/tinris.txt
+++ b/npc/003-1/tinris.txt
@@ -109,7 +109,35 @@ L_Fail:
else
getexp 90, 0;
mesn;
- mesq l("Well, that could fail, I said. Here is some experience.");
+ switch (.@q2) {
+ case 1:
+ mesq l("Well, that could fail, I said. Here is some experience.");
+ break;
+ case 2:
+ mesq l("Don't worry, third time is the charm. Here is some experience. Let's try again.");
+ break;
+ case 3:
+ mesq l("Okay, here is some experience, and forgot what I've said before. We can try again.");
+ break;
+ case 4:
+ mesq l("Don't worry, I've tweaked my formula this time. Here is some experience and let's try again!");
+ break;
+ case 5:
+ mesq l("I'm sorry, I just... Maybe if...? Aha! Here's the EXP, ready for a next go?");
+ break;
+ case 6:
+ mesq l("Uhm, maybe I mashed the Plushroom too hard this time. Here's EXP as usual, let's try again?");
+ break;
+ case 7:
+ mesq l("I shall not fail any further, I think my new formula is perfect! Here's the EXP, but I need material to use it!");
+ break;
+ case 8:
+ mesq l("I never knew you could fail THAT hard. I've took Saulc's Fertilizer's recipe, success chance is of 100% if you want to try again.");
+ break;
+ default:
+ mesq l("Well, that could fail, I said. Here is some experience.");
+ break;
+ }
next;
if (countitem(Plushroom) >= 3 &&
countitem(MaggotSlime) >= 9)