-
Posts
3,884 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by imthenewguy
-
These are the primary permissions. If they aren't showing on your manager, check page 2. skilltree.chat - required to use the chat commands to access the skill tree menu. skilltree.xp - required to obtain xp from xp sources. skilltree.tree - required to access and use the skill tree. skilltree.admin - required to use the admin commands. skilltree.all - allows user access to all trees. skilltree.Mining - allows the user to access the mining tree. skilltree.Woodcutting - allows the user to access the woodcutting tree. skilltree.Skinning - allows the user to access the skinning tree. skilltree.Harvesting - allows the user to access the harvesting tree. skilltree.Combat - allows the user to access the combat tree. skilltree.Medical - allows the user to access the medical tree. skilltree.Build_Craft - allows the user to access the build craft tree. skilltree.Scavenging - allows the user to access the scavenging tree. skilltree.Vehicles - allows the user to access the vehicles tree. skilltree.Cooking - allows the user to access the cooking tree. skilltree.bag.keepondeath - prevents the ExtraPockets bag from dropping on death. skilltree.notitles - Removes the level title from the player (Requires BetterChat) skilltree.noxploss - Prevents xp loss.
- 1,337 comments
-
- #leveling
- #progression
- (and 19 more)
-
Changed Status from Pending to Closed
-
Sounds good.
-
- 250 comments
-
- #enhanced
- #custom loot
-
(and 7 more)
Tagged with:
-
I dont understand the issue. Mind walking me through it?
-
- 250 comments
-
- 1
-
-
- #enhanced
- #custom loot
-
(and 7 more)
Tagged with:
-
- 1,337 comments
-
- #leveling
- #progression
- (and 19 more)
-
Yeah adjust the positions via the config.
-
- 152 comments
-
- #items
- #enhancement
-
(and 6 more)
Tagged with:
-
- 1,337 comments
-
- 1
-
-
- #leveling
- #progression
- (and 19 more)
-
Changed Status from Pending to Closed
-
I checked the code and it should work fine. It is likely the plugin wasn't loaded when the server wiped for whatever reason (it can bug some times).
-
I need more information if its relevant to my plugin.
-
Changed Status from Pending to Closed
-
- 1,337 comments
-
- #leveling
- #progression
- (and 19 more)
-
I just test downloaded it and it works fine. You may need to clear your cache in your browser or use another browser to download it.
-
All barrel smasher does is scale the damage that would have been done to a container by 100x. There may be another source that is messing around with your ProtectionProperties, making the crates damagable. Crates by default have full damage resistance to all sources except for Fun_Water. If the damage protection source was adjusted to allow damage to crates, then the barrel smasher perk will work on them. TL;DR: you have a plugin conflict.
-
- 1,337 comments
-
- #leveling
- #progression
- (and 19 more)
-
Changed Status from Pending to Closed
-
Plugin already has that hook in it. private object OnContainerPopulate(LootContainer container) { if (Vector3.Distance(container.transform.position, start_button.transform.position) < config.max_distance) return true; return null; }
-
SkillTree causing errors when attempting to use commands
imthenewguy replied to OldRusty's Support Request in Support
Changed Status from Pending to Closed -
- 1,337 comments
-
- #leveling
- #progression
- (and 19 more)
-
SkillTree causing errors when attempting to use commands
imthenewguy replied to OldRusty's Support Request in Support
try wiping the plugins from your server (inc data/config) and reloading them. -
Does it trigger when there is an active event?