diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-12-19 13:13:39 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-12-19 13:13:39 -0200 |
commit | 48045d0a02ede4078fcedc8836910d9e171f3547 (patch) | |
tree | 46e07d758472f4ae7fbca3a88508d742b2a74d6d /npc/009-3 | |
parent | bf6f1f1aec2473ab3690464dd3342498b0eee2aa (diff) | |
download | serverdata-48045d0a02ede4078fcedc8836910d9e171f3547.tar.gz serverdata-48045d0a02ede4078fcedc8836910d9e171f3547.tar.bz2 serverdata-48045d0a02ede4078fcedc8836910d9e171f3547.tar.xz serverdata-48045d0a02ede4078fcedc8836910d9e171f3547.zip |
Rebalance storage service prices everywhere. Candor is still cheaper.
Note that a full-price travel to Candor will be 100 GP more costly.
Diffstat (limited to 'npc/009-3')
-rw-r--r-- | npc/009-3/barzil.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/009-3/barzil.txt b/npc/009-3/barzil.txt index 9fff1a7cc..4b1ea3c57 100644 --- a/npc/009-3/barzil.txt +++ b/npc/009-3/barzil.txt @@ -7,7 +7,7 @@ 009-3,29,38,0 script Barzil NPC_LLOYD,{ if (ST_TIER == 2 && gettimetick(2) < QUEST_ELEVARTEMPO) goto L_Tier2; - Banker(.name$, "Halinarzo", 12000); + Banker(.name$, "Halinarzo", 8900); close; L_Tier2: |