summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-11-13 22:33:06 -0300
committerJesusaves <cpntb1@ymail.com>2020-11-13 22:33:06 -0300
commitebe08c149191e5a383be2d6df39f31504d2d0a30 (patch)
treeea5f3c84272db62d455ce74b5b9a986a6a4ecbcb
parent13a11d5f9be654c8e79beec3ac019ef7bd4e27bb (diff)
downloadserverdata-ebe08c149191e5a383be2d6df39f31504d2d0a30.tar.gz
serverdata-ebe08c149191e5a383be2d6df39f31504d2d0a30.tar.bz2
serverdata-ebe08c149191e5a383be2d6df39f31504d2d0a30.tar.xz
serverdata-ebe08c149191e5a383be2d6df39f31504d2d0a30.zip
Last batch of fixes for the day
-rw-r--r--npc/008-2-13/lena.txt2
-rw-r--r--npc/020-1/joaquim.txt10
2 files changed, 6 insertions, 6 deletions
diff --git a/npc/008-2-13/lena.txt b/npc/008-2-13/lena.txt
index 75cc7fe2..02690a63 100644
--- a/npc/008-2-13/lena.txt
+++ b/npc/008-2-13/lena.txt
@@ -168,7 +168,7 @@ function lenaQuest {
mesq l("Wonderful! So, how about a warm up?");
next;
mesn;
- mesq l("Bring me %d %s. This should help us amending the damage they caused and is a good warm-up exercise.", getitemlink(CoinBag));
+ mesq l("Bring me %d %s. This should help us amending the damage they caused and is a good warm-up exercise.", .numCoins, getitemlink(CoinBag));
return;
}
diff --git a/npc/020-1/joaquim.txt b/npc/020-1/joaquim.txt
index d9d97030..ad462df0 100644
--- a/npc/020-1/joaquim.txt
+++ b/npc/020-1/joaquim.txt
@@ -22,7 +22,7 @@
function joaquimMissing;
function joaquimStart;
- .@q=getq(HalinarzoQuest_SickWife);
+ .@q=getq(TonoriQuest_Joaquim);
if (BaseLevel < 36) joaquimTooWeak();
if (BaseLevel < 55) joaquimWeak();
switch (.@q) {
@@ -76,7 +76,7 @@ function joaquimFinish {
getitem MoubooPendant, 1;
quest_xp(.maxLevel, 39260);
quest_jxp(.maxLevel, 75);
- setq HalinarzoQuest_SickWife, 5;
+ setq TonoriQuest_Joaquim, 5;
mesn;
mesq l("Take this spare @@ I did. It heals fully and instantly, so don't hesit to use it if you're about to die.", getitemlink(ElixirOfLife));
next;
@@ -104,7 +104,7 @@ function joaquimStart {
next;
mesn;
mesq l("I don't remember what I need now, but if you give me a moment, I'll get the list.");
- setq HalinarzoQuest_SickWife, 1;
+ setq TonoriQuest_Joaquim, 1;
return;
}
@@ -123,7 +123,7 @@ function joaquimFound {
mesn;
if (@menu == 1) {
mes lg("Thanks! Thanks! Savior! Hurry up!");
- setq HalinarzoQuest_SickWife, 2;
+ setq TonoriQuest_Joaquim, 2;
} else if (@menu == 2) {
mes l("Uhm, sorry, I don't trust stuff you get at market. You know.");
mes l("Full of agrotoxins, transgenics and whatever. Not safe.");
@@ -162,7 +162,7 @@ function joaquimReturn {
delitem BugLeg, 20;
delitem MoubooSteak, 15;
getitem ElixirOfLife, 1;
- setq HalinarzoQuest_SickWife, 3;
+ setq TonoriQuest_Joaquim, 3;
mesn;
mesq l("Thanks, I'll just bake the Elixir right away...!");
next;