| Ninjadvloot.inc v6.2 07/27/2020 Redguides.com
| Updated: Stripped file to render it useless 7/27/2020 by BigDaddy
|
| Usage: add the following to your macro for looting
| #include Ninjadvloot.inc
| /call SetupAdvLootVars
| /call LootMobs or /call UseAdvLoot
Sub SetupAdvLootVars(string ChangeIniFile)
/echo BD_NINJALOOT: Ninja Loot got called for intial setup!
/return
Sub LootMobs
/echo BD_NINJALOOT: Ninja Loot got called for looting mobs!
/return
Sub UseAdvLoot
/echo BD_NINJALOOT: Ninja Loot got called for using Advanced Loot!
/return