diff options
Diffstat (limited to 'db/re/item_db.conf')
-rw-r--r-- | db/re/item_db.conf | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 0b694e8dd..2fe63227b 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -2677,6 +2677,25 @@ item_db: ( getitem BoneArrow, rand(190, 210); "> }, +{ + Id: 640 + AegisName: "ReturnPotion" + Name: "Return Potion" + Type: "IT_DELAYCONSUME" + Buy: 1800 + Sell: 400 + Weight: 430 + Refine: false + ViewSprite: 640 + Delay: 1000 + UseEffect: 310 + Script: <" + if (@returnpotion_expiredate > gettimetick(2)) + warp "Save", 0, 0; + else + dispbottom l("The potion expired!"); + "> +}, // Mounts (690 to 699, probably there will be extra IDs) { |