-
Posts
3,697 -
Joined
-
Last visited
-
Days Won
210
Content Type
Profiles
Warranty Claims
Downloads
Forums
Store
Services
Downloads Plus Support
DOWNLOADS EXTRA
Everything posted by Steenamaroo
-
- 228 comments
-
Hi, I'll take a look at that, but I'd need to add a way of deducting Economics/Server Rewards, which isn't currently in place. The "default" permission is there for applying multipliers to people who are in groups. Your server has a 'default' group, so you could use RustRewards to give a points multiplier to anyone in that group. It's useful for VIP groups, or rank/progress groups, and that kind of thing.
-
- 228 comments
-
I've had a couple of reports of config file issues resulting in seemingly random errors. I need to look into what happens if there's a config mistake, and ensure that the data isn't wiped or left null, as I think that's what's happening. Might be unrelated, but would you mind checking your RustRewards config and data files, to confirm their not null, and/or to confirm they're valid? https://www.jsonlint.com is really useful for that.
-
- 228 comments
-
Hi, Some of the npcs types do need changed but I just tested Scarecrow and it seems to be working fine. Just make sure that you have "Default_Rust_Loot_Percent": 0 if you want to prevent the Rust loot from being in the corpse, and "Wipe_Main_Inventory_Percent": 100, if you want the plugin to remove items placed in main by a kit, or other loot plugin.
-
Hi PapaNo, There are some areas where BotReSpawn can't find random spawn points, due to them being tunnels/underwater/underground. The current system of finding random spawn points doesn't work like that, but I do hope to add something different for these particular monuments in the future. For now, you can place some custom spawn points in those areas if you'd like BotReSpawn npcs there.
-
Hi T-Nuts, There are some options which users can override per spawnpoint, meaning those settings apply only to that one spawn point, but the spawning of a hackable crate isn't one of them. If you want a single npc to spawn a hackable crate on death, you'd need to create a custom profile for that one npc and enable the hackable crate option.
-
I had a few requests to change the increments system because a lot of people set health of several thousands and going up in tens was a bit of a nightmare. The current solution is to go up in tens to 100, 20s to , 20s to 300, 50s to 500, then hundreds thereafter. It seemed like a nicer solution than having to choose your increment, or having multiple buttons for +10+20+50 etc. I suppose I could make it go up in tens until 200...
-
That's a good approach. Thanks for that. I think I'm going to make the increment adjust dynamically, for example if the value is 80 and click up, it goes up 10, but if the value's over, say, 300, maybe it goes up in 50s, and up in hundreds if it's over 500. That, along with an option to create a new profile by cloning an existing one, should help to keep a lot of people in the UI.