-
Posts
3,842 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by imthenewguy
-
The only reason the xp popups would show and the xp doesnt update, would be if the xp_hud flag is set to false under player data, but the xp_drops flag was true, but setting it to false would destroy the UI so I have no idea. May be a plugin conflict on your server causing the issues. No one else has reported this as an issue.
-
kits are not showing in inventory when trying to enhance item
imthenewguy replied to OgGinja's Support Request in Support
I have fixed the kit issue for the next release. Testing it on my discord atm. I saw a patch issue with the Harmony patch for item repair, but not sure if that will have any impact on the RPC issue. Can't see how my plugin is causing that issue. -
Need a better video than that. Can't see the value of the xp bar itself ticking up as its too bright. Tell them to use windows key + alt + R to record.
-
Yeah it's done via a forumla. No plans to add an xp cap at this point. I would recommend setting max level.
-
I've not raised it with the carbon team, no. @Raul-Sorin Sorban do you see what the potential issue may be here? Does the Gather Manager component of Carbon set the item amount after the OnCollectiblePickup hook is called? There is an issue that apparently exists in carbon (only when gather manager is used), but not oxide, where Skill Trees harvest yield doesn't trigger, or is overwritten by the gather manager.
-
Set "Prevent the maximum condition of the item from being reduced when repaired?" to false for the kicking. Not sure what causes the conflict, but I haven't heard of it happening on many servers. May be a conflict between plugins. Nothing changed from that patch though, apart from how it's unpatched on server unload. The enhancement kits may be related to a change in the naming structure., DO you have an example of the name of an old kit?
- 151 comments
-
- #items
- #enhancement
-
(and 6 more)
Tagged with:
-
Changing the name of an item in EpicLoot is a core function. It has to change the name of the item or it doesn't work. ItemPerks is what you are after if you don't want the item.name field set.
-
Excess skill points are not returned when gaining prestige
imthenewguy replied to Namsaknoi's Support Request in Support
Changed Status from Pending to Closed Changed Fixed In to Next Version -
Excess skill points are not returned when gaining prestige
imthenewguy replied to Namsaknoi's Support Request in Support
I see where the issue is. After HandleNewConnection is called, the playerData var is no longer attached to the correct PlayerInfo object. Ill add the update. -
hello, some kind of error after the update
imthenewguy replied to duvvskaja2's Support Request in Support
Changed Status from Pending to Closed Changed Fixed In to Next Version -
hello, some kind of error after the update
imthenewguy replied to duvvskaja2's Support Request in Support
Will be fixed in the next release. -
No XP Gained from Picking Up Items After Update (Carbon/2x Server)
imthenewguy replied to SunShine ツ's Support Request in Support
The plugin is functioning fine. As I saId, you may have a conflict with another plugin that is preventing the xp from going through, or the xp values are set to 0 for the collectibles. Rust 2024-12-09 20-32-37.mp4 -
- 1,333 comments
-
- #leveling
- #progression
- (and 19 more)
-
Please read the main page. Facepunch broke the plugin until i build an entirely new map for it.
-
No XP Gained from Picking Up Items After Update (Carbon/2x Server)
imthenewguy replied to SunShine ツ's Support Request in Support
There have been no issues on my end for xp not being obtained while collecting items. It is most likely a Carbon issue, or a plugin conflict. Only way to tell is to unload all plugins except for skill tree, then periodically load plugins until you stop getting xp to work out what is causing the issue. -
Do you run cooking?
-
Please read the announcement at the top of the page.
-
Yeah it is. Its going to take some time to fix as they only added rocks I can use to replace them a few hours before wipe.
-
Changed Status from Pending to Closed
-
- 210 comments
-
- 1
-
-
Rust rewards needs to check if its deployable nature, or provide a hook for me to respond to saying not to give points to it Otherwise the plugins arent compatible
-
Team Ingredient Bag Share/Duplicate Bags
imthenewguy replied to Somescrub's Support Request in Support
Yes that is correct. The bag is simply a way to access the player's ingredient bag. Its exactly the same as using the chat command, but in item form.