-
Posts
3,701 -
Joined
-
Last visited
-
Days Won
210
Content Type
Profiles
Warranty Claims
Downloads
Forums
Store
Services
Downloads Plus Support
DOWNLOADS EXTRA
Everything posted by Steenamaroo
-
- 457 comments
-
- #statistics
- #leaderboard
- (and 12 more)
-
Hi Rodeny 1: No, it makes no difference. The option to save to MySQL is in addition to the regular save and is only there for people who who want to publish to web. The local data file is stored and used regardless. 2: To be honest, I don't know. i just made them optional from day one but I've no reason to think there's any problem with using them.
- 457 comments
-
- #statistics
- #leaderboard
- (and 12 more)
-
If you're considering external loot plugins, CustomLoot has API and allows you to specify custom profiles (and creates if not exist) to let users have a unique loot table per call. List<Item> loot = (List<Item>)CustomLoot?.Call("MakeLoot", "SomeCustomName"); if (loot != null) foreach (var item in loot) if (!item.MoveToContainer(container.inventory, -1, true)) item.Remove();
-
- 457 comments
-
- #statistics
- #leaderboard
- (and 12 more)
-
Should be all good now @MastrJedii
-
@Vedder Thanks for the screen shots. The plugin is unloading itself because ImageLibrary.cs is not installed. @TF Crazy If ImageLibrary is a requirement that really should be in the description. You should probably enable Support for your plugins too, so that reports are separate and organised. It's easier to keep track that way. Discussion/comments, ideally, is for suggestions and remarks.
-
Have you altered the config value for chat command? `Command chat": "info"` If not, I don't see anything about permissions or auth level so it sounds like the plugin isn't loaded. Get your server console, or rcon, open and `oxide.reload CInfoPanel` Watch console to see if there are any errors. If you do see some error delete the config .json for this plugin and reload again. If there's still an error, please screen shot it or paste it here.
-
- 457 comments
-
- #statistics
- #leaderboard
- (and 12 more)
-
- 222 comments
-
- #permissions
- #admin
-
(and 7 more)
Tagged with:
-
- 457 comments
-
- #statistics
- #leaderboard
- (and 12 more)
-
- 457 comments
-
- #statistics
- #leaderboard
- (and 12 more)
-
- 457 comments
-
- #statistics
- #leaderboard
- (and 12 more)
-
- 457 comments
-
- #statistics
- #leaderboard
- (and 12 more)
-
- 53 comments
-
- #updates
- #steenamaroo
-
(and 5 more)
Tagged with:
-
Ability to sort by Last Updated and Newest
Steenamaroo replied to Bumfuzzler's topic in Site Support
Hey man. Those sort filters exist although, admittedly, they could be named better. Click the 'Plugins' tab on the main page to show plugins only. 'Recently Updated' is the default view but you can click Sort By > Start Date to order by when they were added. I'll mention to @Death about changing 'Start Date' to the words 'Recently Added' or something more obvious. There's no option to opt out of UpdatesChecker. If the plugin is on Codefling and the author uses conventional version numbering, increasing as they go, UpdatesChecked should tell you. -
- 2 comments
-
- #vehicle
- #motorcycle
-
(and 4 more)
Tagged with:
-
- 31 comments
-
- 31 comments
-
- 31 comments
-
Ah good stuff! Sorry the reply was so late. Pretty sure I don't get pinged for stuff in here - Need to check more often!
-
Hi, I didn't see this in general support. @mcoulter876 That was not added to 2.1.1 but will be in 2.1.2.
-
Hi, It's not something I know that much about but you might want to look into HumanNPC, ServerRewards and Quests. I think between the three you can set up currency and have a value on killing npcs, or players. Any more info than that and someone else will have to chime in but maybe it'll point you in the right direction.
-
Hi, I have a plugin called CustomLoot which can handle the various types of barrel. The setup takes a little getting used to but for your purposes you'd just make a loot table that has "Resources" have probability 1, and "Scrap" (within resources) probability 1. With everything else being zero, as it would be from default, your barrels will now contain nothing but scrap. You can alter the min/max amounts too and if you ever want to add in any other possible loot that's easy enough to dial in.
-
- 53 comments
-
- 2
-
-
- #updates
- #steenamaroo
-
(and 5 more)
Tagged with: