-
Posts
5,160 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by nivex
-
what does it say
-
@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.
-
no problem
-
hi, that plugin hasn't been updated in 5 years I've edited it so it should work with raidable bases now. edited to include support for pvp in raidable bases events, too NightPVP.cs
-
.
-
I don't recall what caused this for the last person with this issue. I think it was a plugin altering stacksizes.
-
no problem. yes, if you changed your loot tables then you might want to back them up first. reinstall is the best way
-
no idea what that means. if using Carbon then you'll have to ask them.
-
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 } }
-
- 86 comments
-
"Lock Raid To Buyer And Friends": false, i see you have this set false but you are letting public raids be locked with "Lock Treasure To First Attacker": true, might want to allow players to keep their raids locked since they are spawning as PVE.
-
Max Amount Of Players Allowed To Enter Each Difficulty set these back to 0 I think I forgot to fix it, and you have some of them set to 1 so it won't let anymore than 1 inside either way, don't limit it until next update. best to keep at 0
-
hi, attach your config
-
it could be that Oxide reset it somehow. it's happened to a few others. I reported it but they said nothing was changed so odd that it didn't reset the nightmare profile though!
-
medium, hard and expert don't have a difficulty configured easy and nightmare do
-
hi, zip the config and oxide/data/RaidableBases folder and DM me it