-
Posts
3,858 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by imthenewguy
-
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.
-
- 1,336 comments
-
- #leveling
- #progression
- (and 19 more)
-
What skins have negative values in them? Skins use a ulong value, which only allows positive numbers. Are you talking about item IDs?
-
-
Changed Status from Pending to Closed
-
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).
-
Changed Status from Pending to Closed Changed Fixed In to 1.0.4
-
Attempted a fix in 1.0.4
-
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.
-
Dev said he will add an API and I will update when it drops.
-
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; }
- 1,037 comments
-
- #loot
- #customloot
- (and 13 more)
-
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.
-
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.
-
Changed Status from Pending to Closed
-
Haha np. Just keep in mind that items (based on yields) will round to single integers. XP will round to the second decimal place.
-
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.
-
Players can "farm" grubs and worms (and ServerRewards RP)
imthenewguy replied to RuGRustServer's Support Request in Support
Changed Status from Pending to Closed -
Players can "farm" grubs and worms (and ServerRewards RP)
imthenewguy replied to RuGRustServer's Support Request in Support
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. -
Changed Status from Pending to Closed
-
Changed Status from Pending to Closed Changed Fixed In to 1.3.1
-
Updated
-
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.