Sorry, we don't support your browser.  Install a modern browser

{boostcount:} {requireboostcount:}#616

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.

5 months ago
1

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

  • run /shop add name: boostitem price: 0 stock: 0
  • then run, /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.

  • Make sure to include these two variables: {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.
  • If the item you set costs 10,000 cookies, then make sure to include {modifybal:+500}. They will need to have 10,000 cookies to purchase the item but once it is used, it’s discounted! :D
  • Then add this button responder in your shop item reply section (or you can just skip buttonresponder and just include these in item reply section. However, if you wanna go for a custom embed, buttonresponder is my go-to.)

You 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

5 months ago