Jump to content

MancDad

Member
  • Posts

    61
  • Joined

  • Last visited

Everything posted by MancDad

  1. The only thing I have in the logs is : Failed to call hook 'ShowLinks_API' on plugin 'WPSocialLinks v1.3.24' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.WPSocialLinks.ShowLinks_API (BasePlayer player) [0x00006] in <6dc71a40bd9a40a09905ab32cfc1587f>:0 at Oxide.Plugins.WPSocialLinks.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x001c1] in <6dc71a40bd9a40a09905ab32cfc1587f>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <42f9bedc659b4f4786eb778d3cd58968>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000de] in <d59b507fd76240e5b62228d0eae39b73>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <d59b507fd76240e5b62228d0eae39b73>:0 Failed to call hook 'ShowLinks_API' on plugin 'WPSocialLinks v1.3.24' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.WPSocialLinks.ShowLinks_API (BasePlayer player) [0x00006] in <6dc71a40bd9a40a09905ab32cfc1587f>:0 at Oxide.Plugins.WPSocialLinks.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x001c1] in <6dc71a40bd9a40a09905ab32cfc1587f>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <42f9bedc659b4f4786eb778d3cd58968>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000de] in <d59b507fd76240e5b62228d0eae39b73>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <d59b507fd76240e5b62228d0eae39b73>:0 NOTE : The above error happens whenever i click on the social links page within the Welcome panel - And it trying to reference the plugin ?
  2. Hi - I've been using your welcome panel for a while now - Love it ! However, today purchased your addons package ... None appear to be loaded - My admin panel simply has a "load" option ... but nothing errors? What is bizarre though is that i have tagged a page with the sociallinks plugin - And it loads !!! whoop !!! BUT !!! - No matter how many time I amend the JSON for this sociallinks plugin I am still presented with the default layout (which I dont want) as per your screenshots. I presume i'm missing something really REALLY obvious Many thanks #UPDATE - Changed to private - I am investigating ... after about 40minutes your plugins registered as installed... Rebooting the server !
  3. MancDad

    Plugin fails to load?

    Looks like a noob error on my behalf. Updated all the dependencies EXCEPT the DLL Oxide.Ext.CarbonAliases.dll ... FFS ! I updated CarbonAliasesDownloader.cs expecting this to update the DLL ... doh ... All good now ... lesson learnt!!!!!
  4. MancDad

    Plugin fails to load?

    I have spotted the the pre-req for version 2.0.2 it to have Redeem Storage API running... Could this be the issue ? - As this plugin also fails to load ? Error while compiling RedeemStorageAPI: The name 'Community' does not exist in the current context | Line: 57, Pos: 35 ???
  5. MancDad

    Plugin fails to load?

    22:28 [Info] [CSharp] Started Oxide.Compiler v successfully 22:28 [Error] Error while compiling ShoppyStock: Argument 1: cannot convert from 'bool' to 'float' | Line: 630, Pos: 27 22:29 [Info] Shutting down compiler because idle shutdown 22:29 [Info] Compiler shutdown completed Background : Had 1.2.8 ... upgraded using the instructions, the above error happened. Backed everything up and removed ALL references to Shoppystock ... deleted Data libs, Lang libs, configs etc... so I could install the vanilla 2.0.2 version ... But STILL get this same error ? Any ideas ? Many thanks
  6. MancDad

    Raidablebases

    See my fix for this here : https://codefling.com/files/support/17977-json-events-file-stacking-entries/
  7. MancDad

    Raidablebases

    See my fix in another thread
  8. Hi, I've managed to get Raidable bases working... After much head scratching, i deleted the Data folder, the configs, and removed the plugin ... Adding back the EventManager.cs plugin didn't fix it ... so i cleared everything again, but this time inspected the plugin ... EventManager.cs ... The error is within the plugin ... [new AuthorName { Name = "Nivex", Color = "0.949 0.651 0.996 1.00" }] = new() { new EventSettings() { displayName = "Dangerous Treasures", Command = "dtevent" }, new EventSettings() { displayName = "RaidableBases Easy", Command = "rbevent easy" }, new EventSettings() { displayName = "RaidableBases Medium", Command = "rbevent easy" }, new EventSettings() { displayName = "RaidableBases Hard", Command = "rbevent easy" }, new EventSettings() { displayName = "RaidableBases Nightmare", Command = "rbevent easy" } }, The command defaults for each entry is the same (presume a copy / paste oversight) ... so everytime the plugin is reloaded is defaulted back to rbevent easy for each entry. I've changed these to the correct values and it's working
  9. Hi, Appreciate it's the Xmas break .. But are there plans to look at this issue in the New Year? Many thanks.
  10. Sorry for the delay - Manic at work !!!! Zzzzz ... Here's the two config files from the data folder. Thanks., events.json TimeEntries.json
  11. Hi, I've been using this plugin for a few months now - Never had an issue and it has always been a valuable & respected feature for my server. However recently I'm having issue with raidable bases... I cannot auto start anything other than easy ? My JSON is below. If I amend and reload the plugin it ALWAYS goes back to the below. "Nivex|0.949 0.651 0.996 1.00|51157033-335f-47a6-8192-14b60f03106a": [ { "Event name": "Dangerous Treasures", "The command to launch the event": "dtevent", "Color": "0.1 0.1 0.1 0.95", "Command type": "console" }, { "Event name": "RaidableBases Easy", "The command to launch the event": "rbevent easy", "Color": "0.1 0.1 0.1 0.95", "Command type": "console" }, { "Event name": "RaidableBases Medium", "The command to launch the event": "rbevent easy", "Color": "0.1 0.1 0.1 0.95", "Command type": "console" }, { "Event name": "RaidableBases Hard", "The command to launch the event": "rbevent easy", "Color": "0.1 0.1 0.1 0.95", "Command type": "console" }, { "Event name": "RaidableBases Nightmare", "The command to launch the event": "rbevent easy", "Color": "0.1 0.1 0.1 0.95", "Command type": "console" } ], If I change the "The command to launch the event" it always defaults back to easy ? Hope this can be sorted soon
  12. MancDad

    Raidablebases

    I'm getting the same. "Nivex|0.949 0.651 0.996 1.00|51157033-335f-47a6-8192-14b60f03106a": [ { "Event name": "Dangerous Treasures", "The command to launch the event": "dtevent", "Color": "0.1 0.1 0.1 0.95", "Command type": "console" }, { "Event name": "RaidableBases Easy", "The command to launch the event": "rbevent easy", "Color": "0.1 0.1 0.1 0.95", "Command type": "console" }, { "Event name": "RaidableBases Medium", "The command to launch the event": "rbevent easy", "Color": "0.1 0.1 0.1 0.95", "Command type": "console" }, { "Event name": "RaidableBases Hard", "The command to launch the event": "rbevent easy", "Color": "0.1 0.1 0.1 0.95", "Command type": "console" }, { "Event name": "RaidableBases Nightmare", "The command to launch the event": "rbevent easy", "Color": "0.1 0.1 0.1 0.95", "Command type": "console" } ], If I change the "The command to launch the event" it always defaults back to easy ? Hope this can be sorted soon. Great plugin though
  13. Hi. Just installed this plugin. I want to use Server Rewards as my currency. "Currency Settings": { "Currency type (0 - Scrap | 1 - Economics | 2 - Server Rewards)": 2, "Currency item (if the currency type is '0')": { "Short name": "scrap", "Skin ID": 0 } }, Even though this works, the users are still being told an amount in $ ??? - Are we able to change the dollar sign to RP ? thanks
  14. I've worked it out ... Looks like there's 4 presets ... but only 2 configured at the moment Halloween - Works NewYear - Works (Xmas theme ) Christmas - Empty / Null JSON in the data library & Xmas - Like Christmas, Empty / Null entries in the JSON file. I've changed "Customization preset (Empty - use standard wagons)": "Halloween", to "Customization preset (Empty - use standard wagons)": "NewYear", and the train is themed correctly for the winter festive period. Thanks
  15. Loving this plugin ... greatly received during the Halloween month of October... However... I'm now running it on the Frostland Map and would like to change it to the Christmas version ... I've tried Xmas & Christmas as the Customization preset but it's defaulting to the standard train all the time? Please advise? Many thanks
2.1m

Downloads

Total number of downloads.

9.8k

Customers

Total customers served.

142k

Files Sold

Total number of files sold.

3m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.