Jump to content

MrLiquid

Member
  • Posts

    1,726
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by MrLiquid

  1. MrLiquid

    Zip file

    Installing the plugin is as simple as dropping some files inside of your oxide folders. Ensure CopyPaste and ImageLibrary are loaded on your server. Open the downloaded zip file. Navigate to the plugins folder inside of the zip file and drag the RandomTrader.cs file into oxide/plugins/ on your server. Navigate to the copypastefolder in the zip file. Drag the files inside of the copypaste folder into oxide/data/copypaste/ on your server If you d not have a folder called copypaste, reload the plugin and try again. If you own Cooking and/or EpicLoot, both plugins will automatically create profiles for RandomTrader in your config. Unless your instructions are incorrect?
  2. Quick few questions please.. Does this mean players can go around taking out other tugboats with the cannons? specially players who do not wish to participate in warfare? can the cannons do damage to buildings on the coast line? how do players participate in tugboat warfare and are they only the tugboats that will take damage? Do you have TruePVE built in to allow damage "in event".. can you please be more specific..
  3. MrLiquid

    latest bug for you

    Exception while calling NextTick callback (NullReferenceException: ) at (wrapper managed-to-native) UnityEngine.Component.get_transform(UnityEngine.Component) at Oxide.Plugins.Convoy+ConvoyVehicle.CreateRoamNpc () [0x00078] in <3dde1b93757841429086cb484648c5fc>:0 at Oxide.Plugins.Convoy+ConvoyVehicle.<StopMoving>m__1 () [0x00000] in <3dde1b93757841429086cb484648c5fc>:0 at (wrapper dynamic-method) Oxide.Core.OxideMod.OnFrame_Patch0(object,single)
  4. MrLiquid

    Zip file

    When I click download, I am only sent a CS file, where can I find the ZIP file required to set this up
  5. MrLiquid

    Brick skin

    or go get it from here https://modpulse.com/product/building-skins/
  6. MrLiquid

    ON end of convoy event

    event owner completed the event, left the bubble, eventually event owner status was removed.. and he can no longer enter the bubble and the event is over. the bubble remains in place though, UNloaded the plugin, bubble still there. not to sure how to get rid of it.
  7. MrLiquid

    Can we please

    I wonder if you can allow craft tree XP only for group 'default' or to IGNORE configured Group.. "VIP" for example. I have instant crafting for my VIP players, essentially making the craft tree exploitable.
  8. MrLiquid

    Tugboats

    thank you for your plugin, I recently installed it on my server. Are tugboats supported in the "vehicles" please?
  9. Hello again, what is the size of your latest file in this pack please?
  10. as long as they are not over 1mb, I bought some trixy ones and one base file was 71 MB
  11. Hello, what is the largest file size amongst this package? are any of these bases in any of your other packages you sell?
  12. MrLiquid

    please sir

    please add support for economics
  13. MrLiquid

    Please add

    I went to Adem from ArmoredTrain, he said to bring my request here please While NON event owner is locked out from event bubble, can you please add a config option to allow admin to enter event zone please? Also if the EVENT bubble popups and players bases are caught up inside, is there a way they can enter also so they can access their bases?
  14. restart your server, it fixed my problem
  15. MrLiquid

    Brick skin

    Will you be adding the brick skin please?
  16. nothing to see here, simple restart fixed it all
  17. 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);
  18. MrLiquid

    Server Hud

    meh, the previous rewrite 2.1.18 works fine, I'm staying with that
  19. I will use my winnings to buy another quality codefling plugin. thank you
  20. 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
  21. MrLiquid

    Add please

    IsAdmin bypass to access mini belonging to other players etc please
  22. 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
  23. MrLiquid

    Any chance

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

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.5m
Total downloads
Customers
11.3k
Customers served
Files Sold
161.3k
Total sales
Payments
3.5m
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.