Jump to content

Razor

Creator
  • Posts

    1,945
  • Joined

  • Days Won

    16

Everything posted by Razor

  1. Its more of a warning then an error but only way it can be solved if the dev sets the RB detection to what is supported.
  2. Razor

    AutoFarm

    He is in the process of updating Ganja to support Autofarm.
  3. post your config edit for me to see please.
  4. Razor

    Jet Event

    How big is your map?
  5. Changed Status from Pending to Closed
  6. Razor

    Jet Event

    can you post your edit your making to the config?
  7. Razor

    Skins not loading

    Changed Status from Pending to Closed
  8. That would be an issue with Skip Night plugin...
  9. Razor

    Can you please

    private object CanEntityTakeDamage(BuildingBlock block, HitInfo hitInfo) { if (hitInfo == null || hitInfo.WeaponPrefab == null || hitInfo.HitEntity == null || hitInfo.HitEntity.OwnerID == 0) return null; if (hitInfo.WeaponPrefab.name.Contains("rocket_mlrs")) { if (hitInfo.HitEntity.OwnerID == 1309) return true; else if (hitInfo.HitEntity.OwnerID == 13099) return false; } return null; } private object CanEntityTakeDamage(ScientistNPC scientist, HitInfo hitInfo) { if (scientist == null || !_allNpc.Contains(scientist) || hitInfo == null) return null; if (hitInfo.damageTypes != null && hitInfo.damageTypes.Get(DamageType.Heat) > 0 && hitInfo.WeaponPrefab == null) { return false; } if (hitInfo.InitiatorPlayer != null) { if (hitInfo.InitiatorPlayer is JetPilot) return false; if (hitInfo.InitiatorPlayer is BasePlayer) return true; } return null; } private object CanEntityTakeDamage(JetPilot scientist, HitInfo hitInfo) { if (scientist == null || !_allNpc.Contains(scientist) || hitInfo == null) return null; if (hitInfo.damageTypes != null && hitInfo.damageTypes.Get(DamageType.Heat) > 0 && hitInfo.WeaponPrefab == null) { return false; } if (hitInfo.InitiatorPlayer != null) { if (hitInfo.InitiatorPlayer is JetPilot) return false; if (hitInfo.InitiatorPlayer is BasePlayer) return true; } return null; }
  10. you can use CustomLoot plugin from here or edit the loot tables in the oxide\data\JetEvent\LootProfiles folder to fit your needs
  11. Somthing must be conflicting if the ch47 is not spawning.
  12. Is the ch47 flying in and just not spawning the npc's?
  13. Razor

    Loot from crates

    If you want to use the systems loot tables or any other plugin to controle the loot tables make the line that looks like this Same for npc loot if you wish just remove the table file name. "Crate Loot Table File Name And Total Item Slots To Use": { "CrateLoot": 5 } to this "Crate Loot Table File Name And Total Item Slots To Use": {} Save and reload plugin
  14. Changed Status from Pending to Closed
  15. Razor

    Changing Crates dropped

    Changed Status from Pending to Closed
  16. Razor

    No attack other npcs

    Ill try to implement this.
  17. Razor

    Skins not loading

    there is no way to detect that as its client to steam workshop and not server.
  18. Razor

    Jet Event

    Read update notes
  19. Razor

    Changing Crates dropped

    Currently no as the way they are spawned to be set on fire..
  20. Razor

    questions about defenders

    Changed Status from Pending to Work in Progress
  21. I added some checks in 1.4.0 see if its helps on your map. Note 1.4.0 is a new config so you will need to redo your config options
  22. Changed Status from Pending to Closed Changed Fixed In to 1.4.0
  23. The new update should do this now also config will regenerate so you will need to redo config.
  24. Changed Status from Pending to Work in Progress
  25. I Will work on adding a way to use up list first then regenerate list to use if more then x names.

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.9k
Customers served
Files Sold
169k
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.