summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-06-16 15:13:13 -0300
committerJesusaves <cpntb1@ymail.com>2018-06-16 15:13:13 -0300
commit0d1efdea2591a6629eae9002d455f3bee0c9da4e (patch)
treedbca4cef59a374716dc3db15c7c3dbea63336f33
parent69d2a7a7eba1cbf296626d33f1d54b606537eb98 (diff)
downloadserverdata-0d1efdea2591a6629eae9002d455f3bee0c9da4e.tar.gz
serverdata-0d1efdea2591a6629eae9002d455f3bee0c9da4e.tar.bz2
serverdata-0d1efdea2591a6629eae9002d455f3bee0c9da4e.tar.xz
serverdata-0d1efdea2591a6629eae9002d455f3bee0c9da4e.zip
PERFECT! IT WORKS! HAHAHAHAHAH!!
-rw-r--r--npc/003-1/eomie.txt3
-rw-r--r--npc/003-1/tinris.txt3
-rw-r--r--npc/004-1/anwar.txt6
3 files changed, 7 insertions, 5 deletions
diff --git a/npc/003-1/eomie.txt b/npc/003-1/eomie.txt
index 43e9a8ad5..f223ea2d7 100644
--- a/npc/003-1/eomie.txt
+++ b/npc/003-1/eomie.txt
@@ -20,7 +20,7 @@ L_NotMe:
mesq l("Hello Ms. Eomie, kind sir Anwar sent me to fetch some fertilizers to save Tulimshar from famine, if you may?");
next;
mesn;
- mesq lg("Sorry kind sir @@, but no.", "Sorry kind lady @@, but no.", strcharinfo(0));
+ mesq lg("Sorry kind lady @@, but no.", "Sorry kind sir @@, but no.", strcharinfo(0));
next;
mesn;
mesq l("Or rather, I can't. I would love to help you, just like everybody else, but I don't know how to make fertilizers.");
@@ -75,6 +75,7 @@ L_Gift:
mesq l("Anwar sent you this, erm, hum... @@.", getitemlink(TortugaShell));
next;
setq2 TulimsharQuest_AnwarField, .@q2+2;
+ delitem TortugaShell, 1;
mesn;
mesq l("WOW, THIS IS AWESOME! Many, many thanks!!");
close;
diff --git a/npc/003-1/tinris.txt b/npc/003-1/tinris.txt
index fe3f417a6..1d8bac01f 100644
--- a/npc/003-1/tinris.txt
+++ b/npc/003-1/tinris.txt
@@ -51,7 +51,7 @@ L_Start:
L_Back:
mesn;
- mesq l("So, did you brought me the cherry cakes?");
+ mesq l("So, did you brought me the twelve cherry cakes?");
mes "";
mesn strcharinfo(0);
if (askyesno() != ASK_YES) {
@@ -138,6 +138,7 @@ L_Gift:
mesq l("Anwar sent you this, erm, hum... @@.", getitemlink(TortugaShell));
next;
setq2 TulimsharQuest_AnwarField, .@q2+1;
+ delitem TortugaShell, 1;
mesn;
mesq l("WOW, THIS IS AWESOME! Many, many thanks!!");
close;
diff --git a/npc/004-1/anwar.txt b/npc/004-1/anwar.txt
index 4462fb1c4..857226f85 100644
--- a/npc/004-1/anwar.txt
+++ b/npc/004-1/anwar.txt
@@ -61,8 +61,8 @@ L_TryIt:
next;
setq2 TulimsharQuest_AnwarField, .@q2+1;
- // Fail chances are 100% - 10% per attempt
- if (rand(0,100) < 100-(.@q2*10)) {
+ // Fail chances are 100% - 12% per attempt
+ if (rand(0,100) < 100-(.@q2*12)) {
setq1 TulimsharQuest_AnwarField, 6;
mes col("Nothing happens.", 9);
next;
@@ -97,7 +97,7 @@ L_SecondTry:
L_FirstReward:
mesn;
- mesq l("Here are two @@. Please deliver it to them. I'm hope they'll like it.", getitemlink(TortugaShell));
+ mesq l("Here are two @@. Please deliver it to them. I hope they'll like it.", getitemlink(TortugaShell));
setq TulimsharQuest_AnwarField, 10, 0;
getitembound(TortugaShell, 2, 4); // Prevent accidental item loss
close;