From 48045d0a02ede4078fcedc8836910d9e171f3547 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 19 Dec 2018 13:13:39 -0200 Subject: Rebalance storage service prices everywhere. Candor is still cheaper. Note that a full-price travel to Candor will be 100 GP more costly. --- npc/003-3/malindou.txt | 2 +- npc/009-3/barzil.txt | 2 +- npc/012-1/richard.txt | 2 +- npc/017-1/misc.txt | 2 +- npc/017-3/dimonds.txt | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/npc/003-3/malindou.txt b/npc/003-3/malindou.txt index 447219d85..3e82f8fff 100644 --- a/npc/003-3/malindou.txt +++ b/npc/003-3/malindou.txt @@ -12,7 +12,7 @@ setbattleflag(getarg(0), .@o+getarg(1,0)); } - Banker(.name$, "Tulimshar", 14000); + Banker(.name$, "Tulimshar", 10000); close; OnInit: 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: diff --git a/npc/012-1/richard.txt b/npc/012-1/richard.txt index ceff3c56f..5dc2c31c6 100644 --- a/npc/012-1/richard.txt +++ b/npc/012-1/richard.txt @@ -4,7 +4,7 @@ // Jesusalva 012-1,65,64,0 script Richard NPC_LLOYD,{ - Banker(.name$, "Hurnscald", 14000); + Banker(.name$, "Hurnscald", 10000); close; OnInit: diff --git a/npc/017-1/misc.txt b/npc/017-1/misc.txt index 903f74378..1a1009300 100644 --- a/npc/017-1/misc.txt +++ b/npc/017-1/misc.txt @@ -153,7 +153,7 @@ OnInit: // Description: // Banker. 017-3,85,41,0 script Stalman NPC_LLOYD,{ - Banker(.name$, "Land Of Fire Village", 14000); + Banker(.name$, "Land Of Fire Village", 10000); close; OnInit: diff --git a/npc/017-3/dimonds.txt b/npc/017-3/dimonds.txt index 685a12d95..0980d7d32 100644 --- a/npc/017-3/dimonds.txt +++ b/npc/017-3/dimonds.txt @@ -616,7 +616,7 @@ OnInit: close; Zeny=Zeny-100; recovery(getcharid(3)); - if (rand(1,2) == 1) + if (rand(1,3) == 1) sc_start SC_POISON, 60000, 0, 10000; else sc_start SC_ATTHASTE_POTION1, 60000, 5; -- cgit v1.2.3-60-g2f50