#Help with DeluxeMenus and Playerpoints

1 messages · Page 1 of 1 (latest)

fringe crater
#

https://paste.helpch.at/isimahohen.yaml

We're trying to make it so that the tags from DeluxeTags can be purchased using Playerpoints through DeluxeMenus, however when you click it, it doesn't take the points, and it also doesn't switch the lore / command so you just keep "purchasing" it.

fringe crater
#

Bumping, anybody able to help?

fringe crater
#

fixed it myself

novel gulch
#

im having the same issue currently

fringe crater
#

We still have a broken part but if you send your code I’ll take a look at it and tell you

#

You can send it here or in dms idm

novel gulch
#
    click_requirement:
      requirements:
        perm1:
          type: '>='
          input: '%playerpoints_points%'
          output: '269'
          strict: false

this is what i'm currently using, doesn't actually check the points

#

quite confusing as i'm pretty sure we took that straight out of the wiki

fringe crater
#

Do you have priority setup?

novel gulch
#

yep, only issue i'm facing is the fact that deluxemenus doesnt actually check the playerpoints balance and attempt to deduct points before just handing out the product

fringe crater
#

Gotcha okay

#

This is what we have

#

According to this. I may need to wait until I can get onto my computer to help better

#

click_requirement:
requirements:
check_balance:
type: '>='
input: '%playerpoints_points%'
output: '300'

#

Yeah that looks like exactly what we have too. Weird

novel gulch
#

hmm, yeah that is quite weird, wonder why ours isn't working

fringe crater
#

That’s the part that I’m confused about with ours too. It changes and takes it out but it still gives us the perk even if we don’t have the balance

#

And if we don’t have enough it still says “you purchased (item here)!

devout jetty
#

Hi @novel gulch and @fringe crater can you both share the current menus you have with a full description of the issue (just to help me not get confused)? I will take a look and both and try to help.

From what I'm seeing:

  • @novel gulch, maybe the placeholder isn't properly parsed? Test it with /papi parse.
  • @fringe crater, try using the [refresh] action.

If neither of these suggestions help, please share the information. Thanks!

fringe crater
#

I’ll do this when I get home today thank you