-
Posts
5,327 -
Joined
-
Last visited
-
Days Won
185
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by nivex
-
Changed Status from Pending to Closed
-
hi, explosion marker does not have that built into the game. only the vending machine does yes, you can remove those messages from the language file for example. make sure to leave the entry though.
-
@Tnyrio22 heya, RB doesn't cause loot to float. that would be another plugin. what can float: 1. buildings - set stability to false and it will float when foundation wiped. set stability to true and it will crumble when foundation wiped. command: rb.config stability true 2. player deployables when Do Not Destroy Player Built Deployables is set true 3. samsites when Repairs Every X Minutes is above 0. set to 0 to disable.
-
Changed Status from Pending to Closed
-
you're welcome
-
hi, you don't need to run the command every restart. just make sure that rustedit is updated
-
heya, the grid not loading is because your server FPS is too low. if the grid never loads it's most likely because of the last Rust update with swinging vines. 1. Run this command in the server console, and the grid will load. 2. Restart the server if RustEdit (even if using a procedural map) has not been updated to 1.0.54, or manually update from from https://github.com/k1lly0u/Oxide.Ext.RustEdit 3. Make sure you've done both #1 and #2 even if using a procedural map 4. RB already spawns in the jungle biome, once the grid loads. 5. Adjust height in the profiles to spawn bases in the air. Height Adjustment Applied To This Paste is a good option to apply to all bases in that profile. or you can modify them 1 by 1 in the paste options below where you list each base individually.
-
hi, only items which are still in a box are destroyed. so it only destroys its own containers.
-
heya, that would mean the item had its HeldEntity deleted by something. this plugin doesn't destroy those when taken by a player, and does not destroy them while they're still in a loot box I did test this for you using the free version, including a server restart, and the weapons work normally
-
@Yzt heya, see my post above where I answered this https://codefling.com/plugins/raidable-bases?page=150&tab=comments#findComment-67616 when the grid says it is loading and does not finish loading it is because your server FPS is unstable. it is most likely because of the new swinging vine trees. use this command to remove them.
-
Changed Status from Pending to Closed
-
nice. you're welcome, enjoy
-
Changed Status from Pending to Closed
-
Changed Status from Pending to Closed
-
Changed Status from Pending to Closed
-
heya, it is explained in the documentation that this is not supported, but that does not mean you cannot do it. it means I will not add support for individual store plugins because there are way too many of them. The Raidable Bases plugin has its own built-in cost system for purchasing and spawning bases using the /buyraid command. Store plugins also have their own pricing and cost handling. If they do not have an option to have listings without a cost then it will become a problem. If you set a cost in a store plugin, players will be charged twice: once by the store, and again by RB (unless you specify free in the command) If the base fails to spawn, the store plugin cannot issue a refund—RB will refund charges made with the buyraid command only (which can be used in chat and rcon). You have a few options: Have players use the /buyraid command to buy raids, as intended. Set the price only in the RB plugin to avoid double charges and refund issues, not in the store. This is your best store option. You can specify free in the buyraid command, and handle it through the store, but if the base fails to spawn then it is your responsibility to refund the player any store credits. This is not advised. buyraid 0 steamid optionally, buyraid 0 steamid free 0 is the Difficulty Level in the profile. so that would be for an easy raid. steamid is whatever the store plugin uses. ServerRewards uses $player.id