Jump to content

hc4stillo

Member
  • Posts

    75
  • Joined

  • Last visited

Everything posted by hc4stillo

  1. 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
  2. hc4stillo

    EggBox

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

    Shop UI

    Yes, you can add all new items manually in the items section and then make them visible in the categories section.
  4. 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" },
  5. 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" },
  6. 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
  7. 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?
  8. 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).
  9. hc4stillo

    Quest System

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

    Bank Heist

    This works fantastic, thanks so much for your help.
  11. 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.
  12. 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.
  13. 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
  14. hc4stillo

    Bank Heist

    Bank Heist 1.5.20
  15. 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
  16. 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.
  17. 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
  18. hc4stillo

    Craft Menu

    Delete your image library folder and apply David update.
  19. 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
  20. hc4stillo

    Craft Menu

  21. hc4stillo

    Shop UI

    example: oxide/data/Shop/Categories.json "Mode": { "Image": "https://rustplugins.net/products/shop/box.png", "Permission": null, "Sale": 0.0, "Items": [ "cmd/custom" ] },
  22. On a test server, I get the following error. Fallback handler could not load library /home/container/RustDedicated_Data/MonoBleedingEdge/x86_64/data-0x55d0a01d5c30.so This happens after the November update. Forget it, it was solved by restarting the server.
    Allow me to express myself in my native language. This plugin has incredible potential, I had little faith in it because it seemed a little complicated, after sitting for hours playing with its configurations, my head exploded with many ideas, making it one of my main events on my servers. From having the freedom to select a custom prefab, to the monuments already built in, I went for Radtown as my main objective, and it was crazy and all my players loved it. The freedom you have to add prefabs, outfits, and custom loot lists is amazing. Let's say they are the best $10 invested, for the quality it offers 10/10. Permíteme, expresarme en mi idioma natal. Este plugins tiene un potencial increíble, le tenia poca fe debido a que parecía un poco complicado, luego de sentarme horas a jugar con sus configuraciones, mi cabeza exploto de muchas ideas, siendo así unos de mis principales eventos en mis servidores. Desde tener la libertad de seleccionar un prefab custom, hasta los monumentos ya integrados, fui por Radtown como objetivo principal y fue toda una locura y a todos mis jugadores les encanto. La libertad que mantiene para añadir prefab, atuendo y lista personalizada de botín es una maravilla. Vamos que son los mejores 10$ invertido, para la calidad que ofrece 10/10.
  23. V1 active on live servers (all in order so far) V2 on test servers (multiple bugs to be reported) I'm in favor of the change and that it makes maintenance easier, a shame to go back to configuring free plugins to my servers, but I can live with it.
1.7m

Downloads

Total number of downloads.

7.9k

Customers

Total customers served.

118.9k

Files Sold

Total number of files sold.

2.4m

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.