Jump to content

Krungh Crow

Creator
  • Posts

    1,442
  • Joined

  • Last visited

  • Days Won

    43

Everything posted by Krungh Crow

  1. this should be fixed in v1.0.2
  2. ye somehow huntsman has to be reloaded the ID´s are not catching
  3. just add `cardtable` as item in the shop its a Rust Item so it can be placed in shop
  4. Krungh Crow

    Motionless animals

    thats the native rust AI. To add a whole MonoBehaviour for the animals To BackToTheWild is a bit mutch
  5. ooh nice idea so a new profile like a Boss bear with a min req of HP and Strength ? same for wolf since they Alpha predators
  6. Krungh Crow

    Motionless animals

    Changed Status from Work in Progress to Closed Changed Fixed In to 1.0.7
  7. Changed Status from Pending to Closed
  8. Krungh Crow

    BradleyGuards Help

    Changed Status from Pending to Closed
  9. Krungh Crow

    Monument Bradley Support

    Changed Status from Pending to Closed
  10. Krungh Crow

    BradleyTiers

    Changed Status from Not a Bug to Closed
  11. Krungh Crow

    conflict alpha loot

    Changed Status from Pending to Closed
  12. Krungh Crow

    conflict alpha loot

    Best to ask for a support ticket on alphaloot and ask for a true false setting on for example (Change Bradley apc crate spawn amount) or whatever he might find suitable. This should be a simple patch on his end Temp fix can be this (Alphaloot 3.1.7) private void OnEntitySpawned(BradleyAPC bradleyApc) { if (bradleyApc != null) bradleyApc.maxCratesToSpawn = configData.BradleyCrates; } blank it out using /* and */ (around line 76 in the plugin) /* private void OnEntitySpawned(BradleyAPC bradleyApc) { if (bradleyApc != null) bradleyApc.maxCratesToSpawn = configData.BradleyCrates; } */
  13. Krungh Crow

    Monument Bradley Support

    bradley._maxHealth bradley.health Inside the MonumentBradley plugin search for the lines containing this and change it with // so the line is not used //bradley._maxHealth //bradley.health and maybe ask for a support request on his plugin to be able to disable or enable crate spawns and HP
  14. Krungh Crow

    BradleyGuards Help

    "Bradley Loot": { "Change Values": false, "Bradley Max crates after kill": 4 }, Change Values when set to false will not alter the amount of crates spawning through bradleyGuards The Umod version most likely does not have that in the plugin Inside Bazz3l Bradleyguards plugin find the following line bradley.maxCratesToSpawn = _config.APCCrates; and change that into //bradley.maxCratesToSpawn = _config.APCCrates; so it will not change the amount of crates spawning (to avoid overriding eachothers settings)
  15. I have it but never used it ill do some tests over the weekend . Temp fix added on the other alphalootsupport requests
  16. Krungh Crow

    Monument Bradley Support

    If possible disable hp settings in monumentbradley
  17. Krungh Crow

    BradleyTiers

    Changed Status from Pending to Not a Bug
  18. Krungh Crow

    BradleyTiers

    Native spawns only. This changes the hp and crates on drop in tiers only for now
  19. Version 2.0.3

    6,572 downloads

    Features : Complete rewrite (v2.0.0) Spawns Configurable tiered bradleys Easy configuration and setup Can add or remove tiers (v2.0.0) BradleyGuards and BradleyOptions will disable their HP and Cratedrop settings automaticly (Krungh Crow versions). Spawn and Kill Messages Option to make a vanilla bradley spawn instead of a Tiered one at random. Set a extra reward in the form of Economics or ServerRewards Reworked Tiered loot systems v2.0.0 Message cooldownsystem. New API for other developers is made available (v2.0.0) Support for AlphaLoot (v2.0.0) Permissions : bradleytiers.use : To be able to use the /bt info chatcommand. Commands : /bt info : Displays the available tiers on the server (v2.0.0). API : bool CanUpdateToBradleyTier(BradleyAPC bradley)// returning non null will block updating the bradley as tiered void OnBradleyTiersSpawned(BradleyAPC apc , string tierName) void OnTieredBradleyDeath(BradleyAPC bradley , HitInfo info , string tierName) object IsTieredBradley(BradleyAPC bradley) Configuration : Want a certain item to spawn as a blue print just add .bp behind its shortname ! Example of custom items like the ExtendedRecycler plugins recycler item. Language API : { "BradleyInitiate": "Careful! This is a {tierName} Bradley APC!", "InvalidInput": "<color=red>Please enter a valid command!</color>", "Info": "<color=green>Bradley Tiers v{0}</color>\nWe have the following Tiers :\n", "KillNotification": "<color=orange>{0}</color> Destroyed a {1} BradleyApc", "NoPermission": "<color=green>You do not have permission to use that command!</color>", "SpawnMessage": "A {0} Bradley has spawned around {1}", "KillRewardMain": "You destroyed a {0} BradleyApc and received: {1}", "RewardEcon": "<color=green>${0} Economics</color>", "RewardSR": "<color=orange>{0} RP</color>", "RewardSeparator": " and ", "NoRewards": "no extra rewards." }
    Free
  20. Ye if not reloaded chickenbow it uses the native ids not the ones from mono ?
  21. if (animal is Chicken) { if (ChickenBow != null && ChickenBow.Call<bool>("IsSpawnedChicken",animal.net.ID) == true) { BlockSpawn = true; } else { BlockSpawn = false; } } if (BlockSpawn) { Puts($"{info.InitiatorPlayer.displayName} shot down a ChickenBow Chicken and a HuntsMan was skipped"); return; } had to do it diffrently and added this under my variables bool BlockSpawn; uploading the Huntsman patch now and make sure to reload ChickenBow too
  22. cheers releasing updates for backtothewild and huntsman later today
  23. its a real item like a large furnace is its just not added ingame so mechanics are fully rust. This just makes it craftable with a command
  24. u can add `cardtable` (actual item name) to your loottable My plugin using the unimplemented item for players to be able to craft it. can be recycled and even picked up normaly..allso tested with removertool It is a actual item in the rust files which is not used ingame (officialy) no red text seen when i spamm tested crafting and picking it up
2.2m

Downloads

Total number of downloads.

10.3k

Customers

Total customers served.

149.5k

Files Sold

Total number of files sold.

3.2m

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.