-
Posts
3,437 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by imthenewguy
-
That is triggered when an external plugin adds new skills to Skill Tree, such as EpicLoot or Cooking.
-
- 1,253 comments
-
- 1
-
-
- #leveling
- #progression
- (and 13 more)
-
Changed Status from Pending to Closed
-
Its asking for a Dictionary input, which requires curly brackets, a key and a value: "FishersLuck": { "modifier": 0.05, "Permissions [permission / title]": { "mypermission.use": "Title here" } }, I also dont think luck4 is a valid permission. This part of the config allows you to allocate permissions from other plugins to the wearer when they hit the set bonus.
-
add it to the blacklist to prevent spawning. Plugin adds any new item to the game automatically, but some items arent functional such as this one.
-
The developer needs to add a way for plugins to identify if the planter is protected and if the player is authorized to take a clipping.
-
There is no hooks or any feedback that the Planter Box Defender plugin gives that I can use to prevent this behavior.
-
Yeah you can adjust the anchor positions of the icon, as well as the icon image. "HUD Settings": { "Command to open the ItemPerks menu": "ip", "Send the icon to access the ItemPerks menu?": true, "Icon position": { "size": 64.0, "offset_x": 0.0, "offset_y": 0.0, "anchor_min": "0.5 0", "anchor_max": "0.5 0" }, "Steam workshop ID to use for the hud icon": 2907569326,
- 135 comments
-
- #items
- #enhancement
-
(and 6 more)
Tagged with:
-
- 1,253 comments
-
- #leveling
- #progression
- (and 13 more)
-
How do I prevent it from resetting skills?
imthenewguy replied to SunShine ツ's Support Request in Support
Changed Status from Pending to Closed -
How do I prevent it from resetting skills?
imthenewguy replied to SunShine ツ's Support Request in Support
Set"Refund skill points on server wipe" to false -
It's been suggested in the past. Might be something I look at implementing down the track.
-
Changed Status from Pending to Closed
-
Changed Status from Pending to Closed
-
Changed Status from Pending to Closed
-
Can you paste me the level commands section of your config? The error indicates that the RunResetCommands method is throwing an exception.
-
The argument for player isn't accepted in the chat command, only the console command.
-
- 1,253 comments
-
- 1
-
-
- #leveling
- #progression
- (and 13 more)
-
Changed Status from Pending to Closed
-
Changed Status from Pending to Closed
-
- 1,253 comments
-
- 1
-
-
- #leveling
- #progression
- (and 13 more)
-
Changed Status from Pending to Closed Changed Fixed In to Next Version
-
Might have something to do with a number being too big for an int32, or potentially letters being added to the quantity field. Ill add a redundancy for the latter though.