Server Rewards IssueSolved

While following all info listed the server rewards portion isn't working.

 

I have set up a npcvendingmachine at the monument. In the Custom Vending config I have this set:

{
  "Shop UI settings": {
    "Enable skin overlays": true
  },
  "Economics integration": {
    "Enabled": false,
    "Item short name": null,
    "Item skin ID": 0
  },
  "Server Rewards integration": {
    "Enabled": true,
    "Item short name": "coal",
    "Item skin ID": 3380038473
  },
  "Override item max stack sizes (shortname: amount)": {}
}
 
 
 
 
I am only seeing coal not the skin ID within the vending - and when purchased it doesn't take out server rewards from players server reward balance.
 
 
How can this be fixed?

When you customize a vending machine, you must configure the currency for that item to be skinned coal with that skin from the config. It sounds like you simply dragged regular coal into the edit panel.

Ok so place the skinned coal in the currency slot under the vending machine and this will ensure it removes server rewards from their balance instead of giving them the item for free.

I'll do that - thank you for the clarification

Yes, that's how it's supposed to work.

Strange you mention it was giving to them for free. It should have simply been taking coal from their inventory, and it shouldn't have given the player anything if they did not have any/enough coal.

Yeah, it was weird. I'll update it and it should be fixed. Thanks again

Locked automatically