-
Posts
5,879 -
Joined
-
Last visited
-
Days Won
199
Content Type
Profiles
Warranty Claims
Downloads
Forums
Store
Services
Downloads Plus Support
DOWNLOADS EXTRA
Everything posted by nivex
-
- 634 comments
-
- 1
-
-
- #rust
- #rust plugin
- (and 6 more)
-
@MeinRustthank you Mein @Commo if you're going to change it in the config then you should unload the plugin and delete the UI data file. this is because each players offsets are stored so changing config will apply to new offsets or unchanged offsets only. you can use the arrow to move each ui window too to make this easy oxide/data/RaidableBasesUI.json - be careful to not delete the wrong data file.
-
rbe debug command is there to help you with issues. most common reason is not enough players online. Minimum Required Players Online is under Maintained Events and Scheduled Events in the config make sure the plugin loads without any errors. make sure the copypaste files exist. you can check by typing rb.config list make sure you see the loot files being loaded after the plugin loads
-
no. GongJiLi should fix several issues 1. it should ignore entities not owned by a player 2. it should not modify rocket damage until explosion 3. fix exploit in OnEntityTakeDamage with GetActiveItem 4. damage is not scaled if the item is the last in the stack nice plugin but those issues are going to be difficult to fix unless he knows exactly how already. #1 sounds easy until you realize #2 has to be fixed for it to work for rockets. #3 seems very difficult since you can't use WeaponPrefab as that's often the prefab and not the entity itself (so the skinID will be 0 in this case) exploit: 1. configure skinid and attack power for rocket launcher 2. throw a grenade 3. equip the rocket launcher 4. wait for explosion 5. damage of grenade will be scaled by 300 { "skinid And attack power": { "1839729563": 300.0 } }
-
- 89 comments
-
2.7.3 released Despawn Dropped Loot Bags From Raid Boxes When Base Despawns - please enable this in ALL of your profiles if having despawn issues This requires the Rust update There's some very useful fixes and additions in this plugin update Such as this, found in the profiles: - Permission Required To Enter Players cannot buy an event they do not have permission for Players cannot enter an event they do not have permission for If no permission is assigned then all players may enter that event You can specify any permission from any plugin, or create your own here. Do not use groups. Assign the permission to a group if you need to use a group instead. This is useful so you can create profiles with specific bases that you require permission for. All other bases they can enter freely. You can create a new profile by using the command rb.config add "Secret Bases" SecretA SecretB SecretC 4 Where 4 is the difficulty Nightmare. You can then add permission to the file, or use any existing profile instead if you prefer that. Enjoy
-
the despawn time appears when the despawn timer begins. there is up to a 30 second delay once the despawn timer begins if you enable Wait To Start Despawn Timer When Base Takes Damage From Player then it will not be shown until a player attacks the base if you set Minutes Until Despawn After Inactive to 0 then it will be permanently hidden
-
- 634 comments
-
- 2
-
-
- #rust
- #rust plugin
- (and 6 more)
