diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-12-21 19:30:41 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-12-21 19:30:41 -0300 |
commit | 8367bcffa7c0312924ff4551b5e594b674ff7ee4 (patch) | |
tree | 719547be8072cb0466347c76298428bc3359bb40 /npc/craft/price.txt | |
parent | d86d3962425cac9680058bf7b2e058e3027cbaf1 (diff) | |
download | serverdata-stable.tar.gz serverdata-stable.tar.bz2 serverdata-stable.tar.xz serverdata-stable.zip |
This is the lowest price I can offer, @demurestable
Any less and then we really need to revise ore prices.
Diffstat (limited to 'npc/craft/price.txt')
-rw-r--r-- | npc/craft/price.txt | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/npc/craft/price.txt b/npc/craft/price.txt index 0d0828ede..9aa92e19d 100644 --- a/npc/craft/price.txt +++ b/npc/craft/price.txt @@ -6,7 +6,7 @@ // Always run this when casting @reloaditemdb function script _fix_cPrice { .@const$ = data_to_string(getarg(0)); - .@m = getarg(1, 30); + .@m = getarg(1, 21); // Shady code by gumi if (startswith(.@const$, "Craft")) { @@ -123,7 +123,7 @@ function script fix_cPrice { // And magic _fix_cPrice(TrainingWand, 18); - _fix_cPrice(NoviceWand, 22); + _fix_cPrice(NoviceWand, 19); _fix_cPrice(ApprenticeWand); _fix_cPrice(LeaderWand); _fix_cPrice(MysticWand); @@ -175,12 +175,12 @@ function script fix_cPrice { _fix_cPrice(AssassinPants); // Gloves (more expensive due ASPD) - _fix_cPrice(SilkGloves, 37); - _fix_cPrice(LeatherGloves, 37); - _fix_cPrice(BromenalGloves, 37); - _fix_cPrice(ManaGloves, 37); - _fix_cPrice(WarlordGloves, 37); - _fix_cPrice(AssassinGloves, 37); + _fix_cPrice(SilkGloves, 27); + _fix_cPrice(LeatherGloves, 27); + _fix_cPrice(BromenalGloves, 27); + _fix_cPrice(ManaGloves, 27); + _fix_cPrice(WarlordGloves, 27); + _fix_cPrice(AssassinGloves, 27); // Helmets _fix_cPrice(InfantryHelmet); |