-
Posts
3,670 -
Joined
-
Last visited
-
Days Won
208
Content Type
Profiles
Warranty Claims
Downloads
Forums
Store
Services
Downloads Plus Support
DOWNLOADS EXTRA
Everything posted by Steenamaroo
-
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.
-
- 226 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?
- 226 comments
-
- 226 comments
-
- 2
-
-
-
Hi, I do intend to replace the basic marker with the marker with text in the near future, although you should know that the profile markers indicate where the profile is located - Not where any specific npc is located. I'm not sure if the marker options show up for biome profiles or not but, if they do, I should block that because it doesn't really make any sense.
-
HI @Indefatigability Make sure your config file RewardCurrency section looks like this "RewardCurrency": { "UseScrap": false, "UseEconomics": false, "UseServerRewards": true }, and also make sure that ServerRewards is installed and compiling correctly. If you're sure about these reload RustRewards and watch the console for any relevant output. If there's an issue with SR or the config it should tell you at that point.
-
Yes, that's fine. Basically once you've done /sma export, the plugin will import that saved data again immediately the next time it loads. As long as you don't accidentally load/reload the plugin after using the export command, or wipe the map twice, there shouldn't be a problem, but if you're more comfortable doing the export command then just removing the plugin until you're up and running again, that'll work.
-
- 226 comments
-
- 1
-
-
Hi, If you do `/sma export` in chat right before you shut your server down before a wipe, it will save sign information into a json file then import it all again the next time the server starts - That should be post-wipe. It has to be perfect order, though - You can't do `/sma export` then reload the plugin or restart the server. Has to be /sma export shutdown (without reloading SignManager) wipe/update server start up fresh server - Import happens automatically.
-
That's OK, at least for now. The only other thing I can think of is that some plugin is calling OnEntityDeath hook multiple times. Since it's exclusive to barrels i'd guess maybe some plugin is overriding the death of the barrel, perhaps to prevent gibs or something, and spawning something else? idk, that's heavily speculative but if you have a test server it'd be worth unloading all plugins then loading RustRewards on its own, and shooting a barrel. If you get 1 point then another plugin's up to something. I could possible add in a buffer by entity ID to prevent multiple separate rewards for the same entity but it would be ideal to get it fixed at the source if I'm right.
