From 7232c306bbc7d88d78d57eff66990f58fa294fbe Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 25 Dec 2021 11:00:23 -0300 Subject: Change spaces job from lax to warn. It **will not** become strict. --- npc/016-1/laranja.txt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'npc/016-1') 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); -- cgit v1.2.3-70-g09d2