From 2e21958ef8aebf4b809b36216c4d8c30c8fad67f Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 28 Oct 2023 20:49:14 -0300 Subject: Fix some broken prices with latest commit --- db/re/item_db.conf | 4 ++-- npc/craft/price.txt | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 4027b287b..e80b37cd3 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -16473,7 +16473,7 @@ item_db: ( AegisName: "TrainingArrow" Name: "Training Arrow" Type: "IT_AMMO" - Buy: 999999 + Buy: 2 Sell: 1 Weight: 1 Atk: 30 @@ -16486,7 +16486,7 @@ item_db: ( AegisName: "TolchiArrow" Name: "Tolchi Arrow" Type: "IT_AMMO" - Buy: 999999 + Buy: 2 Sell: 0 Weight: 2 Atk: 15 diff --git a/npc/craft/price.txt b/npc/craft/price.txt index 9aa92e19d..ba40f95e8 100644 --- a/npc/craft/price.txt +++ b/npc/craft/price.txt @@ -173,6 +173,7 @@ function script fix_cPrice { _fix_cPrice(BromenalPants); // <= Fortress _fix_cPrice(WarlordPants); _fix_cPrice(AssassinPants); + _fix_cPrice(SaviorPants, 50); // Gloves (more expensive due ASPD) _fix_cPrice(SilkGloves, 27); @@ -181,6 +182,7 @@ function script fix_cPrice { _fix_cPrice(ManaGloves, 27); _fix_cPrice(WarlordGloves, 27); _fix_cPrice(AssassinGloves, 27); + _fix_cPrice(SaviorGloves, 50); // Helmets _fix_cPrice(InfantryHelmet); -- cgit v1.2.3-70-g09d2