-
Posts
5,391 -
Joined
-
Last visited
-
Days Won
187
Content Type
Profiles
Warranty Claims
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by nivex
-
hi, that is an issue with your language file.
-
- 599 comments
-
- 1
-
-
- #rust
- #rust plugin
- (and 6 more)
-
ya, not really sure unless an entity is dying by some unknown means.
-
good to know! no idea why you'd see 50 then 28. you can set Amount Of Items To Spawn to 50 and it will spawn 50 items. this will show 50 items in the server console window. in-game however, the status UI will show what is required to complete the event only. which is often less than the amount that was spawned because items can move into other containers like BBQ, TC, Fridge, Oven's and Lockers. any containers which are not required to complete the event will not be included in the status UI. items which move into the tool cupboard are allowed to stack as well. so that would skew the number shown.
-
yea TruePVE is all you need. type server.pve false into the server console it will return
-
heya, server.pve will block this damage. set it to false and use a PVE plugin instead of that server convar.
-
Damage blocked to players if another raid is active
nivex replied to Ghosthunter's Support Request in Support
hi. its impossible for your previous issue to persist with that permission granted. describe the new problem in complete detail. step by step. write it in your native language. DM your profiles and config too. in private message. -
Changed Status from Pending to Closed Changed Fixed In to Next Version
-
hi, I've changed this in the next update to function as it did before, as well as when ab.debug is toggled on
-
Changed Status from Pending to Closed
-
no problem
-
hi, you can disable this in the profiles. Block Plugins Which Prevent Item Durability Loss
-
- 599 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!