ServerRewards

Moved

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

5/5, 61 likes
  1. How to add a weapon with the skin? Where is the room to take the skin?
    Tempered_AK47_icon.png
     
  2. in your serverrewards_rewards.json you change the "Skin": 0, change the 0 to the skin id that you find on this site Oxide API for Rust
     
  3. It did not work, after saving serverrewards_rewards.json with skin package number, an error occurs when you call the store.

    [Oxide] 10:35 [Error] Failed to call hook 'cmdChangeElement' on plugin 'ServerRewards v0.2.65' (KeyNotFoundException: The given key was not present in the dictionary.)
     
  4. You must of messed the file up if you can upload it so i can check it
    Did you also use this url for the image
    http://vignette1.wikia.nocookie.net...est/scale-to-width-down/100?cb=20160211204335
    it will look like this
    Code:
    "DisplayName": "Tempered AK",
          "URL": "http://vignette1.wikia.nocookie.net/play-rust/images/a/a1/Tempered_AK47_icon.png/revision/latest/scale-to-width-down/100?cb=20160211204335",
          "ID": -1461508848,
          "Amount": 1,
          "Skin": 10138,
          "Cost": 5
     
  5. Got it, I filled icons on the server, the name of poluchaetsya skin had changed :) I'll try

    Thank you
     
  6. poluchaetsya? no idea what that means
     
  7. And be sure to use the URL? I would like that. And he wanted to ask and what to do if you are issued a weapon with the skin is not, and can not enter the game!
    Code:
        "1": {
          "DisplayName": "Tempered AK",
          "URL": "Assault_Rifle_icon.png",
          "ID": -1461508848,
          "Amount": 1,
          "Skin": 10138,
          "Cost": 3150
        }
     
  8. ServerRewards | Page 34 | Oxide
    I have already explained what to do in this post
     
  9. My images won't save when I do loadimages the stuff I put e.g the image URL it deletes the URL. Any suggestions?
     
  10. k1lly0u updated ServerRewards with a new update entry:

    2.6.7

     
  11. Is there way to configure "max amount" of a reward item? Like lets say I only want to sell off a maximum of 5 Thompsons, after players have purchased off those 5 items, they can no longer be purchased?
     
  12. I have edited the version on the overview to match the version in the plugin file (seemed logical as the previous version was 0.2.65, otherwise it would've been quite a big leap :p) So updater should be able to pull the correct values next time it runs for you.
     
  13. Good thanx alot ;) Was kinda confusing me cause I was like "Did I just updated to old version or what?" :D
     
  14. G'day

    Sorry if this has already been asked but I am wondering if it is possible to add XP points to the reward shop? in reading the overview it says you need to have the item in your hand when you add it but of course you can't hold XP points.

    thanks in advance Dean.
     
  15. You can do the quest plugin. That allows an option to offer xp as compensation for completing quests.
     
  16. hello, i want add a command for helico, i use HeliControl plugin, i want that a player pay for call a helico, the chat command is /callheli, so when a player use this command he is limited by cooldown and number of call by day and i want keep this setup. Is it possible to add this command on reward???
     
  17. Read overview how to add commands, its all there (I also use helicontrol plugin with cooldowns and I have it in my ServerRewards shop, all you have to do is READ THE OVERVIEW!)
    ServerRewards for Rust | Oxide
     
  18. I think he wants his players to be able to buy XP in exchange for RP or whatever currency.
    I'd quite like that too.
     
  19. Don't worry, i have read the overview and my problem is with the type of the command, do i use "/callheli or "callheli", i ve tried twice but when i use "/callheli" the helico never appear!!