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/017-3/dimonds.txt | |
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/017-3/dimonds.txt')
-rw-r--r-- | npc/017-3/dimonds.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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; |