AlphaLoot

AlphaLoot 3.1.29

  • 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.

  • Added "ScrapAmount" as option to LootContainer data section
    This number gets created by the vanilla defaults
  • The amount of scrap, if greater then 0, gets additionally added to the loot contents.
  • The whole function can be switched off<>on by "enableScrapSpawn" in the plugin main config