From ea21e5bd9d1a8d996f6b1cb1f465d4091f2d95ac Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 24 May 2018 18:47:48 -0300 Subject: Haste/Strength potions, which currently can only be obtained at Candor. --- db/re/item_db.conf | 32 +++++++++++++++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-) (limited to 'db') diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 0013e7a3b..6c82efb37 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -2289,6 +2289,36 @@ item_db: ( doevent "rand_sc_heal::OnUse"; "> }, +{ + Id: 603 + AegisName: "HastePotion" + Name: "Haste Potion" + Type: "IT_USABLE" + Buy: 820 + Sell: 240 + Weight: 12 + Refine: false + Delay: 500 + UseEffect: "EFFECT_HEAL" + Script: <" + sc_start SC_ATTHASTE_POTION1, 20000, 15; + "> +}, +{ + Id: 604 + AegisName: "StrengthPotion" + Name: "Strength Potion" + Type: "IT_USABLE" + Buy: 820 + Sell: 240 + Weight: 12 + Refine: false + Delay: 500 + UseEffect: "EFFECT_HEAL" + Script: <" + sc_start SC_PLUSATTACKPOWER, 20000, 15; + "> +}, { Id: 700 AegisName: "SmallTentacles" @@ -5432,7 +5462,7 @@ item_db: ( }, { Id: 1160 - AegisName: "PlushMouboor" + AegisName: "PlushMouboo" Name: "Plush Mouboo" Type: "IT_ARMOR" Buy: 7000 -- cgit v1.2.3-70-g09d2