summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorFedja Beader <fedja@protonmail.ch>2024-05-21 22:12:54 +0200
committerFedja Beader <fedja@protonmail.ch>2024-05-21 22:14:43 +0200
commit7c8a5f124a3dfe72258982accc0e78bfeda118a5 (patch)
treea68742b0a519911ea4ea4e74092351aa1809cec1 /npc
parent938dfb7dbf68fcc343f686e480cd768fca419715 (diff)
downloadserverdata-7c8a5f124a3dfe72258982accc0e78bfeda118a5.tar.gz
serverdata-7c8a5f124a3dfe72258982accc0e78bfeda118a5.tar.bz2
serverdata-7c8a5f124a3dfe72258982accc0e78bfeda118a5.tar.xz
serverdata-7c8a5f124a3dfe72258982accc0e78bfeda118a5.zip
Sync Laranja quest actual ingredient counts with requested ingredient counts.
Diffstat (limited to 'npc')
-rw-r--r--npc/016-1/laranja.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/016-1/laranja.txt b/npc/016-1/laranja.txt
index f293fb370..0693d432f 100644
--- a/npc/016-1/laranja.txt
+++ b/npc/016-1/laranja.txt
@@ -17,7 +17,7 @@
mesq l("How can I help you?");
mes "";
menu
- l("Orange Dye? How much does it cost?"), -,
+ l("Orange Dye? How much does it cost?"), L_Dye,
l("Nothing. Take care!"), L_Quit;
L_Dye:
@@ -52,16 +52,16 @@ L_Dye:
goto L_Quit;
if (countitem(BottleOfTonoriWater) >= 1 &&
countitem(GambogeHerb) >= 60 &&
- countitem(AlizarinHerb) >= 75 &&
+ countitem(AlizarinHerb) >= 70 &&
countitem(Piberries) >= 5 &&
- countitem(PileOfAsh) >= 5 && Zeny >= 1500) {
+ countitem(PileOfAsh) >= 5 && Zeny >= 3000) {
inventoryplace OrangeDye, 1, EmptyBottle, 1;
delitem BottleOfTonoriWater, 1;
delitem GambogeHerb,60;
delitem AlizarinHerb, 70;
delitem Piberries, 5;
delitem PileOfAsh, 5;
- Zeny=Zeny-1500;
+ Zeny -= 3000;
getitem OrangeDye, 1;
getitem EmptyBottle, 1;
if (getq(TulimsharQuest_Laranja) == 1) {