-
Posts
5,795 -
Joined
-
Last visited
-
Days Won
198
Content Type
Profiles
Warranty Claims
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by nivex
-
@miniMe_rust heya, use the vector3 center as the unique ID for bases. use the network ID for tugboats. I can add a guid to the hooks but its really not necessary with those I can add a hook to be called before any ownerid changes. you will still need to get the privs from the entities list. private void OnAbandonedBaseStart(Vector3 center, float radius, bool AllowPVP, List<BasePlayer> intruders, List<ulong> intruderIds, List<BaseEntity> entities, bool CanDropBackpack, bool AutomatedEvent, bool AttackEvent) { // attack event means someone started the event by attacking the base with the abandonedbases.attack permission. this will only convert a base when it has become abandoned } Im glad you are learning!
- 634 comments
-
- 1
-
-
- #rust
- #rust plugin
- (and 6 more)
-
hi, you have 33 zones blocking nearly every spawn point. only 100 points remain when it requires at least 1000 to function. those are clusters and all the zones are blocking them. this has not changed btw. that will vary map to map but your zones are the cause. find zones that are too large and reduce the size or remove them. or, if you want bases inside of some zones then the zone needs to be added to Allowed Zone Manager Zones
-
@Cargonia heya, the default behavior prevents anyone from entering another persons raid. someone would've had to change this, or players were given a permission they shouldn't have such as raidablebases.allow which is for staff/mods/admins. players don't need any permissions by default. these are default: Lock Treasure To First Attacker in the config needs to be true Bypass Lock Treasure To First Attacker For PVE Bases in the config needs to be false Eject Enemies From Purchased PVE Raids in the profiles needs to be true Eject Enemies From Locked PVE Raids in the profiles needs to be true noclip and vanish will bypass
-
- 634 comments
-
- 1
-
-
- #rust
- #rust plugin
- (and 6 more)
-
hi, there are folders for the English version and the Russian version in that zip. install the English version. also, please remove that file attachment. you are sharing the paid version with anyone who reads this.
-
heya, if you want to install RU then you need to convert it otherwise install the EN plugin file instead
-
@MegaPihar hi, I don't support crates, not yet anyway. players cannot use the spawn command and if they had admin then it's not suitable as it would spawn wherever they are looking. either find a way to copy it with the CopyPaste plugin, or use a command provided by another plugin to give it to the player on event completion.
-
@miniMe_rust hi, it's only called when the base is skipped by an automated event. owners are included in the OnAbandonedBaseSkipped hook. owners are provided for all other hooks too. yes, the owner can be removed from the entity. this is unavoidable when the config option is enabled to remove the owner.
- 634 comments
-
- #rust
- #rust plugin
- (and 6 more)
-
@XiuNooB hi, there is no functional difference that would cause this in free vs paid. I use both, and if configured properly, it will work in both. thanks for purchasing the paid version. if you cannot figure it out, send the files in private. @Alpha28 hi. not that I'm aware of, it uses the rotation in the copypaste file / plugin.
-
@XiuNooB thats a good amount of items, but my answer above is the solution. it is very easy to check, so dont worry. 1) ensure the 400 items are in the messages when the plugin loads. if true, go to step 2. if you dont see this then you need to fix it. either the filename is spelled wrong or you have a json error. 2) ensure Amount Of Items To Spawn is set high enough. if its at the default of 30 and you have 20 boxes then you will get approx 1 per box, as the TC will hoard some. the amount you have in the loot tables does not determine how many spawn, only that option does. 3) if both step 1 and step 2 are good then its likely a stacksize, in a loot table itself, is set incorrectly aka too low. ex: spawning 1000 hqm in stacks of 1 or 2 or such is very bad. 4) another possibility is lockers hoarding the items. the divide option for lockers should not be disabled. Divide Locker Loot When Enabled, in the config, not the profiles. if you cant figure it out then send me the files in private. i encourage you to learn how to use the plugin by figuring it out yourself though. i understand its a complicated plugin, but those steps are not complicated unless its a stacksize issue. again, stacksize in the loot table, not the servers stacksize.
-
heya, use Enable X Hours After Wipe to configure that per difficulty. it is under buyable, maintained and scheduled events, separately.
-
hi, update the copypaste plugin if using linux, then the libgdiplus library must be installed on the machine by the host (see documentation) otherwise you have some broken copypaste files that need to be removed, but it seems one of the above is the issue. something is missing.
-
Changed Status from Pending to Closed
-
you're welcome, enjoy.
-
hi, Maximum Respawn Npc X Seconds After Death is in the profiles. this determines how frequently they respawn. set to 0 to not respawn.
-
@XiuNooB heya, there is no red dome in the free version. loot is not limited, no. you have the amount set too low (Amount Of Items To Spawn is in the profile), not enough loot to meet that requirement (oxide/data/RaidableBases/Difficulty_Loot), or too many boxes in a base where loot is spread too thin (oxide/data/copypaste). you can keep active 3 or 10 or 20 or whatever you like.
-
@StrongWolves hi, a UI pops up when they have a cooldown and it remains visible. there is no message unless they try to buy. you can configure it to give a cooldown for every difficulty with "Apply All Cooldowns" option again, it prevents purchasing, not entering or starting another raid. the ui remains visible by default unless every cooldown expires. only Hidden While Buyable Events UI Is Closed can hide it if you enable it but it is disabled by default already.
