Jump to content

imthenewguy

Creator
  • Posts

    3,858
  • Joined

  • Last visited

Everything posted by imthenewguy

  1. I am not following. Skins do not have negative values - they can't. Item IDs, which is a number that represents the item itself (not the skin), does have negative values. Here is a link to item IDs. Skins are always a positive value, because skins use a ulong, which can span from 0 to 18,446,744,073,709,551,615 and cannot be negative.
  2. Set Erase all data to false, refund to true and extra pockets to true if you want to wipe their extra pockets storage.
  3. What skins have negative values in them? Skins use a ulong value, which only allows positive numbers. Are you talking about item IDs?
  4. The elevator issues are an issue with Rust/RustEdit unfortunately, if players move too much or there are too many in an elevator. There is a failsafe that teleports players to the surface when the dome spawns though. Make sure "Despawn bodies when the game ends?" is set to true in your config.
  5. Was built for efficiency, that is why the button exists, otherwise there are a lot of checks that need to happen at all times across a large number of hooks xD
  6. imthenewguy

    Cooking

    Think I found the issue. Will patch for next release.
  7. Changed Status from Pending to Closed
  8. Not a clue what is causing that issue but I will put a failsafe in so that it won't spawn a crate past the max_distance setting in the config (default: 230).
  9. imthenewguy

    hook error

    Changed Status from Pending to Closed Changed Fixed In to 1.0.4
  10. imthenewguy

    hook error

    Attempted a fix in 1.0.4
  11. imthenewguy

    Cooking

    It won't work if you are assigning perms to an individual player. If you want their perms to persist, create a group with the perms and assign the player to the group.
  12. imthenewguy

    Cooking

    Unless you set the CookingMealXP value to 0, the bag will award xp for each material used to craft it at the rate specified. Items like this were an oversight. Have added a blacklist option to SkillTree config in the next release that will let you black list recipes from giving xp. For now, set CookingMealXP to 0 in your SkillTree config or disable the ability to create the ingredient bag and use the chat command instead.
  13. imthenewguy

    Loot problems

    Dev said he will add an API and I will update when it drops.
  14. Hey mate, do you have API by chance? I have a few plugins that this messes with. An API that can be used to prevent the plugin from populating loot into certain crates would be ideal Example from AlphaLoot: object CanPopulateLoot(LootContainer container) { if (IsRunning && Vector3.Distance(container.transform.position, start_button.transform.position) < config.max_distance) return false; return null; }
  15. imthenewguy

    Loot problems

    Got a link to the plugin? From the name it shouldn't be adjusting any loot, simply the stack size of the loot that spawns if required. BetterLoot was a loot table replacement plugin, stack modifier plugins generally dont play in that area.
  16. imthenewguy

    Loot problems

    I thought you were using BetterLoot? The BetterLoot update I posted above prevents the empty box issue as it has the hook on it that excludes HG containers only. Stacksize GUI shouldn't cause any issues either.
  17. imthenewguy

    Power tool modifiers

    Changed Status from Pending to Closed
  18. imthenewguy

    Power tool modifiers

    Haha np. Just keep in mind that items (based on yields) will round to single integers. XP will round to the second decimal place.
  19. imthenewguy

    Power tool modifiers

    It affects the xp gain and a few other buff types associated with it. You can set as low of a number as you would like (0.1512234123 if you wanted), and it will scale the xp and gather modifiers down using that. For example if you set the value to 0,.5, it will reward half the xp that it normally would, and half the mining bonus that it would have normally had.
  20. Changed Status from Pending to Closed
  21. The grubs issue is known and isn't fixable afaik. There isn't any API in SR that allows me to prevent RP gain from the collection. The original release had it so you couldn't even gather the bush, but an oxide update fucked that right up lol.
  22. imthenewguy

    Instances the boxes

    Changed Status from Pending to Closed
  23. Changed Status from Pending to Closed Changed Fixed In to 1.3.1
  24. Updated
  25. I can't seem to replicate the issue man. I am getting the additional yield on my server. Try deleting your config and regenerating a new one, see if the buffs shift.
1.8m

Downloads

Total number of downloads.

8.4k

Customers

Total customers served.

127.3k

Files Sold

Total number of files sold.

2.6m

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.