diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-04-10 09:25:59 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-04-10 09:25:59 -0300 |
commit | 7361d9a8860828b6040db76b5c9ebdc5d8fa29c6 (patch) | |
tree | 47d6c7bc49e3a1827d2b4047db606fae5966c958 /db | |
parent | 207ed7b67d2c47e14ab78c744681b6c3f67a9d0e (diff) | |
download | serverdata-7361d9a8860828b6040db76b5c9ebdc5d8fa29c6.tar.gz serverdata-7361d9a8860828b6040db76b5c9ebdc5d8fa29c6.tar.bz2 serverdata-7361d9a8860828b6040db76b5c9ebdc5d8fa29c6.tar.xz serverdata-7361d9a8860828b6040db76b5c9ebdc5d8fa29c6.zip |
[ALPHA] [UNTESTED] [EXPERIMENTAL] [TEST SERVER ONLY] [FIX TEST REVERT ME PLEASE]
Experimental Drinking System. Only on Red Plush Wine atm (not at Beer)
See also: https://wiki.themanaworld.org/index.php/User:Crush/Alcohol
Diffstat (limited to 'db')
-rw-r--r-- | db/re/item_db.conf | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 23f5e6b77..d02fada4d 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -772,13 +772,9 @@ item_db: ( Delay: 500 UseEffect: "EFFECT_HEAL" Script: <" - sc_start SC_CONFUSION, 5000, 0; // Warning, forces user to use @resync! - sc_start SC_PLUSATTACKPOWER, 15000, 40; - @min = 50; - @max = 110; - @delay = 5; - @type = 1; - doevent "rand_sc_heal::OnUse"; + @taste = 50; + @Alcohol = 49; + doevent "alcohol_sc::OnUse"; "> }, { |