diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-04-10 09:42:26 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-04-10 09:42:26 -0300 |
commit | 61d14421decc566f4c34c93244e1df6c20297d55 (patch) | |
tree | b688884cfc1b2b7c14a87038a0d29f9be926d35b | |
parent | 4d60fc6f0a2dbbc1b0c2e44b0f47c63359da7609 (diff) | |
download | serverdata-61d14421decc566f4c34c93244e1df6c20297d55.tar.gz serverdata-61d14421decc566f4c34c93244e1df6c20297d55.tar.bz2 serverdata-61d14421decc566f4c34c93244e1df6c20297d55.tar.xz serverdata-61d14421decc566f4c34c93244e1df6c20297d55.zip |
Replace exp bonus SC (this now can be void in some maps, beware)
-rw-r--r-- | npc/items/alcohol.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/items/alcohol.txt b/npc/items/alcohol.txt index cd52e5c51..4b03e6818 100644 --- a/npc/items/alcohol.txt +++ b/npc/items/alcohol.txt @@ -60,8 +60,8 @@ OnUse: .@val1 += @taste; // Reset EXP Bonus - sc_end SC_OVERLAPEXPUP; - sc_start SC_OVERLAPEXPUP, .@delay, .@val1; + sc_end SC_CASH_PLUSEXP; + sc_start SC_CASH_PLUSEXP, .@delay, .@val1; // Same goes for attack speed debuff // Except delay does not stack, and malus is recalculated |