-
Posts
5,008 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by nivex
-
hi, yes, you have the bases spawning as PVP by default, PVP does not lock, "Bypass Lock Treasure To First Attacker For PVP Bases": true, so either set that false, or enable converting to PVE instead which is what I recommend.
-
@ROCKETBOT SERVERS hi, the package is not installed. you only have the default loot table. if it were installed you would see every loot table. you did good changing the config, but you still need to install the package and THEN set the buyable costs unzip the archive copy the files to your server in the same respective folders edit the config for Buyable Event Costs reload the plugin
-
@ROCKETBOT SERVERS heya, if you don't see loot tables being loaded with the plugin then the package is not fully installed if maintained events are not automatically spawning with at least 1 player connected then the package is not fully installed Buyable Event Costs need to be configured by you based on your servers economy. in short, install the package, then configure Buyable Event Costs in the config. if done correctly then bases will automatically spawn, and you will be able to buy them too.
-
Changed Status from Pending to Closed
-
Changed Status from Pending to Closed Changed Fixed In to 3.0.5
-
Changed Status from Pending to Closed
-
hi, you're welcome. enjoy
-
hi, there's something wrong with your language file, not the plugin ModeNightmare
-
hi, it wouldn't be TruePVE it won't lock while using vanish or noclip though.
-
Changed Status from Pending to Closed
-
hi, see the update notes, it requires the Rust update to compile
-
heya Tater. if it says you have the perm then the perm exists. perms: raidablebases.banned raidablebases.buyraid.banned you should not give yourself every permission btw, that is not a good idea at all. you should revoke EVERY permission from raidablebases and only grant yourself the ones you need with Permissions Manager plugin. players do not need any permission. they should not be given raidablebases.allowed either. that is for admin/mod/staff this will revoke ONLY the raidablebases.banned permission: /rb revoke otherwise you must revoke it yourself oxide.revoke group default raidablebases.buyraid.banned oxide.revoke group default raidablebases.banned oxide.revoke group admin raidablebases.banned oxide.revoke group admin raidablebases.buyraid.banned oxide.revoke user tater raidablebases.buyraid.banned oxide.revoke user tater raidablebases.banned etc
-
hi, regarding the loot, this is shown within the status ui - if you can see the status ui then you will always be able to see the loot unless you've disabled that option. if the status ui doesn't show (which includes the loot) then that is a known issue and is fixed in the next update. they need to re-enter the event two separate times after dying. so leave event, enter event, leave event, enter event. two times, not one time. regarding the in-game map - this will not vary from person to person - if one player can see the event then every other player will see the same exact event with the same exact text. if an event doesn't show for any player on the map then it is a CopyPaste issue. make sure you are using the below CopyPaste plugin fix which contains many fixes for the current problems with that plugin. https://codefling.com/plugins/raidable-bases?page=143&tab=comments#findComment-64368
-
Changed Status from Pending to Closed
-
you're welcome, enjoy
-
hi, these are not valid config files. they have json errors in them, and those errors show when you load the plugin. here's the fixed RaidableBases.json
-
heya, your screenshot has outdated information, and is not relevant "DynamicPVP" will work as the zone name for any zone created by DynamicPVP plugin. you must add all other zone ID (or name) from the oxide/data/ZoneManager/zone_data.json file to Allowed Zone Manager Zones if you want to add ALL zones then you can simply put an asterisk as the zone ID in Allowed Zone Manager Zones "Allowed Zone Manager Zones": [ "*" ], zones are NOT required by RB and should not be used explicitly for RB. RB creates its own "zones" independently of any plugin except CopyPaste. you do not need to modify TruePVE to work with RB. you need to reload RB plugin when you modify the config file, oxide command: o.reload RaidableBases carbon command: c.reload RaidableBases