AutoLoot
The Autoloot class allow to interact with the Autoloot Agent, via scripting.
TODO: AutoLoot Constructors
Methods
AutoLoot.ChangeList(listName)
AutoLoot.ChangeList(listName)
Change the Autoloot's active list.
Parameters
listNameStringName of an existing organizer list.
AutoLoot.GetList(lootListName, wantMinusOnes)
AutoLoot.GetList(lootListName, wantMinusOnes)
Given an AutoLoot list name, return a list of AutoLootItem associated.
Parameters
lootListNameStringName of the AutoLoot list.
wantMinusOnesBoolean
Return
List[AutoLoot.AutoLootItem]
AutoLoot.GetLootBag()
Get current Autoloot destination container.
Return
UInt32Serial of the container.
AutoLoot.ResetIgnore()
Reset the Autoloot ignore list.
AutoLoot.RunOnce(lootListName, millisec, filter)
AutoLoot.RunOnce(lootListName, millisec, filter)
Start Autoloot with custom parameters.
Parameters
lootListNameStringName of the Autoloot listfilter for search on ground.
millisecInt32Delay in milliseconds. (unused)
filterItems.FilterItem filter
AutoLoot.SetNoOpenCorpse(noOpen)
AutoLoot.SetNoOpenCorpse(noOpen)
Toggle "No Open Corpse" on/off. The change doesn't persist if you reopen razor.
Parameters
noOpenBooleanTrue: "No Open Corpse" is active - False: otherwise
Return
BooleanPrevious value of "No Open Corpse"
AutoLoot.Start()
Start the Autoloot Agent on the currently active list.
AutoLoot.Status()
Check Autoloot Agent status
Return
BooleanTrue: if the Autoloot is running - False: otherwise
AutoLoot.Stop()
Stop the Autoloot Agent.