ServerRewards

Moved

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

5/5, 61 likes
  1. Check to make sure you have UseEconomicsAsTokens set to false in the EventManager config. I have added ways to destroy the UI for all possible circumstances. Logging should always destroy the UI for the player anyway, if it doesn't there probably isn't anything I can do about it as it would be a problem that goes beyond the scope of this plugin
    Not sure what you are talking about
     
  2. k1lly0u updated ServerRewards with a new update entry:

    0.2.26

     
  3. Ya it's set like that. I'll have to ask a few other players and see what they say, if they are getting rp from the event. I'll let you know what I find out Thx again
     
  4. Every since you updated the plugin when the most recent Rust update came out, I haven't been able to get the ServerRewards plugin working again in any of my 3 servers. I tried the new update you released this morning but still broken for me. You can type /rewards and it shows the rewards command list, but when you try /rewards check or /s nothing at all happens. This worked 100% for months up until the new update. Am I missing something? Also I continue to get the following error every few minutes:
    [Oxide] 10:54 [Error] Failed to call hook 'cmdStore' on plugin 'ServerRewards v0.2.26' (NullReferenceException: Object reference not set to an instance of an object)
     
  5. post your config
     
  6. @k1lly0u Can i talk to you via Teamspeak.
    I have a question about your plugins.
     
  7. Here is my config, its blank, unmodified, rewards were not configured in my server to begin with but its erroring out in all 3.
    Code:
    {
      "Disable_Commands": false,
      "Disable_CurrencyExchange": false,
      "Disable_Items": false,
      "Disable_Kits": false,
      "ExchangeRate": 250,
      "MSG_Color": "<color=#939393>",
      "MSG_DisplayEvery": 1,
      "MSG_MainColor": "<color=orange>",
      "MSG_OutstandingPoints": true,
      "Points_Invites": 3,
      "Points_Referrals": 2,
      "Points_Time": 1,
      "PT_Point_Interval": 60,
      "Save_Interval": 10,
      "Use_Playtime": true,
      "Use_Referrals": true
    }
    Code:
    {
      "RewardKits": {},
      "RewardItems": {},
      "RewardCommands": {},
      "storedImages": {
        "999999999": {
          "0": 2940140341
        }
      }
    }
    I have not configured any rewards yet as you can see, I even tried wiping everything clean (along with plugin's data) and reinstalling the plugin to see if it helps, but giving me this upon the 1st player joining, then continues to look that 1st line:

    Code:
    [Oxide] 15:23 [Error] Failed to call hook 'OnPlayerInit' on plugin 'ServerReward
    s v0.2.26' (NullReferenceException: Object reference not set to an instance of a
    n object)
    [Oxide] 15:23 [Debug]   at Oxide.Plugins.ServerRewards.OnPlayerInit (.BasePlayer
    player) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.ServerRewards.DirectCallHook (System.String name, System.Obje
    ct& ret, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.CSharpPlugin.InvokeMethod (System.Reflection.MethodInfo metho
    d, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[]
    args) [0x00000] in <filename unknown>:0
      at Oxide.Core.Plugins.Plugin.CallHook (System.String hookname, System.Object[]
    args) [0x00000] in <filename unknown>:0
    Not sure whats going on, I appreciate your help! :)
     

  8. Code:
    "Disable_Commands": false,
      "Disable_CurrencyExchange": false,
      "Disable_Items": false,
      "Disable_Kits": false,
      "ExchangeRate": 250,
      "MSG_Color": "<color=#939393>",
      "MSG_DisplayEvery": 1,
      "MSG_MainColor": "<color=orange>",
      "MSG_OutstandingPoints": true,
      "Points_Invites": 3,
      "Points_Referrals": 2,
      "Points_Time": 1,
      "PT_Point_Interval": 1,
      "Save_Interval": 10,
      "Use_Playtime": true,
      "Use_Referrals": true
    It gives me rewards on odd periods of time, I had 8 points and after almost 20 min I had 12
    [DOUBLEPOST=1462754966][/DOUBLEPOST]It's kinda working right now (after reloading 2 times)
    I gives me 1 point per minute, but doesn't notify on every one, and from time to time it stops giving points and then I get them in a batch of 2 or 3.

    Tomorrow I'll try to gather more data to provide a better input
     
  9. Hi, five days of testing, everything is operational except the points RP are not given.


    with this config we do not obtain point RP :

    Code:
    {
      "Disable_Commands": true,
      "Disable_CurrencyExchange": false,
      "Disable_Items": false,
      "Disable_Kits": false,
      "ExchangeRate": 250,
      "MSG_Color": "<color=#939393>",
      "MSG_DisplayEvery": 1,
      "MSG_MainColor": "<color=orange>",
      "MSG_OutstandingPoints": true,
      "Points_Invites": 3,
      "Points_Referrals": 2,
      "Points_Time": 1,
      "PT_Point_Interval": 30,
      "Save_Interval": 10,
      "Use_Playtime": true,
      "Use_Referrals": true
    }


    With this config the automatic message does not appear if the value is too low ("PT_Point_Interval") and we need to do /rewards check several times to get one RP by one RP , and the gain of RP does not correspond to the settings :

    Code:
    {
      "Disable_Commands": true,
      "Disable_CurrencyExchange": false,
      "Disable_Items": false,
      "Disable_Kits": false,
      "ExchangeRate": 250,
      "MSG_Color": "<color=#939393>",
      "MSG_DisplayEvery": 1,
      "MSG_MainColor": "<color=orange>",
      "MSG_OutstandingPoints": true,
      "Points_Invites": 3,
      "Points_Referrals": 2,
      "Points_Time": 1,
      "PT_Point_Interval": 1,
      "Save_Interval": 10,
      "Use_Playtime": true,
      "Use_Referrals": true
    }
    Can you help us ?
    PT_Point_Interval value is minutes ? seconds ?

    if i put 1, ("PT_Point_Interval": 1 ) i have no message ("MSG_DisplayEvery": 1) and i need to do /rewards check several times to get one RP BY SECONDS (or something like that)

    Can you clarify descriptions of your plugin config ?
    Can you tell me why we have these problems ?

    Thanks for your plugin (we will love if associated with a vote system... ;) )
     
  10. hi, thanks, that added the words for translation, but I would have to do the transfer of RP - I have a different name
     
  11. k1lly0u updated ServerRewards with a new update entry:

    0.2.28

     
  12. Hi there,

    Despite the update I'm getting similar issues that others have recently been getting.

    For players to get 1 point per the 1 minute I have set it to, I have to continuously reload the plugin for players to gain a point.

    Help on this is extremely appreciated!
     
  13. Something went wrong. time is displayed incorrectly. before the release from the game, I had 30 minutes of play. in a few hours I went into the game and it is written that I played 2 hours
     
  14. Type loadimages in rcon you will find your images might be to big if they are upload the file will fix that for you
     
  15. Worked :D tksss
     
    Last edited by a moderator: May 12, 2016
  16. Hi there,

    Does anyone have a solution to my issue?
     
  17. can you add picture option for kits and commands too ? please
     
  18. k1lly0u updated ServerRewards with a new update entry:

    0.2.29

     
  19. how I change the value of RP to 5?

    because the player clicking on the button 500x is hard

    ^_^