You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this server, you can buy 2x multiple times and they all stack.
I'm not certain, but I think this applies exponentially too, so rates x 2 x 2 instead of rates x 4.
To Reproduce
Steps to reproduce the behavior:
Type @rates
Note the rate
Buy x2 exp coupon
Repeat 1-2
Buy x2 exp
Repeat 1-2
Observe the behaviour.
Expected behavior
Exp rate is multiplied by 2.
In vanilla, if you buy three 2x exp coupons, you don't get 8x exp, only 2x.
Screenshots
If applicable, add screenshots to help explain your problem.
The text was updated successfully, but these errors were encountered:
Turns out I had the config flag USE_STACK_COUPON_RATES enabled.
However, it seems like if it's disabled only one EXP coupon can apply at once, which is not correct with vanilla. There was more complicated logic to allow some event coupons and some other usables to stack with the cash shop coupon.
Describe the bug
In this server, you can buy 2x multiple times and they all stack.
I'm not certain, but I think this applies exponentially too, so rates x 2 x 2 instead of rates x 4.
To Reproduce
Steps to reproduce the behavior:
@rates
Observe the behaviour.
Expected behavior
Exp rate is multiplied by 2.
In vanilla, if you buy three 2x exp coupons, you don't get 8x exp, only 2x.
Screenshots
If applicable, add screenshots to help explain your problem.
The text was updated successfully, but these errors were encountered: