-
Posts
5,181 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by nivex
-
Changed Status from Pending to Closed
-
no problem
-
hi, you can disable this in the profiles. Block Plugins Which Prevent Item Durability Loss
-
- 587 comments
-
- #rust
- #rust plugin
- (and 6 more)
-
@Aeryn Sun yes, changing it to 1.0 will work for SkillTree.cs, XLevels.cs and XPerience.cs plugins. if the name doesn't match then it will not work. the issue would not be with RB unless using noclip, vanish, Remove Admins From Raiders List, etc. if (Options.Rewards.XP > 0 && Instance.XPerience.CanCall()) { double xp = config.Settings.Management.DivideRewards ? Options.Rewards.XP / (double)total : Options.Rewards.XP; QueueNotification(ri.player, "SkillTreeXP", xp); Instance.XPerience?.Call("GiveXPID", ri.userid, xp); }
-
hi, you can't turn it off. thats how it is supposed to work. run it from the server console or let it run automatically.
-
Changed Status from Pending to Closed
-
no problem, enjoy!
-
Heli Signals and Bradley Drops were causing this for one user of mine so make sure those are updated since they were fixed already.
-
heya. I tested this for you in Abandoned Bases, and it is working on my server. any plugin could tell TruePVE to not allow it, but it won't block it in the event otherwise so it would be some other plugin blocking it then.
-
hi, that is an issue with your language file. you have a json error in it. attach it here from your oxide/lang/ folder then delete it and reload plugin
-
hi, if the whole base is too far underground then it was not copied properly, or a height setting was modified but you would know if you modified that. if there are little areas of the base that clip a bit too far then that is inevitable, but can be mitigated by copying the base properly. that is, from the center of the base, where exactly half of the foundation is below ground. you can increase spawn bases x distance apart but don't set it too high. i wouldn't set higher than 200
-
Changed Status from Pending to Closed
-
hi, i will answer your other duplicate thread https://codefling.com/files/support/16427-bases-going-underground/
-
hi, you are missing a comma after the first } this plugin does not modify loot containers. it modifies boxes only. Amount Of Items To Spawn is in the profiles
-
ya, you will need to ask that dev to add support for RB so you get XP when you kill the npcs