diff options
-rw-r--r-- | db/re/item_db.conf | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 08ca76ffa..145c736e3 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -16410,6 +16410,23 @@ item_db: ( @purifio=max(gettimetick(2), @purifio)+300; "> }, +{ + Id: 8028 + AegisName: "HomunResetPotion" + Name: "Homun Stat Reset Potion" + Type: "IT_USABLE" + Buy: 50000 + Sell: 5000 + Weight: 20 + Refine: false + KeepAfterUse: false + Delay: 2500 + Script: <" + // Reset homunculus stats + homshuffle(); + dispbottom l("Homunculus stats were reset!"); + "> +}, ) |