From 60261f4f1c13045c1984a537d9ff639d30186d06 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 8 May 2020 14:48:28 -0300 Subject: Tweak Smoke Grenade Effects. If player need to return past Razha, they could be easily wiped out. The Smoke Grenade uses SC_SLEEP (which is safe because the wake effect). It now can live up to about 5 seconds with strongest player. --- db/re/item_db.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'db') diff --git a/db/re/item_db.conf b/db/re/item_db.conf index a61f704c1..c4bf3e475 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -1572,7 +1572,7 @@ item_db: ( Delay: 500 UseEffect: "FX_SMOKEBOMB" Script: <" - callfunc "areasc", 3, 600+BaseLevel*3, SC_SLEEP, BL_MOB; + callfunc "areasc", 3, 800+(BaseLevel*30), SC_SLEEP, BL_MOB; //itemskill AS_CLOAKING,1,1; //itemskill SM_MAGNUM,1; // Fallback: ~~TF_HIDING AS_CLOAKING SC_INVISIBILITY RA_CAMOUFLAGE~~ None work? -- cgit v1.2.3-70-g09d2