Jump to content

Fruster

Creator
  • Posts

    2,648
  • Joined

  • Last visited

  • Days Won

    9

Everything posted by Fruster

  1. Changed Status from Pending to Fixed Changed Fixed In to 1.3.1
  2. Changed Status from Pending to Fixed Changed Fixed In to 1.0.9
  3. Hey! Would it be okay for you if I just killed NPCs that were in water deeper than 1m?
  4. Fruster

    Caling hook conflict

    Hey! Try changing CanEntityTakeDamage to this: private object CanEntityTakeDamage(BuildingBlock block, HitInfo hitInfo) { if (block.buildingID == mainID) { if (hitInfo.Initiator && hitInfo.Initiator is NPCPlayer) return null; return true; } return null; } then let me know the results, please
  5. Hey! I'll check it out a little later, thanks for the info
  6. Fruster

    Airfield Event

    Hey! just set these two settings to 0: "Patrol helicopter spawn chance (0 - 100%)": 0, "BradleyAPC spawn chance (0 - 100%)": 0
  7. Fruster

    Error June 4th

    Is the problem still relevant?
  8. Fruster

    Error

    Is the problem still relevant?
  9. Fruster

    stucked inside :P

    Is the problem still relevant?
  10. Fruster

    Road Bunkers

    Hi, this is possible with the SimpleLootTable plugin.
  11. Fruster

    Drone Event

    Hey! In general, this can most likely be done, but the plugin itself does not do this.
  12. Fruster

    stucked inside :P

    I've double-checked everything, and there are no errors. Could there be a problem with the CopyPaste settings? Are you using the latest version? Could you please send me a screenshot of the entrance hatch to the dungeon and the spot where there's no ladder?
  13. Fruster

    Blacksmith

    Hey! The plugin currently supports adding slots for Ballistic Vest and Ballistic Leg Armour. You can only add slots to the Small BackPack, the maximum number of slots for it is 28
  14. Fruster

    error

    Changed Status from Pending to Fixed Changed Fixed In to 1.6.8
  15. Changed Status from Pending to Closed
  16. Fruster

    Notes and code

    Changed Status from Pending to Closed
  17. Fruster

    stucked inside :P

    Is the problem still relevant?
  18. Fruster

    Error

    Is the problem still relevant?
  19. Fruster

    error

    Is the problem still relevant?
  20. Fruster

    Error June 4th

    Hey! This should work fine after the June update. At least after my tests, I didn't find any issues. Please attach your .json config file. I'll check it.
  21. Fruster

    stucked inside :P

    This doesn't make sense, since the automatic and manual launch algorithms do the same thing when a dungeon spawns. Check the dungeon names in the config file, and make sure there are no old dungeons in the copypaste folder. I remember dungeon 1 used to have a hatch where the stairs used to be, and it broke after the FacePunch hatch update. Perhaps you have an old dungeon file somewhere in the folder that's interfering.
  22. Fruster

    Notes and code

    Please test this for a couple more days
  23. Fruster

    Notes and code

    Is this setting "false" for you? Does the note always drop from NPCs, or does it happen intermittently? "Place a note with a code inside the NPC's corpse (if false, the note will fall next to the body)": false
  24. Fruster

    Error

    Apparently, this error occurs when deleting the Chinook. Try changing the method RemoveChinook to this: private void RemoveChinook(BaseEntity _chinookDelivery) { if (!_chinookDelivery) _chinookDelivery.Kill(); } Let me know the results, please
  25. Fruster

    Notes and code

    Hey! Have you personally checked if the note drops? Maybe players just didn't notice it?

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.9m
Total downloads
Customers
11.8k
Customers served
Files Sold
168.4k
Total sales
Payments
3.7m
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.