-
Posts
5,181 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by nivex
-
- 587 comments
-
- #rust
- #rust plugin
- (and 6 more)
-
hi, no.
-
hi, /buyraid 0 pvp /buyraid 1 pvp etc
-
you can also type in the game chat: /rb unban
-
sure, oxide command: o.revoke group admin raidablebases.banned carbon command: c.revoke group admin raidablebases.banned
-
heya thanks, ladder is showing but has a large delay. you have it configured so that messages are sent by the Notify plugin only, and shown after 10 seconds (up from the default of 1 second). I suggest you set this back to 1.0 "Notification Interval": 10.0, using the /rb wipe command cannot prevent users from entering the bubble someone has likely granted the raidablebases.banned permission which will eject you any time you try to enter.
-
you appear busy so I have a friend providing the necessary files that I need. I should be able to resolve the issues with their files, and will get back to you
-
@NoxiousPluK hi, this is blocked by TruePVE. when players use incendiary ammo and it spreads the fire the game isn't assigning the player as the initiator. so neither plugin can determine who caused the damage and it gets blocked (because I am explicitly blocking it in TruePVE). otherwise any player on the server could use incendiary ammo to kill another player. I have reported this to Facepunch but they haven't gotten around to addressing it yet I do have a harmony patch if you would like to use it, but you should be aware that harmony patches might prevent your server from booting if the patch breaks after a Rust update.
- 587 comments
-
- 1
-
-
- #rust
- #rust plugin
- (and 6 more)
-
@beetle glad you enjoy it here's the fix. on line 10592 in the .cs, change: VendingMachine vm = GameManager.server.CreateEntity("assets/prefabs/deployable/vendingmachine/vendingmachine.deployed.prefab", Location) as VendingMachine; to: VendingMachine vm = GameManager.server.CreateEntity("assets/prefabs/deployable/vendingmachine/vendingmachine.deployed.prefab", Location.WithY(-400f)) as VendingMachine;
-
- 587 comments
-
- #rust
- #rust plugin
- (and 6 more)
-
hi, if you need to reset the current wipe ladder then type: rb wipe this will not reset the lifetime ladder
-
was thinking if you had a test server and wanted to give me access to it then I could reproduce the issue there and fix it it would need to use your current map,sav files, abandoned bases files (config and data), any relevant RaidProtection files too (i bought that plugin for this)
-
@Kk the IQTurret author needs to modify his plugin. IQTurret needs to add the entities as a child or parent them. IQTurret is spawning those entities, so it is responsible for removing them too. if it adds them as a child or parents them then they will despawn when the turret is killed. which includes at the end of the event.
-
I would need the oxide/data/Abandoned Bases.json file as well
-
this plugin is such a royal pain to debug can you attach the map and sav files in a DM so I boot it locally? if the map is paid then you can't share it, but you can share the sav files and I can request the map developer to give me a copy
-
where is the rest of the log? I need everything leading to 0 converted, 0 deleted, 1 skipped
-
the sab scan could take several minutes, btw. it will tell you when it is finished
-
@dustyhansen it's tracking time that's good. if you can't see the report from attacking the bases ingame then another plugin is blocking it. this is not something I can fix enable debug with: ab.debug start a scan to convert with: sab post what it shows in server console
-
another command you can run, from the server console, is ab.report to show a full report. i would not type this in game, but if you do the permission is abandonedbases.report and it will still print everything to the servers console