Jump to content

Krungh Crow

Creator
  • Posts

    1,329
  • Joined

  • Last visited

  • Days Won

    41

Everything posted by Krungh Crow

  1. Krungh Crow

    conflict

    it is between CustomSkinsStacksFix and Cooking though
  2. Krungh Crow

    conflict

    it is not from my plugin though but between Cooking and CustomSkinsStacksFix https://umod.org/plugins/custom-skins-stacks-fix
  3. Krungh Crow

    Adding Heli?

    hey yeah it was spamming my inbox multiple times a day , but it needs a different plugin for better usage
  4. Version 2.0.1

    350 downloads

    Previously known as my Free AirwolfBlock plugin but rebranded and with permission system , blocks interaction with the 3 vehicle vendors Featured : Permission system Support for Airwolf Vendor (Bandit camp) Support for Boat Vendor (Fishing village) Support for Horse Vendor (Stables) Language file included Simpleconfiguration Lightweight Permissions : (Assigned will block the vendor if enabled in the cfg) can be set through cfg Configuration : Set to false if you want it to be listed as available to get blocked for players having the assigned permissions. { "bandit_conversationalist": { "Enabled": true, "Permission": "vendorblock.heli" }, "boat_shopkeeper": { "Enabled": true, "Permission": "vendorblock.boat" }, "missionprovider_bandit_a": { "Enabled": true, "Permission": "vendorblock.lumberjack" }, "missionprovider_bandit_b": { "Enabled": true, "Permission": "vendorblock.miner" }, "missionprovider_fishing_a": { "Enabled": true, "Permission": "vendorblock.fisherman" }, "missionprovider_fishing_b": { "Enabled": true, "Permission": "vendorblock.divemaster" }, "missionprovider_outpost_a": { "Enabled": true, "Permission": "vendorblock.scientist" }, "missionprovider_outpost_b": { "Enabled": true, "Permission": "vendorblock.vagebond" }, "missionprovider_stables_a": { "Enabled": true, "Permission": "vendorblock.stablehand" }, "missionprovider_stables_b": { "Enabled": true, "Permission": "vendorblock.hunter" }, "stables_shopkeeper": { "Enabled": true, "Permission": "vendorblock.horse" } } Localisation : { "VendorReply.bandit_conversationalist": "Using the bandit conversationalist vendor is disabled on this server!", "VendorReply.boat_shopkeeper": "Using the boat shopkeeper vendor is disabled on this server!", "VendorReply.stables_shopkeeper": "Using the stables shopkeeper vendor is disabled on this server!", "VendorReply.missionprovider_fishing_b": "Using the missionprovider fishing b vendor is disabled on this server!", "VendorReply.missionprovider_fishing_a": "Using the missionprovider fishing a vendor is disabled on this server!", "VendorReply.missionprovider_bandit_a": "Using the missionprovider bandit a vendor is disabled on this server!", "VendorReply.missionprovider_bandit_b": "Using the missionprovider bandit b vendor is disabled on this server!", "VendorReply.missionprovider_stables_a": "Using the missionprovider stables a vendor is disabled on this server!", "VendorReply.missionprovider_stables_b": "Using the missionprovider stables b vendor is disabled on this server!", "VendorReply.missionprovider_outpost_a": "Using the missionprovider outpost a vendor is disabled on this server!", "VendorReply.missionprovider_outpost_b": "Using the missionprovider outpost b vendor is disabled on this server!" }
    Free
  5. using other npc editing plugins ? i don't have anything using buoyancy sent you a DM
  6. delete the old cfg file and try again
  7. Krungh Crow

    Npc

    Changed Status from Pending to Closed
  8. almost ready for this error, was currently updating the plugin will be released in a few minutes
  9. yes the convoy messages doubling with tiers is almost finished
  10. yes there should be a catch of max 40 if they decide to stroll but...yeah ill try to rewrite the whole monobehaviour differently
  11. yeah seems to be another Rust feature ..they seriously need to work on their basic AI
  12. i tested it and seems the new rocks are kinda crapping the navmesh hit since they are only half prefabs with open sides.
  13. yeah noticed that but attempting to rewrite the behaviour in total since rusts native roam does not work
  14. Krungh Crow

    no loot

    Changed Status from Pending to Closed Changed Fixed In to 1.1.0
  15. Krungh Crow

    Photograph

    ye that part is not needed since its not requiring a permission
  16. Krungh Crow

    Photograph

    didnt work for me either till the server save kicked in might be a steam thing
  17. Krungh Crow

    Photograph

    Changed Status from Pending to Closed Changed Fixed In to 1.0.9
  18. Krungh Crow

    Photograph

    Hmm good one ill have a check
  19. Thx DD
  20. Version 1.2.0

    1,584 downloads

    Better NPC Names wil give the nameless NPC's a title and/or name instead of their id number or NPC type. And has API to monetize your npc naming if other plugins are willing to use it. Features : Setup custom titles Names will be generated on random Generated names will be having a Uppercase first letter A random initial can be generated. Set up how you want your npc name to be This will not modify existing custom npc names Corpse name will be having the npc full title and name instead of the generic Scarecrow or Scientist titles Option to use a player corpse panel instead of a simple box panel. (New v1.1.4) Does not interfere with BotReSpawn npc's Waits for server to be fully initiated after a restart or wipe before naming the npc When other plugins use the API the Name Buildup will be used from this config monetizing the npc names Extra Bonus Features : Corpses of the npc will contain skulls body fat and human meat Corpses will take over npc inventory from custom npc Option to clear default loot Option to clear Beltbar items Option to clear Clothingbar items API support for other plugins Configuration : {Title} : Uses the [Npc Titles] variables for each type {RandomName} : Uses the location for the generated name {RandomLetter} : Location for a initial You can change the naming order around , see the examples below : "{Title} {RandomName} {RandomLetter}" "{RandomName} {RandomLetter}" "{Title} {RandomLetter} {RandomName}" "{Title} {RandomName}" { "Name the npcplayertest": true, "Npc Titles": { "Frankenstein": "Franky", "Scarecrow": "Crow", "Scientist": "Doctor", "UnderwaterDweller": "Subber", "TunnelDweller": "Rail worker", "npcplayertest": "testplayer" }, "Name Buildup": "{Title}{RandomLetter}.{RandomName}", "Corpse setup": { "Use Playercorpse": true, "Clear Deafault loot": false, "Clear Belt": true, "Clear Clothes": true } } API : string GiveName(global::HumanNPC npc, string Title,bool UseName,bool UseLetter) string GiveName(ScarecrowNPC npc, string Title,bool UseName,bool UseLetter) example call : if (BetterNpcNames != null) npc.displayName = (BetterNpcNames.Call<string>("GiveName",npc , configData.NpcTitle, true, true));
    Free
  21. Krungh Crow

    Adding Heli?

    Changed Status from Pending to Closed
  22. Changed Status from Pending to Closed Changed Fixed In to 2.2.1
  23. Changed Status from Pending to Closed Changed Fixed In to 1.4.1
  24. it works with any bradley and regarding the error i will have a patch for that released tonight
  25. next version adds more support and hopefully a permanent fix for the timer issue
1.9m

Downloads

Total number of downloads.

8.7k

Customers

Total customers served.

130.5k

Files Sold

Total number of files sold.

2.7m

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.