diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-11 19:16:18 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-11 19:16:18 -0300 |
commit | ccab7e3695fa581f2dc6e3d34513316c241a2d46 (patch) | |
tree | 51b9a96e9cfe7e29645ec841945367564db71aae /db/re | |
parent | b9f287987edf86223711428bf8851f1834235458 (diff) | |
download | serverdata-ccab7e3695fa581f2dc6e3d34513316c241a2d46.tar.gz serverdata-ccab7e3695fa581f2dc6e3d34513316c241a2d46.tar.bz2 serverdata-ccab7e3695fa581f2dc6e3d34513316c241a2d46.tar.xz serverdata-ccab7e3695fa581f2dc6e3d34513316c241a2d46.zip |
Okay, tests completed.
Diffstat (limited to 'db/re')
-rw-r--r-- | db/re/item_db.conf | 18 |
1 files changed, 3 insertions, 15 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 2a2769530..22ca15e17 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -1956,21 +1956,9 @@ item_db: ( Delay: 1000 UseEffect: "EFFECT_HEAL" Script: <" - // , , , SC_ATTHASTE_POTION1, SC_PLUSATTACKPOWER, - // what about SC_INCASPDRATE - oh, so many options for the same thing - switch (@redundant_shroom) { - case 0: - .@ef=SC_PLUSATTACKPOWER; break; - case 1: - .@ef=SC_MAXIMIZEPOWER; break; - case 2: - .@ef=SC_STRUP; break; - case 3: - .@ef=SC_WEAPONPERFECT; @redundant_shroom=-1; break; - } - dispbottom l("Variant @@: @@", @redundant_shroom, .@ef); - @redundant_shroom=@redundant_shroom+1; - sc_start .@ef, 15000, 5; + // SC_PLUSATTACKPOWER is not caught by client but works. + // SC_STRUP is caught by client, but raises STR in a weird way. + sc_start SC_PLUSATTACKPOWER, 15000, 5; @min = 30; @max = 60; @delay = 3; |