summaryrefslogtreecommitdiff
path: root/npc/016-1/laranja.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/016-1/laranja.txt')
-rw-r--r--npc/016-1/laranja.txt14
1 files changed, 7 insertions, 7 deletions
diff --git a/npc/016-1/laranja.txt b/npc/016-1/laranja.txt
index d7de07224..f293fb370 100644
--- a/npc/016-1/laranja.txt
+++ b/npc/016-1/laranja.txt
@@ -25,14 +25,14 @@ L_Dye:
mesq l("Thanks to pirate activity, dye has become more difficult to obtain lately.");
mesq l("In fact, %s is considered by most to be rare these days.", getitemlink(OrangeDye));
next;
- if (BaseLevel < 45) {
- mesn;
+ if (BaseLevel < 45) {
+ mesn;
mesq l("Since supplies are limited, I currently prioritize orders placed by higher level players.");
mesq l("Come back when you are stronger and we can trade.");
next;
goto L_Quit;
}
-
+
mesn;
mesq l("I can trade some with you. Just bring me the following cash payment and supplies:");
mes "";
@@ -41,7 +41,7 @@ L_Dye:
mesq l("%d/%d %s",countitem(GambogeHerb), 60, getitemlink(GambogeHerb));
mesq l("%d/%d %s",countitem(AlizarinHerb), 70, getitemlink(AlizarinHerb));
mesq l("%d/%d %s",countitem(Piberries), 5, getitemlink(Piberries));
- mesq l("%d/%d %s",countitem(PileOfAsh), 5, getitemlink(PileOfAsh));
+ mesq l("%d/%d %s",countitem(PileOfAsh), 5, getitemlink(PileOfAsh));
compareandsetq TulimsharQuest_Laranja, 0, 1;
next;
select
@@ -67,8 +67,8 @@ L_Dye:
if (getq(TulimsharQuest_Laranja) == 1) {
setq TulimsharQuest_Laranja, 2;
getexp 9000, 0;
- }
-
+ }
+
mesn;
mesq l("Pleasure doing business with you! Do you want any more?");
next;
@@ -96,7 +96,7 @@ OnInit:
.sex = G_FEMALE;
.distance = 4;
end;
-
+
OnInstanceInit:
.@npcId = getnpcid(instance_npcname(.name$));
setunitdata(.@npcId, UDT_HEADTOP, NPCEyes);