Start the script alongside other automation: /lua run lootnscoot standalone
Start the script from within some automation: /lua run lootnscoot directed <directorname>
Other options for running LNS:
- Perform 1 pass of looting corpses then exit: /lua run lootnscoot once
- Tribute inventory items marked as tribute: /lua run lootnscoot tributestuff
- Sell inventory items marked as sell: /lua run lootnscoot sellstuff
- Bank inventory items marked as bank: /lua run lootnscoot bankstuff
- Perform inventory cleanup: /lua run lootnscoot cleanup
Loot Rule Commands:
Commands to add rules into Normal Rules table:
- /lns sell "[ITEM_NAME]"
- /lns keep "[ITEM_NAME]"
- /lns quest "[ITEM_NAME]"
- /lns bank "[ITEM_NAME]"
- /lns ignore "[ITEM_NAME]"
- /lns destroy "[ITEM_NAME]"
Commands to add rules into specific Rules table:
- /lns <personalitem|globalitem|normalitem> <rule> "ITEM_NAME" [qty]
"[ITEM_NAME]" is optional in each command. If not present, it will use the name of the item from your cursor.
Legacy rule setting commands:
Set an item to be looted and sold to vendors: /lootutils sell "${Cursor.Name}"
Set an item to be looted and kept in your bags: /lootutils keep "${Cursor.Name}"
Set an item to be looted and banked: /lootutils bank "${Cursor.Name}"
Set an item to never be looted: /lootutils ignore "${Cursor.Name}"
Quest Items can also set a specific number to loot within the rule using /lns quest|#.
Other commands:
- Sell to targeted vendor: /lns sellstuff
- Bank items: /lns bankstuff
- Tribute items: /lns tributestuff
- Restock items: /lns restock
- Cleanup inventory: /lns cleanup
- Trigger one time loot cycle: /lns loot
- Pause LNS: /lns pause
- Resume LNS: /lns resume
- Reset corpses: /lns corpsereset
- Show help information: /lns help