AlphaLoot

AlphaLoot 3.1.49

  • Added item virgin-spawn functions to fill items with predefined resources (water, etc..) on loot population.
  • Trying to fix "StackOverflowException" by "PopulateHeliCrate"
  • Small correction of the latest update
  • Some fixes & improvements to the call&import of skins by the hook "OnSkinCacheUpdate" in use for SkinBox
  • Like
Reactions: Evaa and Alex
  • Added the NEW "crate_Elite" to the internal search list cause it's not detected on the defaults.
    Add it by "al.containeradd crate_elite"
  • Probable fix for "Exception while calling NextTick" with having "enableHeliLoadOut" set to true.
  • Added DM loot containers types to the available containers via "al.containeradd" command
  • Added also the change of scrap amount when running the "al.lootmultiplier" command
  • Fixed a bug in the "al.enable" command
  • Like
Reactions: godankorgohome
  • Implemented some functions to prevent the server from overwriting AL-loot with default loot (try #1)
  • Added a debug logfile function for the plugins loot container population
  • This is meant for those people who believe the plugin does not work properly and does not spawn the configured loot into containers on startup and/or while runtime

    You can enable the log-file by this switch:
    JavaScript:
      "Debug": {
        "debugLogEnabled": true
      },
    The generated file tells you exactly whats it's doing with every existing or spawning container and logs also a fresh server-startup and begin/end of the plugins start procedure.
    In case of you find there any unexpected output, please append your file in the plugin thread.