Jump to content

Hardrock1988

Member
  • Posts

    67
  • Joined

  • Last visited

Everything posted by Hardrock1988

  1. If that help and need anymore or for someone else , i did make with chatgpt very tiny change in plugin to plant and harvest drug seeds . Only issue have to replace it every AutoFarm update private void pickCrop(GrowableEntity growableEntity) { if (config.seedStorageSlots <= 0 || config.BoxStorageSlots <= 0) return; if (containerSeeds == null || container == null) generateStorage(); int amount = growableEntity.CurrentPickAmount; if (config.seedsAllowedAndMultiplier.ContainsKey(growableEntity.Properties.SeedItem.itemid)) amount *= config.seedsAllowedAndMultiplier[growableEntity.Properties.SeedItem.itemid]; if (amount <= 0) return; Item obj; // Custom: hemp with skin -> cloth with skin if (growableEntity.skinID == 2645313312 && growableEntity.ShortPrefabName == "hemp.entity") { obj = ItemManager.CreateByName("cloth", amount, 2647169612); } // Custom: red.berry with skin -> red.berry with new skin else if (growableEntity.skinID == 2645313234 && growableEntity.ShortPrefabName == "red_berry.entity") { obj = ItemManager.CreateByName("red.berry", amount, 2650674189); } else { obj = ItemManager.Create(growableEntity.Properties.pickupItem, amount, growableEntity.skinID); } if (obj != null) { Item itemEntity = growableEntity.GetItem(); if (Interface.CallHook("OnAutoFarmGathered", growableEntity, obj, container) == null) { if (_ != null && _.Ganja != null && _.configData.settings.GanjaPluginEnable) { if (growableEntity.prefabID == 3006540952) Interface.CallHook("OnAutoFarmGather", planterBox.OwnerID.ToString(), container, growableEntity.transform.position, true, growableEntity); else if (growableEntity.prefabID == 3587624038) Interface.CallHook("OnAutoFarmGather", planterBox.OwnerID.ToString(), container, growableEntity.transform.position, false, growableEntity); } if (itemEntity != null && itemEntity.skin != 0UL) { _.Puts("its not empty"); BasePlayer player = BasePlayer.Find(planterBox.OwnerID.ToString()); if (growableEntity is CollectibleEntity) { Interface.CallHook("OnCollectiblePickup", obj, player, growableEntity); } else { Interface.CallHook("OnGrowableGathered", growableEntity, obj, player); } } else if (_.configData.settings.CallHookOnCollectiblePickup && planterBox != null && planterBox.OwnerID != 0UL) { BasePlayer player = BasePlayer.Find(planterBox.OwnerID.ToString()); if (player != null) { if (growableEntity is CollectibleEntity) { Interface.CallHook("OnCollectiblePickup", obj, player, growableEntity); } else { Interface.CallHook("OnGrowableGathered", growableEntity, obj, player); } } } } if (growableEntity != null) { if (!obj.MoveToContainer(container.inventory)) { obj.Drop(growableEntity.transform.position + new Vector3(0f, 2f, 1.5f), Vector3.zero); } if (growableEntity.Properties.pickEffect.isValid) Effect.server.Run(growableEntity.Properties.pickEffect.resourcePath, growableEntity.transform.position, Vector3.up); if (!growableEntity.IsDestroyed) growableEntity.Kill(); } _.NextTick(() => { autoFill(); }); } }
  2. Hardrock1988

    Heli Signals

    Have you enabled to override default crates in loot settings Loot Options": { "Use custom loot table to override crate loot": true, Check if you didn set for hackable crate to give 3 items
  3. Hello , could it be possible to make that you cannot destroy wallpapers on pve servers ? thanks
    Thank you for great plugin and fast support .
  4. whats your issue and what you want get to work ? i use it to maybe i can help somehow
  5. try /tdk 5 or other amount you have set i config file , if you want shoot smoke missiles wip you need remove from blacklist in config
  6. Plugin is not working with auto farm, I would like to work as well but auto farm don't have support for it
  7. Solved, restarted server and all good now
  8. hello , what could be issue for this on carbon Timer of 5s has failed in 'WelcomeController v2.0.8 by Amino' [callback] (Object reference not set to an instance of an object) at void Oxide.Plugins.WelcomeController.ImportImages() in /server/carbon/plugins/WelcomeController.cs:line 2725 at void Oxide.Plugins.WelcomeController.OnServerInitialized(bool initial)+() => { } in /server/carbon/plugins/WelcomeController.cs:line 2556 at Timer Oxide.Plugins.Timers.In(float time, Action action)+() => { } in /home/runner/work/Carbon/Carbon/Carbon.Core/Carbon.Components/Carbon.Common/src/Oxide/Libraries/Timer.cs:line 50
  9. thanks for letting know , will sort it out
  10. im working on plugin now , will test it and most likely add today in about hour
  11. players can create team while they are in game , but i can work it out if someone find use of it , sorry late answer
  12. hi , will take look and see what i can do
  13. Version 1.0.10

    542 downloads

    With this plugin server admins can add players to any team . All you need is team leader steam id and steam id for player you want add to team , team leader can be ofline. Chat command for admins: /addteam <teamOwnerID> <playerToAddID> /changeleader <currentLeaderID> <newLeaderID> /removeplayer <teamLeaderID> <playerID> Permission : adminteammanager.use
    Free
  14. alright , thank you
  15. hello , when i load in samsite ammo in turrets it shoots players , im using truepve and i have set that amsites wont shoot players , actual samsites ignore players , just wonder if i can change something
  16. hello , anyone known how i can add support for dargon launcher ? thanks
  17. Hardrock1988

    Server Hud

    server restart did fix my issue , all works fine now
  18. Hardrock1988

    Server Hud

    i deleted both imageLibrary data folder and Hud data folder , reload both plugins and same , will see after restart in morning
  19. Hardrock1988

    Server Hud

    can ve get update for this please , not showing font after game update
  20. send full line , maybe you forgot something or made tiny mistake
  21. I seen it on umod been updated
  22. this is free plugin , temporary you can use plugin from other creator till this gets fixed , link was in last page or 2 pages back

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.3m
Total downloads
Customers
10.7k
Customers served
Files Sold
154.8k
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.