-
Posts
3,238 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by Steenamaroo
-
The_Kiiiing has updated the plugin description to show `tugboatpirates.admin` as the permission. The plugin itself, then, doesn't need an update - Just grant yourself this permission.
-
The permission registered by the plugin is tugboatpirates.admin - pirates...not event. Looks like just a typo in the description.
-
Is that the free plugin on uMod? If so it didn't need an update this wipe so I guess the change you're seeing is either something in the Rust update, or something I've changed in BotReSpawn. I can't think what, off the top of my head, but I'll have a look and see what I can turn up. Thanks for reporting.
-
Hey, Thanks for reporting. You're quite right - I misread a condition. if you wouldn't mind just leaving it at zero for now, then I'll push a small update to fix it shortly. Most likely I'll leave it a day or two in case anything else is reported, to avoid repeat updates.
-
I'm afraid not, no. The custom spawn points are reserved for the maintained population of the profile, although I may be able to make Off_Terrain work for finding random points in underground areas. I'll take a look at that. As a bit of a work around you could have a second profile with custom spawnpoints down there and very long respawn time. Instead of using tempspawn, you could reload (or enable/disable) that profile when you want additional npcs down there. Reload profile would have to be done via UI, but enable/disable can be done as a command.
-
Hi, The tempspawn command doesn't use your custom spawnpoints - It just spawns npcs at randomly found points around the profile's location. Setting Off_Terrain to true for the profile may let it find random points underground rather than on the surface, although I'd have to test to be sure.
-
Plugin getting compiling errors and wil not load
Steenamaroo replied to vi-joe's Support Request in Support
It always worked - It was a release for *after* yesterday's forced wipe. -
Plugin getting compiling errors and wil not load
Steenamaroo replied to vi-joe's Support Request in Support
-
Plugin getting compiling errors and wil not load
Steenamaroo replied to vi-joe's Support Request in Support
Are you on staging? -
- 7 comments
-
- #admin tool
- #teleport
-
(and 5 more)
Tagged with:
-
Hi, I don't think there's navmesh over at the oilrigs so the only way would be as custom spawn points set to Stationary: true
-
Hi @XianSeho If you place custom spawnpoints underground they certainly work, and I made it that events taking place underground (like hacked crates) should look for spawnpoints where the crate was hacked...I.E. underground. I *think* I recently made it that any profile created underground should be able to look for random spawnpoints underground too but I'd have to check to make sure.
-
- 222 comments
-
CustomLoot won't be aware of (have a specific profile for) the npcs from that plugin. You can see the recognised npc types in CustomLoot page - In terms of npcs from specific plugins it only recognises BotReSpawn + Zombiehorde. I can see from the JetEvent page that Razor supports CustomLoot for the heli_crates from JetEvent, though. Maybe he'd be willing to add the same for its npcs too?
- 222 comments
-
- 222 comments
-
- 2
-
-
-
Hi @ZEODE I think I covered it pretty well a few posts back? Go in to the /perms data menu and you'll see the options there. You have the option to save permissions, or groups, or both, to SQL, and the option to load the same from SQL. Nothing about it is automated - You'd have to go in to the /perms data menu and tell it to save, or load. Note if you're loading perms/groups from a backup, it doesn't wipe the server's existing groups + perms clean. It just creates groups that exist in the backup and grants them the permissions from the backup, and/or grants permissions to players from the backup,
-
Hi, Sounds like you're making your changes with the admin UI open in game. When that UI closes (as it would on unload/reload) it saves whatever is in memory to config file, so that any changes you made in UI get committed to file. If you make sure you close out of the UI before reloading the plugin there shouldn't be a problem.