From 5ca671d4347217e5a867ac825b7ff67bb1d7bbe0 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 18 Jun 2019 13:51:46 -0300 Subject: Grenades now work (by force), but they never kill a monster and doesn't works on players! --- db/re/item_db.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'db') diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 8fa12fd97..6b3c6440b 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -3246,7 +3246,8 @@ item_db: ( UseEffect: "FX_GRENADE" Script: <" //itemskill WZ_STORMGUST,3,0; - callfunc "grenade", 3, rand(500,700); + //callfunc "grenade", 3, rand(500,700); + callfunc "grenade", 3, rand(100,150)+BaseLevel*6, true; "> }, -- cgit v1.2.3-60-g2f50