-
Posts
4,777 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by nivex
-
set Remove Admins From Raiders List to false in the config do not fly, or use vanish or any other admin cheats before completing raid it will work
-
hiya, there's something wrong with the files in the oxide/data/RaidableBases/Base_Loot directory. make sure only loot tables are in that directory, and make sure that they're valid json files as well
-
ill check it out thanks
-
you need a better host then
-
Changed Status from Pending to Closed
-
doesn't look like you have anything configured
-
sure np 2. config option: "Lock Raid To Buyer And Friends": true, proflie option: "Eject Enemies From Purchased PVE Raids": true, profile option: "Eject Enemies From Purchased PVP Raids": false, 3. this should be set true: "Allow Players To Buy PVP Raids": true, you can specify PVE to PVP: "Convert PVE To PVP": false, or PVP to PVE: "Convert PVP To PVE": true,
-
hi, post ALL messages shown when the plugin loads and wait for the grid to load as well
-
1. there is no option for this other than Spawn X Distance From Buyer this shouldn't be set below 1000. it will try 1000 first then try again with the 5000 until it finally finds a position. it will eventually be rewritten to work better but this is no easy task or i wouldve done it long ago 2. this is controlled under Buyable Events to lock to the buyer in the config, and eject settings for purchased bases are in the profiles 3. this is not optional. you need to configure it under Buyable Events in the config
-
hi, no, as doing this would require a UI update and I don't know enough to do it just yet
-
that was very entertaining. well done
-
- 572 comments
-
- #rust
- #rust plugin
- (and 6 more)
-
@bobbybaker82 if (position == Vector3.zero) { return null; } Vector3.zero is 0,0,0 and this plugin does not spawn npcs there. thats where the server sends entities to be destroyed. so you have another plugin interfering. as for code locks, those will be destroyed in next update during server shutdown
-
- 572 comments
-
- 1
-
-
- #rust
- #rust plugin
- (and 6 more)
-
heya. are you running linux? if so, sounds like you need to install libgdiplus on the machine. otherwise i would need the errors from the server log
-
hey. you will need to translate it yourself. if you want to share the file afterwards then i can include it in the zip file
-
no, copypaste should not be handling this. that's just wrong.