Jump to content

hc4stillo

Member
  • Posts

    103
  • Joined

  • Last visited

Everything posted by hc4stillo

  1. hc4stillo

    Cases

    Claiming the reward deletes the entire inventory of the players, it just started happening after the update.
  2. 08/07 16:23:04 | Error while compiling ExtractionRareMinerals: No overload for method 'FindItemsByItemID' takes 1 arguments | Line: 768, Pos: 49
  3. 08/07 14:41:17 | Error while compiling XLevels: There is no argument given that corresponds to the required parameter 'id' of 'PlayerInventory.FindItemsByItemID(List<Item>, int)' | Line: 997, Pos: 41
  4. hc4stillo

    Shipwreck

    [Shipwreck] The event has been successfully launched! Couldn't find prefab "assets/bundled/prefabs/modding/admin/admin_cliff_medium_arc_arid_small.prefab" NullReferenceException: Object reference not set to an instance of an object
  5. hc4stillo

    EggBox

    Please add in future updates, grant permissions for VIP players
  6. hc4stillo

    Shop UI

    Yes, you can add all new items manually in the items section and then make them visible in the categories section.
  7. hc4stillo

    Shop UI

    Puedes añadirlos de forma manual /oxide/data/Shop/Items.json "egg": { "DisplayName": "default", "Skin": 0, "Image": "egg.png", "DefaultAmount": 1, "BlockAmountChange": false, "BuyPrice": 150, "SellPrice": 0, "Currency": "rp" },
  8. hc4stillo

    Shop UI

    Puedes añadirlos de forma manual /oxide/data/Shop/Items.json "egg": { "DisplayName": "default", "Skin": 0, "Image": "https://www.corrosionhour.com/wp-content/uploads/2025/03/rust-egg-300x300.png", "DefaultAmount": 1, "BlockAmountChange": false, "BuyPrice": 150, "SellPrice": 0, "Currency": "rp" },
  9. hc4stillo

    Shop UI

    Lo tienes mal configurado sigue estos pasos: /oxide/data/Shop/Commands.json "regular": { "DisplayName": "REGULAR", "Image": "https://i.ibb.co/j486RD2/250x250.png", "Message": "COMPRASTE EL HELICOPTER NIVEL REGULAR", "Command": "heli.call Regular {steamid}", "BuyPrice": 1500, "Currency": "scrap", "ShowDisplayName": true }, Luego en categoría /oxide/data/Shop/Categories.json "Eventos": { "Image": "https://rustplugins.net/products/shop/box.png", "Permission": null, "Sale": 0.0, "Items": [ "cmd/regular" ] }, Listo debe funcionar sin problemas. Saludos
  10. hc4stillo

    Quest System

    After testing on a new server without additional plugins, with a new installation it worked without problem, but I still can't identify what the problem was, some old record?
  11. hc4stillo

    AutoFarm

    Problema al intentar levantar del suelo (planter.trinagle.deployed) se cambia en el inventario a (planter.large.deployed). =================================================================================================== Problem when trying to pick up from the ground (planter.trinagle.deployed) is changed in the inventory to (planter.large.deployed).
  12. hc4stillo

    Quest System

    After the rust update it is not counting mushrooms (mushroom-cluster-5, mushroom-cluster-6)
  13. hc4stillo

    Bank Heist

    This works fantastic, thanks so much for your help.
  14. hc4stillo

    Quest System

    Today I woke up wanting to make a new design, after a couple of hours, this was the result, thinking about placing more NPCs for sales etc and thus taking advantage of all the space in this structure. I love plugins.
  15. hc4stillo

    Skill Tree

    @imthenewguyExcellent adaptation of the video plugin, I know it quite well, the question that arises is, in future updates add a URL section in config, either to replace or add new videos. This way I can migrate the mini tutorials that I had already created for skill.
  16. hc4stillo

    Welcome Panel

    Example: "Tab #1 Settings": { "Enabled": true, "Button Title": " HOME", "Button Icon Img": "you can change icons in data/cuiData.json", "Base Text Size": 12, "Base Text Color": "1 1 1 1", "Text Style": "robotocondensed-bold.ttf", "Text Outline Color": "0 0 0 1", "Text Outline Thickness": "0.5", "Text Align": 0, "Text Lines": [], "Background Image URL": "https://i.imgur.com/codectextetc.png", "Background Image Anchoring": [ "0 0", "1 1" ] }, Version: 3.0.7
  17. hc4stillo

    Bank Heist

    Bank Heist 1.5.20
  18. hc4stillo

    DTags

    Hi @Gt403cyl2 Bradley NPCs are not giving dogtags, these changes need to be made to fix this. Add new npc (Bradley) line 80 * 1536035819 heavy scientist * 1126473739 scientist bradley Add line 455 case 1126473739: // scientist bradley case 3572389335: // heavy scientist bradley ref: https://docs.carbonmod.gg/docs/rust/entities/scientistnpc Greetings
  19. hc4stillo

    Personal NPC

    I have a question: I bought it recently, I was playing with it on my test server, I managed to combine it with BattlePass, Cases, Shop, etc. I loved it, the only thing that escapes me and I think due to ignorance, is how I can upload an image to steam workshop like this in the default example. If you have any link or video I would really appreciate it, I don't want to create or edit skin I just want to upload an image like this: https://steamcommunity.com/sharedfiles/filedetails/?id=2741314889
    It worked without any problem, I recommend buying it if you have different nationalities playing on your servers, I made some small adjustments to the prompt and it's 10/10.
  20. hc4stillo

    Bank Heist

    I can't get it to detect these monuments, is there an additional command or a future update? ferry_terminal_1 harbor_1 harbor_2 radtown_small_3 arctic_research_base_a powerplant_1 excavator airfield_1 launch_site trainyard_1 water_treatment_plant_1
  21. hc4stillo

    Craft Menu

    Delete your image library folder and apply David update.
  22. Failed to call hook 'OnLootEntity' on plugin 'AutoBaseUpgrade v1.2.1' (KeyNotFoundException: The given key 'metal.refined' was not present in the dictionary.) at System.Collections.Generic.Dictionary`2[TKey,TValue].get_Item (TKey key) [0x0001e] in <8ce0bd04a7a04b4b9395538239d3fdd8>:0 at Oxide.Plugins.AutoBaseUpgrade.ShowUI (BasePlayer player, BuildingPrivlidge tc) [0x002c0] in <9f97545190654745b68cbe180245c198>:0 at Oxide.Plugins.AutoBaseUpgrade.OnLootEntity (BasePlayer player, BuildingPrivlidge tc) [0x000c5] in <9f97545190654745b68cbe180245c198>:0 at Oxide.Plugins.AutoBaseUpgrade.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00187] in <9f97545190654745b68cbe180245c198>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <206a0f2c6ee141f38e2ad549cde44d70>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000de] in <beb2b64691c64e2b95b99491bd85442c>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <beb2b64691c64e2b95b99491bd85442c>:0 Error

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.4m
Total downloads
Customers
10.8k
Customers served
Files Sold
155.5k
Marketplace sales
Payments
3.3m
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.