summaryrefslogtreecommitdiff
path: root/db/re/item_db.conf
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-06-11 19:16:18 -0300
committerJesusaves <cpntb1@ymail.com>2018-06-11 19:16:18 -0300
commitccab7e3695fa581f2dc6e3d34513316c241a2d46 (patch)
tree51b9a96e9cfe7e29645ec841945367564db71aae /db/re/item_db.conf
parentb9f287987edf86223711428bf8851f1834235458 (diff)
downloadserverdata-ccab7e3695fa581f2dc6e3d34513316c241a2d46.tar.gz
serverdata-ccab7e3695fa581f2dc6e3d34513316c241a2d46.tar.bz2
serverdata-ccab7e3695fa581f2dc6e3d34513316c241a2d46.tar.xz
serverdata-ccab7e3695fa581f2dc6e3d34513316c241a2d46.zip
Okay, tests completed.
Diffstat (limited to 'db/re/item_db.conf')
-rw-r--r--db/re/item_db.conf18
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;