In some server, we discount our item by user’s boostcount:
1 boost = 5%
2 boosts = 10%
but mimu only have {boostsince}, kinda hard for us to know how many boost they have to give them a item discount.
Hiiii you can do this with items! I love ideas like this so here’s how you can do this within the current limitations! :3 (im writing this in a rush so im sorry if it doesnt make sense)
Step 1: Create a Booster Discount Item
/shop add name: boostitem price: 0 stock: 0
/shop edit requirerole item: @admin
. We have to do this so that users cannot purchase the item from /shop!Step 2: Include the {modifyinv:boostitem|+1} variable in your boost message.
Step 3: Create a buttonresponder for 5% discount.
{require_item:boostdisc}
and {modifybal}
. We need to require the item so that only boosters can use this since the only way to get this item is by boosting.{modifybal:+500}
. They will need to have 10,000 cookies to purchase the item but once it is used, it’s discounted! :DYou will have to do this for each item if they cost different cookies, but it is still possible :) Mimu items are amazing and there’s so much you can do if you get creative with them! :D