-
Posts
3,236 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by Steenamaroo
-
Yeah, same issue in two plugins. Updating now.
-
- 222 comments
-
- 222 comments
-
- 222 comments
-
- 222 comments
-
I hear what you're saying although if what you're really looking for is a way to see the current leaders, couldn't you just use the UI to show you that? I know that means you have to have the client open but it's better than sifting through a json, no?
-
V1.3.0 just released should address this.
-
Strange one. I'm not 100% sure but I've pushed a patch which I think will address it. Would you mind letting me know if that's not the case? Thanks for flagging it!
-
I can't see having it save a snapshot every time the main table is updated, because that's very frequent. That could be a few hundred entries a day, depending on your save settings. Making it automatically save a leaderboard snapshot at wipe time would be easy enough to do, though.
-
Hi, PermissionsManager does offer a backup and restore option but, of course, that'll only work if you used the backup command in advance. For normal use PermissionsManager doesn't rely on its own data record but, rather, oxide's permission system and storage. On oxide servers they're stored in /server/data/oxide.users.data, as far as I know. Maybe you deleted that by mistake? If so you should be able to shut down the server and restore that file from backup. oxide.groups.data is stored there too.
- 191 comments
-
- #permissions
- #admin
-
(and 7 more)
Tagged with:
-
You can't just reload CustomBradley? There'll be an update for BotReSpawn shortly.
-
Hey, There's no bug. The leaderboard table is there to hold leader board snapshots that you take. It serves no function in the plugin. It's just there as an optional tool allowing you to keep records of player stats at a specific time - Say the end of some event you're running, for example. If you use SaveLeaderboard console command, it will record down the #1 player for every category into that table.
-
Hey mate, I'll do an update for this later. For now just reloading CustomBradley should work around it. Thanks for letting me know.
-
Hi, That's a different error. That one looks to be an issue with your RustRewards lang file. Maybe you made a mistake when editing it? You can prove by taking a backup then just deleting the file, then reloading the plugin.
-
I can only really reiterate what I said before, because I don't know that plugin, but my assumption would be that if you already have CustomLoot set up to put loot on the type of npc that plugin spawns, then the option provided would let you prevent that from happening for BossMonster npcs. It sounds like when I had 'Allow_Alphaloot' in BotReSpawn. I had dozens of people asking 'where do I put the loot table name' when, really, the option was preventative and should have been called 'Prevent_Alphaloot'. Maybe the author would consider adding "CustomLoot_Profile" as a string option, and making their own call for loot to CustomLoot if that's not empty. That would give more control.
- 222 comments
-
- 2
-
-
- 222 comments
-
I updated BotReSpawn 10 days ago to address this issue. All names would have worked again upon install of V1.2.9.
-
Unable to recognize custom items in the kits plugin.
Steenamaroo replied to laodu's Support Request in Support
Yes, I understand, but BotReSpawn just asks Kits plugin for the items then puts them in the npc's inventory. If the items are incorrect in some way that's going to be a question for the Kits plugin developer, rather than me. To prove that, one way or other, strip your character in game and redeem the kit yourself. Are the items you receive correct, or do you see the issue? -
Unable to recognize custom items in the kits plugin.
Steenamaroo replied to laodu's Support Request in Support
I'm not sure I understand properly but if you're somehow putting custom items into Kits and then finding that when the npcs get those items they are just vanilla, then I think that would be a Kits.cs plugin issue rather than a BotReSpawn one. If that's not the case, tell me more. -
Unable to recognize custom items in the kits plugin.
Steenamaroo replied to laodu's Support Request in Support
Hi, CustomLoot can give out custom items (custom names and skins for vanilla items), but you have to set up those items using a chat command. From the plugin description Dec '23 1.2.2 update. Customloot now supports treating specific skinned items as if they are unique items. For example you could create skinned paper as ‘Money’, and it will be treated as unique, with totally separate settings and options from regular paper. The format for creating items is that you hold your skinned item and type /CustomLoot ExistingLootTable Category CustomName so, for example, if you want to skin paper with skin 012345 and use it as ‘Money’ in a loottable called ‘AirdropTable’, hold some paper with that money skin and type /CustomLoot AirdropTable Resources Money You can also specify “All” instead of a specific loottable /CustomLoot All Resources Money -
- 222 comments
-
- 2
-
-
-
Problem with Exception while calling NextTick callback
Steenamaroo replied to Gotteshand1974's Support Request in Support
Ah, ok. That makes some sense. I'll take a look into it soon. Thanks for letting me know. -
Hi, What is itemtext used for in the other plugins? Is it just a clone of the custom name, or does it need to be something you can edit/customise separately? I'm sure we can sort it out, either way.