Jump to content

Razor

Creator
  • Posts

    1,584
  • Joined

  • Days Won

    14

Everything posted by Razor

  1. Razor

    creat and npc loot

    the newest version contains a default loot table in the datafile that you can edit to fit your needs
  2. Razor

    Jet Event

    i will look into this..
  3. 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.
  4. Razor

    AutoFarm

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

    Jet Event

    How big is your map?
  7. Changed Status from Pending to Closed
  8. Razor

    Jet Event

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

    Skins not loading

    Changed Status from Pending to Closed
  10. That would be an issue with Skip Night plugin...
  11. 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; }
  12. you can use CustomLoot plugin from here or edit the loot tables in the oxide\data\JetEvent\LootProfiles folder to fit your needs
  13. Somthing must be conflicting if the ch47 is not spawning.
  14. Is the ch47 flying in and just not spawning the npc's?
  15. 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
  16. Changed Status from Pending to Closed
  17. Razor

    Changing Crates dropped

    Changed Status from Pending to Closed
  18. Razor

    No attack other npcs

    Ill try to implement this.
  19. Razor

    Skins not loading

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

    Jet Event

    Read update notes
  21. Razor

    Changing Crates dropped

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

    questions about defenders

    Changed Status from Pending to Work in Progress
  23. 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
  24. Changed Status from Pending to Closed Changed Fixed In to 1.4.0
  25. The new update should do this now also config will regenerate so you will need to redo config.
1.9m

Downloads

Total number of downloads.

8.7k

Customers

Total customers served.

130.6k

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.