Jump to content

tacman1981

Creator
  • Posts

    348
  • Joined

  • Last visited

Everything posted by tacman1981

  1. tacman1981

    XPerience

    it is not the responsibility of the end user to fix problems arising from the plugins code, in this instance, the images accessibility. instead of creating a website explaining how to change things, you could have just moved the images to a more reliable location, but no, you put in extra work to not fix the images.
  2. tacman1981

    XPerience

    If you don't want to that's fine, but don't try to pass the work to the user. I've gone with something else that just works instead. imgur is banned in the uk, it should no longer be used as a source of images as standard practise.
  3. tacman1981

    XPerience

    right, anyone who looks inside config can see that. there are so many that it would be worth finding an alternative that just works out of the box instead of changing like 40 lines in a config.
  4. tacman1981

    XPerience

    plugin has no ui on my server, being from the uk imgur is banned. is this something you are willing to fix? if not it would be nice to know so i can find an alternative that does work.
  5. tacman1981

    no images loading

    as i am from the uk, this plugin is basically garbage since we can not access imgur. what are the chances you bring this into a state where it works for everyone?
  6. <nulled> because it finally let me download it.
  7. tacman1981

    doesnt load

    tried this today. i ran it and it just instantly closes followed by error reporting launching on it. Application: Rust Server Tool.exe Framework Version: v4.0.30319 Description: The process was terminated due to an unhandled exception. Exception Info: System.NullReferenceException at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.get_MainForm() at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.OnRun() at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.DoApplicationModel() at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.Run(System.String[]) at A̘̖̓̅̃̏̔̒̃̕.Ǎ̍̂̓̅̅́̔̊̈(System.Object, System.String[], A̘̖̓̅̃̏̔̒̃̕) at Rust_Server_Tool.My.MyApplication.Â̗̏̇̊̐̇̋̇̕(System.String[]) Faulting application name: Rust Server Tool.exe, version: 1.7.0.0, time stamp: 0x6900ec2e Faulting module name: Microsoft.VisualBasic.ni.dll, version: 14.8.9037.0, time stamp: 0x62b6466e Exception code: 0xc0000005 Fault offset: 0x00000000001846a5 Faulting process ID: 0x1a00 Faulting application start time: 0x01dc5cc1e925d7bb Faulting application path: D:\Rust Server\Rust Server Tool.exe Faulting module path: C:\Windows\assembly\NativeImages_v4.0.30319_64\Microsoft.V9921e851#\f898e2a27211ec6077fc513a9ffa8f7c\Microsoft.VisualBasic.ni.dll Report ID: 6ea975d6-4ef5-43a4-94b3-20b046ef6547 Faulting package full name: Faulting package-relative application ID:
  8. sort of yes, you could make the first permission a custom skill also, which is the first row of backpack. and go like this. there is also a way to lock certain trees behind a level, so maybe that would be a way to prevent backpacks until a certain level by using a tree that is level locked.
  9. make a custom skill to the max level of the permissions you want to grant, and make each level the next row, this kind of thing?
  10. tacman1981

    command not working

    pretty sure it is server rewards
  11. tacman1981

    command not working

    10:48 [Error] Failed to call hook 'CmdBuyDrop' on plugin 'BradleyDrops v1.3.2' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.BradleyDrops.CmdBuyDrop (Oxide.Core.Libraries.Covalence.IPlayer player, System.String command, System.String[] args) [0x0007d] in <fae1656f32524cd99ad4300fef258454>:0 at Oxide.Plugins.BradleyDrops.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x01b35] in <fae1656f32524cd99ad4300fef258454>: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 <112d89ea5d3348c8b949af0ab1a866d2>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <112d89ea5d3348c8b949af0ab1a866d2>:0 ive gone back to 1.3.0 and no issues
  12. confirmed that the loading error disappeared for the images now. thank you
  13. its weird, i have it on 2 servers, 1 it works fine, even with the errors, but the other server will not show the images at all
  14. tacman1981

    Bradley Drops

    may i recommend having the bradley fall on the signal instead of a random location around it? it used to do it before but the ch47 update you made, now drops it in a random spot nearby rather than directly where you threw it.
  15. server owners from the uk require an update to this, to fix the images that are hosted on imgur. ive changed the link to the image, and it still tries to load from imgur, even with the link being hosted on my domain and refreshing the images in image library.
  16. thanks for letting me know. I don't think it was a carbon issue, just how I tried to change the convar setting. the latest update should solve the problem of food spoilage defaulting to false. Please use the Get Support button if you encounter any more bugs.
  17. after your report, i went straight into fixing it. update should allow it to work from all containers now.
  18. thanks, ill look into that, but you dont have to use 0 in the cooldown if the no cooldown is true. it overrides that value.
  19. there is a bypass permission to skip the custom food values. it just returns early if granted, meaning no custom values are added, and cooldowns apply even if turned off in config.
  20. tacman1981

    NRE

    Failed to run a 1200.00 timer in 'HeliSignals v1.2.32' (NullReferenceException: ) at (wrapper managed-to-native) UnityEngine.Component.GetComponentFastPath(UnityEngine.Component,System.Type,intptr) at UnityEngine.Component.GetComponent[T] () [0x00021] in <935634f5cc14479dbaa30641d55600a9>:0 at Oxide.Plugins.HeliSignals+<>c__DisplayClass148_0.<RetireHeli>b__0 () [0x0001b] in <57380491259b4a2c8e3dbae95b58a597>:0 at Oxide.Core.Libraries.Timer+TimerInstance.FireCallback () [0x00018] in <112d89ea5d3348c8b949af0ab1a866d2>:0 this has happened a lot in console since wipe.
  21. is it possible that we could get this so other players cant accidentally grab the closer when missing the door by that small-ish hitbox of the door closer. should probably mention that it is on single doors, in plain view to be picked up by anyone pressing 'usekey', owner or not
  22. tacman1981

    weird thing to change

    it seems the stashes are misplaced now, they are inside of the recycler, you have to noclip to see them
  23. tacman1981

    Error

    i get this same issue with bradley drops but not heli signals. same plugin, npcspawn
  24. { "General Settings": { "Only the owner can upgrade the furnace": false, "Only teammates can upgrade the furnace": true, "Only Allow Oven Toggling by Owner & Team": false, "Keep attributes when removing": true, "Requires upgrade button permission": false, "Requires show status permission": false }, "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 } }, "Visual Settings": { "Use chat messages": true, "Notification plugin (0 - None | 1 - Toastify | 2 - Notify)": 0, "Toastify notification ID": "success", "Notify notification type": 0, "Upgrade effect (empty = disabled)": "assets/bundled/prefabs/fx/build/promote_stone.prefab" }, "UI Settings": { "Disable status panel": false, "Upgrade button": { "Anchor": "0.5 0 0.5 0", "Offset": "400 109.5 480 141.5", "Background color": "0.45 0.63 0.19 1", "Font size": 13 }, "Upgrade button on electric furnaces": { "Anchor": "0.5 0 0.5 0", "Offset": "492 354.5 572 386.5", "Background color": "0.45 0.63 0.19 1", "Font size": 13 }, "Upgrade button on mixing table": { "Anchor": "0.5 0 0.5 0", "Offset": "338 79.5 418 101.5", "Background color": "0.45 0.63 0.19 1", "Font size": 13 }, "Status panel": { "Anchor": "0.5 0 0.5 0", "Offset": "193 17 420 103", "Background color": "0.969 0.922 0.882 0.035", "Font size": 12 } }, "Features Settings": { "Smelting speed multiplier": true, "Fuel speed": true, "Resource output multiplier": true, "Charcoal multiplier": true, "Auto split cookables": false, "Auto add fuel": false }, "Default Settings": { "Smelting speed": 1.0, "Fuel speed": 1.0, "Resource output multiplier": 1.0, "Charcoal multiplier": 1.0, "Charcoal byproduct chance(1.0 = 100%, 0.5 = 50%)": 0.5 }, "Mixing Table Upgrade Settings": { "Enable Mixing Table upgrade": false, "Mixing Table speed upgrade": false, "Mixing Table Speed in %(Max 100)": [ { "Cost": 100, "Multiplier": 10.0 }, { "Cost": 300, "Multiplier": 30.0 }, { "Cost": 500, "Multiplier": 50.0 } ] }, "Upgrades Settings": { "furnace": { "Smelting speed": [ { "Cost": 1000, "Multiplier": 5.0 }, { "Cost": 2000, "Multiplier": 10.0 }, { "Cost": 3000, "Multiplier": 15.0 }, { "Cost": 4000, "Multiplier": 20.0 }, { "Cost": 5000, "Multiplier": 25.0 } ], "Fuel speed": [ { "Cost": 1000, "Multiplier": 0.5 } ], "Resource output multiplier": [ { "Cost": 2000, "Multiplier": 2.0 }, { "Cost": 3000, "Multiplier": 3.0 }, { "Cost": 4000, "Multiplier": 4.0 }, { "Cost": 5000, "Multiplier": 5.0 } ], "Charcoal multiplier": [ { "Cost": 10000, "Multiplier": 5.0 } ] }, "furnace.large": { "Smelting speed": [ { "Cost": 2000, "Multiplier": 5.0 }, { "Cost": 4000, "Multiplier": 10.0 }, { "Cost": 6000, "Multiplier": 15.0 }, { "Cost": 8000, "Multiplier": 20.0 }, { "Cost": 10000, "Multiplier": 25.0 } ], "Fuel speed": [ { "Cost": 1000, "Multiplier": 0.5 } ], "Resource output multiplier": [ { "Cost": 4000, "Multiplier": 2.0 }, { "Cost": 6000, "Multiplier": 3.0 }, { "Cost": 8000, "Multiplier": 4.0 }, { "Cost": 10000, "Multiplier": 5.0 } ], "Charcoal multiplier": [ { "Cost": 10000, "Multiplier": 5.0 } ] }, "electric.furnace": { "Smelting speed": [ { "Cost": 1000, "Multiplier": 5.0 }, { "Cost": 2000, "Multiplier": 10.0 }, { "Cost": 3000, "Multiplier": 15.0 }, { "Cost": 4000, "Multiplier": 20.0 }, { "Cost": 5000, "Multiplier": 25.0 } ], "Fuel speed": [ { "Cost": 1000, "Multiplier": 2.0 } ], "Resource output multiplier": [ { "Cost": 2000, "Multiplier": 2.0 }, { "Cost": 3000, "Multiplier": 3.0 }, { "Cost": 4000, "Multiplier": 4.0 }, { "Cost": 5000, "Multiplier": 5.0 } ], "Charcoal multiplier": [ { "Cost": 10000, "Multiplier": 5.0 } ] }, "legacyfurnace": { "Smelting speed": [ { "Cost": 1000, "Multiplier": 5.0 }, { "Cost": 2000, "Multiplier": 10.0 }, { "Cost": 3000, "Multiplier": 15.0 }, { "Cost": 4000, "Multiplier": 20.0 }, { "Cost": 5000, "Multiplier": 25.0 } ], "Fuel speed": [ { "Cost": 1000, "Multiplier": 0.5 } ], "Resource output multiplier": [ { "Cost": 2000, "Multiplier": 2.0 }, { "Cost": 3000, "Multiplier": 3.0 }, { "Cost": 4000, "Multiplier": 4.0 }, { "Cost": 5000, "Multiplier": 5.0 } ], "Charcoal multiplier": [ { "Cost": 10000, "Multiplier": 5.0 } ] }, "campfire": { "Smelting speed": [ { "Cost": 1000, "Multiplier": 5.0 }, { "Cost": 2000, "Multiplier": 10.0 }, { "Cost": 3000, "Multiplier": 15.0 } ], "Fuel speed": [ { "Cost": 10000, "Multiplier": 0.5 } ], "Resource output multiplier": [ { "Cost": 2000, "Multiplier": 2.0 }, { "Cost": 3000, "Multiplier": 3.0 }, { "Cost": 4000, "Multiplier": 4.0 }, { "Cost": 5000, "Multiplier": 5.0 } ], "Charcoal multiplier": [ { "Cost": 10000, "Multiplier": 5.0 } ] }, "bbq": { "Smelting speed": [ { "Cost": 1000, "Multiplier": 2.0 }, { "Cost": 2000, "Multiplier": 3.0 }, { "Cost": 3000, "Multiplier": 4.0 } ], "Fuel speed": [ { "Cost": 1000, "Multiplier": 0.5 } ], "Resource output multiplier": [ { "Cost": 2000, "Multiplier": 2.0 }, { "Cost": 3000, "Multiplier": 3.0 }, { "Cost": 4000, "Multiplier": 4.0 }, { "Cost": 5000, "Multiplier": 5.0 } ], "Charcoal multiplier": [ { "Cost": 10000, "Multiplier": 5.0 } ] }, "small.oil.refinery": { "Smelting speed": [ { "Cost": 1000, "Multiplier": 5.0 }, { "Cost": 2000, "Multiplier": 10.0 }, { "Cost": 3000, "Multiplier": 15.0 }, { "Cost": 4000, "Multiplier": 20.0 }, { "Cost": 5000, "Multiplier": 25.0 } ], "Fuel speed": [ { "Cost": 1000, "Multiplier": 0.5 } ], "Resource output multiplier": [ { "Cost": 2000, "Multiplier": 2.0 }, { "Cost": 3000, "Multiplier": 3.0 }, { "Cost": 4000, "Multiplier": 4.0 }, { "Cost": 5000, "Multiplier": 5.0 } ], "Charcoal multiplier": [ { "Cost": 1000, "Multiplier": 5.0 } ] } }, "Version": { "Major": 2, "Minor": 6, "Patch": 3 } } my entire config. as requested. the conflict spam still happens every once in a while. not like it happens every 2 minutes
2.1m

Downloads

Total number of downloads.

9.8k

Customers

Total customers served.

141.9k

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.