diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-12-25 11:00:23 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-12-25 11:00:23 -0300 |
commit | 7232c306bbc7d88d78d57eff66990f58fa294fbe (patch) | |
tree | 88375f1847149f42cc5dc5c8d82d5299f4ac43bd /npc/016-1 | |
parent | 39dfeac708a01f56e8055f39d69e048faf37e371 (diff) | |
download | serverdata-7232c306bbc7d88d78d57eff66990f58fa294fbe.tar.gz serverdata-7232c306bbc7d88d78d57eff66990f58fa294fbe.tar.bz2 serverdata-7232c306bbc7d88d78d57eff66990f58fa294fbe.tar.xz serverdata-7232c306bbc7d88d78d57eff66990f58fa294fbe.zip |
Change spaces job from lax to warn. It **will not** become strict.
Diffstat (limited to 'npc/016-1')
-rw-r--r-- | npc/016-1/laranja.txt | 14 |
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); |