diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-07-13 02:22:55 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-07-13 02:22:55 -0300 |
commit | 5c5ddfc208fcaf1387e5ef35b166fdce31093a3c (patch) | |
tree | b4fd44aaa1598f4d23ddaf5b08bad3835dac6a6b /db | |
parent | af6b207dffef9420388df5f1beb8e786c45c5d0e (diff) | |
download | serverdata-5c5ddfc208fcaf1387e5ef35b166fdce31093a3c.tar.gz serverdata-5c5ddfc208fcaf1387e5ef35b166fdce31093a3c.tar.bz2 serverdata-5c5ddfc208fcaf1387e5ef35b166fdce31093a3c.tar.xz serverdata-5c5ddfc208fcaf1387e5ef35b166fdce31093a3c.zip |
Improve smoke_grenade and rename it to areasc
Diffstat (limited to 'db')
-rw-r--r-- | db/re/item_db.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index b6fe79ca8..fdb2e4a46 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -1573,7 +1573,7 @@ item_db: ( Delay: 500 UseEffect: "FX_SMOKEBOMB" Script: <" - callfunc "smoke_grenade", 3, 600+BaseLevel*3; + callfunc "areasc", 3, 600+BaseLevel*3, SC_SLEEP, BL_MOB; //itemskill AS_CLOAKING,1,1; //itemskill SM_MAGNUM,1; // Fallback: ~~TF_HIDING AS_CLOAKING SC_INVISIBILITY RA_CAMOUFLAGE~~ None work? |