AutoLoot

Methods

AutoLoot.ChangeList(listName)Void
  • listName: String Name of an existing organizer list.

Change the Autoloot’s active list.

AutoLoot.GetList(lootListName)List[AutoLoot.AutoLootItem]
  • lootListName: String Name of the AutoLoot list.

Given an AutoLoot list name, return a list of AutoLootItem associated.

AutoLoot.GetLootBag()UInt32

Get current Autoloot destination container.

AutoLoot.ResetIgnore()Void

Reset the Autoloot ignore list.

AutoLoot.RunOnce(lootListName, millisec, filter)Void
  • lootListName: String Name of the Autoloot listfilter for search on ground.

  • millisec: Int32 Delay in milliseconds. (unused)

  • filter: Items.Filter Item filter

Start Autoloot with custom parameters.

AutoLoot.SetNoOpenCorpse(noOpen)Boolean
  • noOpen: Boolean True: “No Open Corpse” is active - False: otherwise

Toggle “No Open Corpse” on/off. The change doesn’t persist if you reopen razor.

AutoLoot.Start()Void

Start the Autoloot Agent on the currently active list.

AutoLoot.Status()Boolean

Check Autoloot Agent status

AutoLoot.Stop()Void

Stop the Autoloot Agent.