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
listNameString
Name of an existing organizer list.
Return
Void
AutoLoot.GetList(lootListName, wantMinusOnes)
AutoLoot.GetList(lootListName, wantMinusOnes)
Given an AutoLoot list name, return a list of AutoLootItem associated.
Parameters
lootListNameString
Name of the AutoLoot list.
wantMinusOnesBoolean
Return
List[AutoLoot.AutoLootItem]
AutoLoot.GetLootBag()
AutoLoot.GetLootBag()
Get current Autoloot destination container.
Return
UInt32
Serial of the container.
AutoLoot.ResetIgnore()
AutoLoot.ResetIgnore()
Reset the Autoloot ignore list.
Return
Void
AutoLoot.RunOnce(lootListName, millisec, filter)
AutoLoot.RunOnce(lootListName, millisec, filter)
Start Autoloot with custom parameters.
Parameters
lootListNameString
Name of the Autoloot listfilter for search on ground.
millisecInt32
Delay in milliseconds. (unused)
filterItems.Filter
Item filter
Return
Void
AutoLoot.SetNoOpenCorpse(noOpen)
AutoLoot.SetNoOpenCorpse(noOpen)
Toggle "No Open Corpse" on/off. The change doesn't persist if you reopen razor.
Parameters
noOpenBoolean
True: "No Open Corpse" is active - False: otherwise
Return
Boolean
Previous value of "No Open Corpse"
AutoLoot.Start()
AutoLoot.Start()
Start the Autoloot Agent on the currently active list.
Return
Void
AutoLoot.Status()
AutoLoot.Status()
Check Autoloot Agent status
Return
Boolean
True: if the Autoloot is running - False: otherwise
AutoLoot.Stop()
AutoLoot.Stop()
Stop the Autoloot Agent.
Return
Void