ServerRewards

Moved

Total Downloads: 14,029 - First Release: Mar 2, 2016 - Last Update: Jun 9, 2018

5/5, 61 likes
  1. Would it be possible to add a buy time out? So player's can not spam the buy button?
     
  2. I would have to take a look at the mod for the copter to see. I have not looked into that plugin much as I feel the plugin dev is not really focused on keeping it updated. I did see however a recent update so I could be wrong. But taking a look at the Kits plugin and reviewing some of the code I think it could be added very easily to control time between running the command on the player. But I just want it so lets say a player wants a copter they need to buy it each time from the store so it is not spammed and makes it so returning to the server has perks.
     
  3. Sorry if this have already been asked and answered, couldn't find anything about it.
    I currently have added a lot of resources in the reward section, in various amount, but for some reason I can only see 13 items despite having listed more and no second page for the missing items.
    I see no errors in the code, also validated it, tried both manually add and ingame adding item, yet not showing anything above 13 items.
     
  4. I would like to know if it is possible to host an image locally, on the server.

    I have ImageLibrary installed and working just fine. As seen in the attached screenshot. I successfully added the "Garage Door" item to IL addon and it worked fine for hours until server restart.

    With ImageLibrary seemingly being hit-and-miss, can anyone please advise on local image hosting?
     

    Attached Files:

  5. Same problem for more than 2 weeks. With all pictures, like with Sign Artist
     
  6. Wulf

    Wulf Community Admin

    Image storage/loading issues are a Rust bug.
     
  7. Anyway to reset the storage and reload them?
     
  8. Wulf

    Wulf Community Admin

    There isn't anything wrong with the actual storage of them, just how the server sends them and the client loads them.
     
  9. how do i get RP to show on Info-panel instead of Money/econ
     
  10. Is there a way to add all game items in one go so that only the price needs to be ammended? Or is it a case of having to add each item individually???
     
  11. in chat show "you received 1 rp..." but on /s don't give the rp to players.. stay on 0 forever
     
  12. Dont suppose anyone would be willing to share their reward_data.json with me would they please? I dont have admin privelages enabled on my server so without being able to spawn each item in, that means I would have to type each item manually :0(((
     
  13. I am still working on my rewards store but this is what I have at this time.

    Code:
    {
      "items": {
        "rifle.lr300_0": {
          "shortname": "rifle.lr300",
          "displayName": "LR-300 Assault Rifle",
          "customIcon": null,
          "amount": 1,
          "cost": 600,
          "skinId": 0,
          "isBp": false,
          "category": 1
        },
        "lmg.m249_0": {
          "shortname": "lmg.m249",
          "displayName": "M249",
          "customIcon": null,
          "amount": 1,
          "cost": 600,
          "skinId": 0,
          "isBp": false,
          "category": 1
        },
        "explosive.timed_0": {
          "shortname": "explosive.timed",
          "displayName": "Timed Explosive Charge",
          "customIcon": null,
          "amount": 1,
          "cost": 600,
          "skinId": 0,
          "isBp": false,
          "category": 6
        },
        "door.hinged.toptier_0": {
          "shortname": "door.hinged.toptier",
          "displayName": "Armored Door",
          "customIcon": null,
          "amount": 1,
          "cost": 350,
          "skinId": 0,
          "isBp": false,
          "category": 2
        },
        "wall.window.bars.toptier_0": {
          "shortname": "wall.window.bars.toptier",
          "displayName": "Reinforced Window Bars",
          "customIcon": null,
          "amount": 1,
          "cost": 75,
          "skinId": 0,
          "isBp": false,
          "category": 2
        },
        "autoturret_0": {
          "shortname": "autoturret",
          "displayName": "Auto Turret",
          "customIcon": null,
          "amount": 1,
          "cost": 75,
          "skinId": 0,
          "isBp": false,
          "category": 10
        },
        "rocket.launcher_0": {
          "shortname": "rocket.launcher",
          "displayName": "Rocket Launcher",
          "customIcon": null,
          "amount": 1,
          "cost": 600,
          "skinId": 0,
          "isBp": false,
          "category": 1
        },
        "rifle.bolt_0": {
          "shortname": "rifle.bolt",
          "displayName": "Bolt Action Rifle",
          "customIcon": null,
          "amount": 1,
          "cost": 450,
          "skinId": 0,
          "isBp": false,
          "category": 1
        },
        "rifle.ak_0": {
          "shortname": "rifle.ak",
          "displayName": "Assault Rifle",
          "customIcon": null,
          "amount": 1,
          "cost": 450,
          "skinId": 0,
          "isBp": false,
          "category": 1
        },
        "supply.signal_0": {
          "shortname": "supply.signal",
          "displayName": "Supply Signal",
          "customIcon": null,
          "amount": 1,
          "cost": 125,
          "skinId": 0,
          "isBp": false,
          "category": 6
        }
      },
      "kits": {},
      "commands": {
        "All Resource Levels - 50": {
          "displayName": null,
          "description": "",
          "iconName": null,
          "commands": [
            "zl.lvl $player.id! * 50"
          ],
          "cost": 300
        }
      }
    }
     
  14. cheers buddy. my pal actually sent me a full list, I just have to adjust thhe prices
     
  15. No Rewardpoints atm after oxide update 2.0.3829
     
    Last edited by a moderator: Feb 16, 2018
  16. An idea for the next version, a skin id validator against items in your rewardsdata file. We just had to get one made because this new system Facepunch introduced for processing skins means if someone on the map somewhere has a broken one then the rest of your skins dont load
     
  17. No Rewardpoints atm after oxide update
     
    Last edited by a moderator: Feb 17, 2018
  18. Is this the version that fixes the SR issues ?
     
  19. yes it does.