Rewards

Moved

Total Downloads: 2,857 - First Release: Jun 11, 2016 - Last Update: Nov 10, 2017

5/5, 16 likes
  1. Only animals do not work because I get money in serverewards for ActivityRewardRate_minutes
     
    Last edited by a moderator: May 3, 2017
  2. Wulf

    Wulf Community Admin

    Did you download the latest version? Sounds like you are a version behind.
     
  3. Yes I took the last version so remove the config.cfg to be on but the animals are still not detect by the plugin

    Logs server.
    Code:
    [05/03/2017 15:59:02] Zaerox got 50 for activity
    [05/03/2017 16:24:21] Zaerox got 50 for activity
    
     
    Last edited by a moderator: May 3, 2017
  4. I experienced the same thing until I made these changes to the cs file:

    Change line 471 to:
    else if (victim.name.Contains("assets/rust.ai/agents/"))

    and change line 475 to:
    var AnimalName = victim.name.Split(new[] { "assets/rust.ai/agents/" }, StringSplitOptions.None)[1].Split('/')[0];
     
  5. Wulf

    Wulf Community Admin

    That's in the latest version already.
     
  6. NPCkill,animals no work
     
  7. Wulf

    Wulf Community Admin

    Which host?
     
  8. Hi Wulf, I should have also clarified myself. If I install v1.3.8 with the above 2 x manual changes to line 471 and line 475, the animal kills are rewarded.

    I know that v1.3.9 has the 2 updated lines in there, but it still didn't issue rewards for animal kills.
     
  9. human kill received reward but NPC,animals part is not work... no reward
     
  10. Wulf

    Wulf Community Admin

    Looks like I missed a slash in there, thanks. :)
     
  11. Wulf

    Wulf Community Admin

    Wulf updated Rewards with a new update entry:

    1.3.10

     
  12. thanks you !!
     
  13. Is anyone else experiencing PACKET FLOODING?



    ** Please ignore, I think its related to a different plugin.
     
    Last edited by a moderator: May 4, 2017
  14. It's doubling the reward for each entity. Upon skinning, you get the kill a second time, once the entity despawns reaching it's zero health points for harvesting.
     
  15. Also, for some reason, it's counting the player time, even when they're not logged in - so I have to use a different plugin until this is resolved, for playtime tracking.
     
  16. Yup, mine's doing the same, however a work-around until its resolved, ... I've halved the Reward Points, which encourages more players to skin their kill.
     
  17. Hello @Wulf, one does not earn money when one kills a player, however the animals work very well.

    Log my server :
    Code:
    [05/07/2017 13:18:15] [[FN]] AzuLeBelge got 50 for activity
    [05/07/2017 13:18:15] [[BOOM]] AnzuGamingo got 50 for activity
    [05/07/2017 13:18:28] [[LtdO]] Nirkox got 68.25 for killing un ours
    [05/07/2017 13:19:20] ArgoNac got 45.5 for killing un ours
    [05/07/2017 13:19:27] C'est Chouette got 15 for killing un cerf
    [05/07/2017 13:19:48] C'est Chouette got 15 for killing un cerf
    [05/07/2017 13:19:49] ArgoNac got 35 for killing un ours
    [05/07/2017 13:21:30] [[PiG]] iZeyrA got 45 for killing un loup
    [05/07/2017 13:21:37] † Dark_Rise † got 30 for killing un loup
    [05/07/2017 13:21:51] † Dark_Rise † got 30 for killing un loup
    [05/07/2017 13:21:58] [[BOOM]] TheXizack59 got 45.5 for killing un ours
    [05/07/2017 13:22:08] [[LtdO]] Nirkox got 35 for killing un ours
    [05/07/2017 13:22:40] [[DBZ]] Florian-_-13 got 10 for killing un sanglier
    [05/07/2017 13:23:00] [[FUTUR]] FuturAquos ⚽💯 got 15 for killing un cerf
    [05/07/2017 13:23:10] [[DBZ]] Florian-_-13 got 10 for killing un sanglier
    [05/07/2017 13:23:22] [[FUTUR]] FuturAquos ⚽💯 got 15 for killing un cerf
    There is no response for the player PVP
     
  18. Wulf

    Wulf Community Admin

    Which plugin are you using for rewards?
     
  19. ServerRewards
    He does not see the rewards message when he kills a player but sees him when he kills an animal
     
  20. Wulf

    Wulf Community Admin

    What do you have the "TakeMoneyFromVictim" setting set to?