-
Posts
3,437 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by imthenewguy
-
- 1,253 comments
-
- #leveling
- #progression
- (and 13 more)
-
Are you using Carbon or Oxide? There are 300-400 legit copies of it that are floating around out there and no one else has raised an issue with it. My discord users have reported that it is working correctly as well.
-
- 1,253 comments
-
- #leveling
- #progression
- (and 13 more)
-
No, just busy with full time job and family. The plugin isn't broken from the last update. Confirmed with users on my discord that this appears to be working correctly. If there is an issue, it may be dude to a conflict on your server. Unload all other plugins except for PersonalRecycler to test.
-
- 29 comments
-
Is the plugin fully loading on restart? I have seen issues with servers in the past where random plugins won't actually load when the server starts for whatever reason. Usually a delayed reload fixes it.
-
How to get the level to show up in chat
imthenewguy replied to KD Gaming 5x's Support Request in Support
You should be receiving a message like: "You gained a level and earned {0} skill point.\nNew level: {1}". This message is sent directly to the player. If you aren't receiving it, delete your lang file and let the plugin regenerate it. -
Changed Status from Pending to Closed Changed Fixed In to Next Version
-
I have a fix for it next release.
-
Will update in next release. Changed Status from Pending to Closed Changed Fixed In to Next Version
-
Yeah that is how it would work. The whitelist will exclude all other items except for those on the list, where as the blacklist will exclude the items listed. You could go through and add all weapon shortnames to a whitelist for perks that you only want to apply to weapons/tools, and then take that same list and add it to blacklist for those that you only want to apply to clothes.
- 135 comments
-
- #items
- #enhancement
-
(and 6 more)
Tagged with:
-
impossible to make the building appear in the air
imthenewguy replied to Trudy Latté's Support Request in Support
Changed Status from Pending to Closed Changed Fixed In to Next Version -
There are no issues from the plugin that would cause this. If the issue exists, it may be a conflict between Skill Tree and another plugin on your server. The set genes perk will work with any seed type.
-
impossible to make the building appear in the air
imthenewguy replied to Trudy Latté's Support Request in Support
Found the issue. Will patch for next release. -
Cant be changed. If its a problem on your server, I recommend disabling those particular rocks.
-
I have hook calls that prevent EpicLoot from changing health when returned on. These were put in specifically for Pit's plugins so he can return on them. I believe he was looking into a fix for it, but I am not sure. My plugin modifies the health here: SetBonusValues values; if (bonuses != null && bonuses.TryGetValue(SetBonus.MaxHealth, out values)) { var currentMod = HasHealthModifier(player); if (currentMod > values.modifier || Interface.CallHook("ELOnModifyHealth", player, values.modifier) != null) return; player.modifiers.Add(new List<ModifierDefintion> { new ModifierDefintion { type = Modifier.ModifierType.Max_Health, value = values.modifier, duration = 999999f, source = Modifier.ModifierSource.Tea } }); player.modifiers.SendChangesToClient(); } It only goes ahead if the modifier is larger than the current modifier provided by EpicLoot, and the ELOnModifyHealth is not returned upon by another plugin.
-
- 197 comments
-
The only checks around the type of entity is based on the short prefab name. if (entity.ShortPrefabName.Contains("module") && !entity.ShortPrefabName.Contains("chassis")) This means that if entities with a shortname like "1module_storage" or "1module_taxi" enter, it would register it as progress, but entities like "car_chassis_4module" and "car_chassis_2module" won't be considered. Id check what modules the cars that are being crushed have on them.
-
Server rest when reached the lvl and claim rewward?
imthenewguy replied to m3dus4's Support Request in Support
Changed Status from Pending to Closed -
Changed Status from Pending to Closed
-
- 30 comments
-
- #skilltree
- #event
-
(and 4 more)
Tagged with:
-
Server rest when reached the lvl and claim rewward?
imthenewguy replied to m3dus4's Support Request in Support
I am planning to implement a prestige system that will handle this. -
How much was he getting versus what he should be getting?
-
Changed Status from Pending to Closed