-
Posts
4,080 -
Joined
-
Last visited
-
Days Won
51
Content Type
Profiles
Warranty Claims
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by imthenewguy
-
Changed Status from Pending to Closed
-
Have added a few more null checks to the hook for next release to hopefully prevent his error.
-
You most likely have a plugin that is conflicting with mine. I recommend unloading all plugins (o.unload *). Load ImageLibrary and DeployableNature (in that order) and see if the issue persists. Also what oxide version are you using?
-
- 1,362 comments
-
- 1
-
-
- #leveling
- #progression
- (and 19 more)
-
Have you updated to version 1.0.11? The items can't be picked up anymore.
-
- 252 comments
-
- 2
-
-
-
- #enhanced
- #custom loot
-
(and 7 more)
Tagged with:
-
Show me the error for legendary beasts please. Have added a null/real player check for the method that calls STCanGainXP for next release. Add me on discord and we can test. im the new guy#0001
-
I dont see this error myself. Added some failsafes in the hook for next release just to cover all bases, but the only thing it could be eletronic luck or component luck perks firing off and trying to access a list with no items in it. This shouldn't happen though, as it pulls from the servers itemList.
-
- 87 comments
-
- #recycler
- #monetization
- (and 5 more)
-
- 1,362 comments
-
- 1
-
-
- #leveling
- #progression
- (and 19 more)
-
- 1,362 comments
-
- 1
-
-
- #leveling
- #progression
- (and 19 more)
-
- 1,362 comments
-
- #leveling
- #progression
- (and 19 more)
-
- 1,362 comments
-
- #leveling
- #progression
- (and 19 more)
-
Is it randomly happening or is it happening constantly? Would you know what action is being done to cause it? Check the config for where to edit skins. Should be near the bottom.
-
- 252 comments
-
- #enhanced
- #custom loot
-
(and 7 more)
Tagged with:
-
- 1,362 comments
-
- #leveling
- #progression
- (and 19 more)
-
The way the loot is handled is when a player opens a crate/corpse/barrel for the first time. If they are successful, the items is spawned into the crate and they can see it. If not, the container is added to a list of looted containers, so it can't be rolled again. I will add permissions next release that players will require in order to obtain loot from these sources. This should allow you to give the permissions to your weaponsmith class, making them the only ones that can loot the items from containers. I will also add a permission for the crafting proc, salvaging and enhancing.
- 252 comments
-
- 1
-
-
- #enhanced
- #custom loot
-
(and 7 more)
Tagged with:
-
Custom Skills (perms) not cleared on stresetskills command
imthenewguy replied to Zoreeno's Support Request in Support
Use the command to generate an example perm: /addtestpermsnode This will add a node called "Test perms node" to the Cooking tree (but if will be disabled by default). Gives you an example of the formatting. -
- 252 comments
-
- #enhanced
- #custom loot
-
(and 7 more)
Tagged with:
-
Changed Status from Pending to Closed
-
Changed Status from Pending to Gremlins
-
Custom Skills (perms) not cleared on stresetskills command
imthenewguy replied to Zoreeno's Support Request in Support
Fixed in next update.