Jump to content

imthenewguy

Creator
  • Posts

    3,871
  • Joined

  • Last visited

Everything posted by imthenewguy

  1. imthenewguy

    arena de spawn

    Sounds like it was too high or something.
  2. imthenewguy

    arena de spawn

    What? o.O
  3. imthenewguy

    Prestige ?

    Changed Status from Pending to Closed
  4. Changed Status from Pending to Closed
  5. imthenewguy

    Prestige ?

    I don't have plans to add prestige, but you could extend the grind for your players if you wanted to. You could set the max level to 0, set the maximum skill points to whatever you want it to be, then add level rewards that go past 100. These are commands that are fired off when a player achieves the level. Example: "List of rewards the player receives based on level": { "100": { "List of commands and chat messages that the player receives when reaching the specified level [Left = command. Right = Private message to player]. {id} = steam ID. {name} == name.": { "say <color=#ffae00>{name}</color> reached level <color=#4cff03>100</color>!": "You have reached a milestone level!" }, "List of commands that are fired off when the player data is reset": [ "say Test data reset." ] }, "120": { "List of commands and chat messages that the player receives when reaching the specified level [Left = command. Right = Private message to player]. {id} = steam ID. {name} == name.": { "add your command here. it can target the player using {id}": "Add message to {name} player here", "add another command here": "" }, "List of commands that are fired off when the player data is reset": [ "add your command here, such as o.revoke user <permission>" ] }, },
  6. In what order did you delete everything? Always unload the .cs file before deleting data files. If you have the admin permission, you can use the command: /stresetalldata That will reset all player data, including xp, levels, skill points and unlocks.
  7. Did you follow the video and put it in with RustEdit?
  8. I have found the issue causing the recycler values to go negative and have patched for next release. If you want a fix now, go into the .cs file and delete the following line: Line 608: pi.available_recyclers--; The suggestion for point 2 doesn't make any sense. The recycler is meant to revert to item form and lose condition, not be given back to the player to be redeemed again.
  9. If you want all credits erased, set "Allow for recycler credits to carry over across a map wipe?" to false. Any player that does not have the personalrecycler.use or personalrecycler.admin perks won't be given recyclers to use on wipe.
  10. Higher = more likely. It adds the total weights together and rolls a number between 0 and the total value, choosing the profile that it lands on. Example: Primitive weight = 100 Modern weight = 50 Rolls a random number between 0 and 150. Roll = 87, so it chooses primitive. If the roll had been 101+ it would have been modern.
  11. imthenewguy

    XP reward

    Changed Status from Pending to Closed
  12. imthenewguy

    XP reward

    Hey mate, this is already supported. Check out the SkillTree config and search for: SurvivalArena_Winner The value assigned to this is given as direct XP for winning the event.
  13. If they aren't getting their stuff back, you most likely have a plugin that is messing with it, such as auto kit or restore upon death etc. Do you have anything that affects the players inventory when they respawn?
  14. Can you not create a group called nightvision, assign the permission to that group, and have the shop move the players to/from the nightvision group instead? I can look into disabling NV support.
  15. Not something I would add as each skill is coded in a different way, so I would have to amend all skill types with the ability to disable them. The only work around would be what Hawkhill said; reset their skills so their points are refunded and revoke access to the skilltree.,tree perm.
  16. Changed Status from Pending to Closed
  17. Changed Status from Pending to Closed
  18. The ingredient bag isnt a container item; it is simply an access point. EventhHelper shouldnt be messing with it.
  19. imthenewguy

    arena de spawn

    Yeah that is odd. I am working on a new system that will hopefully prevent this from happening in the future,.
  20. Not sure what the conflict is there. All this perk does is add additional condition health when OnLoseCondition is triggered. Maybe speak to nivex and see if there is anything that is designed to affect this.
  21. imthenewguy

    Permissions?

    Changed Status from Pending to Closed
  22. imthenewguy

    Permissions?

    Ill add it to the suggestions pile for this one
  23. imthenewguy

    Not working

    Changed Status from Pending to Closed
  24. imthenewguy

    Remove from Clan

    Changed Status from Pending to Closed
  25. imthenewguy

    Remove from Clan

    I wont be adding any support for removing players from clans at this point; too messy.
1.8m

Downloads

Total number of downloads.

8.5k

Customers

Total customers served.

127.8k

Files Sold

Total number of files sold.

2.7m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.