diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-05-24 18:47:48 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-05-24 18:47:48 -0300 |
commit | ea21e5bd9d1a8d996f6b1cb1f465d4091f2d95ac (patch) | |
tree | e2df60201bffef188bf17aa625039c535d9fa24a /db/re | |
parent | e569739aa829987879dad4b5fb840e4444cd3e87 (diff) | |
download | serverdata-ea21e5bd9d1a8d996f6b1cb1f465d4091f2d95ac.tar.gz serverdata-ea21e5bd9d1a8d996f6b1cb1f465d4091f2d95ac.tar.bz2 serverdata-ea21e5bd9d1a8d996f6b1cb1f465d4091f2d95ac.tar.xz serverdata-ea21e5bd9d1a8d996f6b1cb1f465d4091f2d95ac.zip |
Haste/Strength potions, which currently can only be obtained at Candor.
Diffstat (limited to 'db/re')
-rw-r--r-- | db/re/item_db.conf | 32 |
1 files changed, 31 insertions, 1 deletions
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 @@ -2290,6 +2290,36 @@ item_db: ( "> }, { + 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" Name: "Small Tentacles" @@ -5432,7 +5462,7 @@ item_db: ( }, { Id: 1160 - AegisName: "PlushMouboor" + AegisName: "PlushMouboo" Name: "Plush Mouboo" Type: "IT_ARMOR" Buy: 7000 |