From 0b4eff15f9619146386480b5a7b544626a90f791 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 18 Jun 2019 00:59:40 -0300 Subject: itemskill() is broken, report to {41444d494e} --- db/re/item_db.conf | 16 ++++++++++++++++ db/re/skill_tree.conf | 1 + 2 files changed, 17 insertions(+) (limited to 'db/re') diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 14aa8b9fb..0ad04713d 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -3232,6 +3232,22 @@ item_db: ( percentheal 1, 10; "> }, +{ + Id: 682 + AegisName: "Grenade" + Name: "Grenade" + Type: "IT_USABLE" + Buy: 900 + Sell: 400 + Weight: 40 + Refine: false + ViewSprite: 682 + Delay: 500 + UseEffect: 52 // TODO FIXME: We should add to db/constants.conf instead of using numbers + Script: <" + itemskill WZ_STORMGUST,3,0; + "> +}, // Mounts (690 to 699, probably there will be extra IDs) { diff --git a/db/re/skill_tree.conf b/db/re/skill_tree.conf index b582963e0..86b636f58 100644 --- a/db/re/skill_tree.conf +++ b/db/re/skill_tree.conf @@ -143,6 +143,7 @@ Human: { ALL_BUYING_STORE: 0 KN_RIDING: 0 /* + WZ_STORMGUST: 3 WE_BABY: 0 WE_CALLPARENT: 0 WE_CALLBABY: 0 -- cgit v1.2.3-60-g2f50