Jump to content

MrLiquid

Member
  • Posts

    1,818
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by MrLiquid

  1. nothing to see here, simple restart fixed it all
  2. MrLiquid

    Wipe 4 August

    void OnItemCraftFinished(ItemCraftTask task, Item item) becomes void OnItemCraftFinished(ItemCraftTask task, Item item, ItemCrafter craft) task.owner becomes craft.owner string user = db.QueryString($"SELECT info FROM {table} WHERE id = ?", id); becomes string user = db.Query<string, string>($"SELECT info FROM {table} WHERE id = ?", id);
  3. MrLiquid

    Server Hud

    meh, the previous rewrite 2.1.18 works fine, I'm staying with that
  4. I will use my winnings to buy another quality codefling plugin. thank you
  5. MrLiquid

    RHS of the screen

    Can you please show an image of your HUD on the right hand side of the screen. I have your previous version and it looks great on the RHS of the screen, before I upgrade I want to see if it looks ok with all your additional buttons. Thank you
  6. MrLiquid

    Add please

    IsAdmin bypass to access mini belonging to other players etc please
  7. MrLiquid

    Conflict with TruePVE

    here is a fix... Fine this in the .cs object OnEntityTakeDamage(Tugboat boat, HitInfo info) { if (_config.disableDamage && boat.net.ID == currentBoat?.Boat.net.ID) { return false; } return null; } CHANGE IT TO THIS object OnEntityTakeDamage(Tugboat boat, HitInfo info) { if (_config.disableDamage && boat.net.ID == currentBoat?.Boat.net.ID) { return true; } return null; } save and compile. will solve the problem
  8. MrLiquid

    Any chance

    Is it possible to have a convoy setting so players can not stop the Convoy in or near a safe zone?
  9. MrLiquid

    Conflict with TruePVE

    yes but the dev seems reluctant to make any simple changes
  10. MrLiquid

    Conflict with TruePVE

    @The_Kiiiing I spoke to Nivex from TruePVE he suggested "OnEntityTakeDamage hook should return true, and that it would be better if it subscribed to CanEntityTakeDamage on truepve and nextgenpve servers"
  11. MrLiquid

    Conflict with TruePVE

    MORE CONFLICTS NOW Calling hook OnEntityTakeDamage resulted in a conflict between the following plugins: TruePVE - True (Boolean), TugboatPirates (False (Boolean)) Calling hook OnEntityTakeDamage resulted in a conflict between the following plugins: TruePVE - True (Boolean), TugboatPirates (False (Boolean)) Calling hook OnEntityTakeDamage resulted in a conflict between the following plugins: TruePVE - True (Boolean), TugboatPirates (False (Boolean)) Calling hook OnEntityTakeDamage resulted in a conflict between the following plugins: TruePVE - True (Boolean), TugboatPirates (False (Boolean)) Calling hook OnEntityTakeDamage resulted in a conflict between the following plugins: TruePVE - True (Boolean), TugboatPirates (False (Boolean)) Calling hook OnEntityTakeDamage resulted in a conflict between the following plugins: TruePVE - True (Boolean), TugboatPirates (False (Boolean)) Calling hook OnEntityTakeDamage resulted in a conflict between the following plugins: TruePVE - True (Boolean), TugboatPirates (False (Boolean)) Calling hook OnEntityTakeDamage resulted in a conflict between the following plugins: TruePVE - True (Boolean), TugboatPirates (False (Boolean)) Calling hook OnEntityTakeDamage resulted in a conflict between the following plugins: TruePVE - True (Boolean), TugboatPirates (False (Boolean)) Calling hook OnEntityTakeDamage resulted in a conflict between the following plugins: TruePVE - True (Boolean), TugboatPirates (False (Boolean)) Calling hook OnEntityTakeDamage resulted in a conflict between the following plugins: TruePVE - True (Boolean), TugboatPirates (False (Boolean)) Calling hook OnEntityTakeDamage resulted in a conflict between the following plugins: TruePVE - True (Boolean), TugboatPirates (False (Boolean)) Calling hook OnEntityTakeDamage resulted in a conflict between the following plugins: TruePVE - True (Boolean), TugboatPirates (False (Boolean)) Calling hook OnEntityTakeDamage resulted in a conflict between the following plugins: TruePVE - True (Boolean), TugboatPirates (False (Boolean)) Calling hook OnEntityTakeDamage resulted in a conflict between the following plugins: TruePVE - True (Boolean), TugboatPirates (False (Boolean)) Calling hook OnEntityTakeDamage resulted in a conflict between the following plugins: TruePVE - True (Boolean), TugboatPirates (False (Boolean)) Calling hook OnEntityTakeDamage resulted in a conflict between the following plugins: TruePVE - True (Boolean), TugboatPirates (False (Boolean)) Calling hook OnEntityTakeDamage resulted in a conflict between the following plugins: TruePVE - True (Boolean), TugboatPirates (False (Boolean)) Calling hook OnEntityTakeDamage resulted in a conflict between the following plugins: TruePVE - True (Boolean), TugboatPirates (False (Boolean)) Calling hook OnEntityTakeDamage resulted in a conflict between the following plugins: TruePVE - True (Boolean), TugboatPirates (False (Boolean)) Calling hook OnEntityTakeDamage resulted in a conflict between the following plugins: TruePVE - True (Boolean), TugboatPirates (False (Boolean)) Calling hook OnEntityTakeDamage resulted in a conflict between the following plugins: TruePVE - True (Boolean), TugboatPirates (False (Boolean)) Calling hook OnEntityTakeDamage resulted in a conflict between the following plugins: TruePVE - True (Boolean), TugboatPirates (False (Boolean)) Calling hook OnEntityTakeDamage resulted in a conflict between the following plugins: TruePVE - True (Boolean), TugboatPirates (False (Boolean)) Calling hook OnEntityTakeDamage resulted in a conflict between the following plugins: TruePVE - True (Boolean), TugboatPirates (False (Boolean)) Calling hook OnEntityTakeDamage resulted in a conflict between the following plugins: TruePVE - True (Boolean), TugboatPirates (False (Boolean)) Calling hook OnEntityTakeDamage resulted in a conflict between the following plugins: TruePVE - True (Boolean), TugboatPirates (False (Boolean)) Calling hook OnEntityTakeDamage resulted in a conflict between the following plugins: TruePVE - True (Boolean), TugboatPirates (False (Boolean)) Pirate[1063951] was killed by TK-4916[76561198040405899] at (-2360.9, 0.9, 920.2) Calling hook OnEntityTakeDamage resulted in a conflict between the following plugins: TruePVE - True (Boolean), TugboatPirates (False (Boolean)) Calling hook OnEntityTakeDamage resulted in a conflict between the following plugins: TruePVE - True (Boolean), TugboatPirates (False (Boolean)) Calling hook OnEntityTakeDamage resulted in a conflict between the following plugins: TruePVE - True (Boolean), TugboatPirates (False (Boolean)) Calling hook OnEntityTakeDamage resulted in a conflict between the following plugins: TruePVE - True (Boolean), TugboatPirates (False (Boolean)) Calling hook OnEntityTakeDamage resulted in a conflict between the following plugins: TruePVE - True (Boolean), TugboatPirates (False (Boolean))
  12. MrLiquid

    Police "dutygroup"

    When going offduty "/pde" the player still remains in the oxide group, can you please update.
  13. MrLiquid

    Conflict with TruePVE

    Calling hook OnEntityTakeDamage resulted in a conflict between the following plugins: TruePVE - True (Boolean), TugboatPirates (False (Boolean)) OnEntityTakeDamage hook should return true, and that it would be better if it subscribed to CanEntityTakeDamage on truepve and nextgenpve servers
  14. MrLiquid

    Latest bug Ive seen

    Reckless0331[76561198294997331] was killed by Train_Driver_1[8931317] at (-1034.3, 18.7, -280.7) Failed to call hook 'IOnBasePlayerAttacked' on plugin 'RustCore v2.0.5925' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000fb] in <157a94ee66ab4a7991faecd1eb84be3b>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <157a94ee66ab4a7991faecd1eb84be3b>:0 (Filename: ./Runtime/Export/Debug/Debug.bindings.h Line: 35) ArmoredTrain.json
  15. MrLiquid

    location location location

    They spawned in B17, yet reported Z17.... other side of the map
  16. if a player logs off for say more than X time settable in config, can we please delete their mini ?
  17. MrLiquid

    Hello Sir

    Thank you.. I'm guessing which ever plugin I was using I no longer have running. Thank you again for you efforts o.load WhoUsesGridAPI WhoUsesGridAPI was compiled successfully in 2213ms Loaded plugin WhoUsesGridAPI v1.0.0 by Steenamaroo
  18. MrLiquid

    Hello Sir

    I've been running GridAPI for a while now. I cant remember why I needed it, I am sure you can help me remember please sir. what plugins use it as a dependency please?
  19. MrLiquid

    Please

    players name would be best
  20. MrLiquid

    was there an update or

    Not sure if you updated or forgot to change the Version number I am already running i.0.11 which is what the notification said was just released "EventHelper" (1.0.11) by imthenewguy (0.84s) -
  21. MrLiquid

    Can we please

    Thank you for your latest updates, Can we please have a config option to lock the crates/supply drops to the event owner please Event owner will be first player/team to damage event, (npc & heli etc)
  22. MrLiquid

    Notice this beg/error

    This popped up a few times today. I must note though, it was happening on the previous version also but saw the update and figured it may not do it, then it did. Failed to run a 1.00 timer in 'SimpleSplitter v2.2.6' (NullReferenceException: ) at (wrapper managed-to-native) UnityEngine.Component.get_gameObject(UnityEngine.Component) at UnityEngine.Component.GetComponentInChildren (System.Type t, System.Boolean includeInactive) [0x00001] in <0b31faaf1c50461d95c83ac166a20393>:0 at UnityEngine.Component.GetComponentInChildren[T] () [0x00001] in <0b31faaf1c50461d95c83ac166a20393>:0 at Oxide.Plugins.SimpleSplitter+SmeltingController.StartCooking () [0x00042] in <8050d4de369b453fa9bef7e2a9eff4da>:0 at Oxide.Plugins.SimpleSplitter+<OnEntitySpawned>cAnonStorey5.<>m0 () [0x00000] in <8050d4de369b453fa9bef7e2a9eff4da>:0 at Oxide.Core.Libraries.Timer+TimerInstance.FireCallback () [0x00018] in <157a94ee66ab4a7991faecd1eb84be3b>:0 Failed to run a 1.00 timer in 'SimpleSplitter v2.2.6' (NullReferenceException: ) at (wrapper managed-to-native) UnityEngine.Component.get_gameObject(UnityEngine.Component) at UnityEngine.Component.GetComponentInChildren (System.Type t, System.Boolean includeInactive) [0x00001] in <0b31faaf1c50461d95c83ac166a20393>:0 at UnityEngine.Component.GetComponentInChildren[T] () [0x00001] in <0b31faaf1c50461d95c83ac166a20393>:0 at Oxide.Plugins.SimpleSplitter+SmeltingController.StartCooking () [0x00042] in <8050d4de369b453fa9bef7e2a9eff4da>:0 at Oxide.Plugins.SimpleSplitter+<OnEntitySpawned>cAnonStorey5.<>m0 () [0x00000] in <8050d4de369b453fa9bef7e2a9eff4da>:0 at Oxide.Core.Libraries.Timer+TimerInstance.FireCallback () [0x00018] in <157a94ee66ab4a7991faecd1eb84be3b>:0 SimpleSplitter.json
  23. even tho Auth'd on a players TC, the plugin wont allow me or them to turn on or off the Furnace SimpleSplitter.json NEVERMIND, I found an error in the default config, I removed the entry for "furnace.static", and reloaded it and it came alive "furnace.static", is not a prefab public string[] CompatibleOvens = { "bbq.deployed", "bbq.static", "campfire", "campfire.static", "cursedcauldron.deployed", "fireplace.deployed", "furnace", "furnace.large", "furnace.static", << line 419 "furnace_static", "hobobarrel_static", "hobobarrel.deployed", "refinery_small_deployed", "small_refinery_static", "skull_fire_pit", "electricfurnace.deployed"
  24. MrLiquid

    Tugboat getting stuck....

    Tugboat getting stuck in Raidable Bases
  25. OH WOW. I followed the tugboat around in vanish, that noise is terrible, OMG I never realized how bad it was..

About Us

Codefling is the largest marketplace for plugins, maps, tools, and more, making it easy for customers to discover new content and for creators to monetize their work.

Downloads
2.7m
Total downloads
Customers
11.6k
Customers served
Files Sold
165.9k
Total sales
Payments
3.6m
Processed total
×
×
  • 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.