Ninjadvloot.inc v2.3 updated 08/31/2011

Our own updated and maintained version of Ninjadvloot.inc file for macros.
Ninjadvloot.inc v2.3 updated 08/31/2011
The most recent version is included in our compile.
Ninjadvloot.inc is an include file that adds looting functionality to any macro. It creates a loot.ini file that keeps track of each item as its looted and how you want to handle that item each time its looted. Choices are destroy, ignore, keep, or sell.
Ninjadvloot.inc was originally written by A_Druid_00 in 2005 at macroquest2.com. It has been revised and updated by many people over the years and lots of great code snippets and features have been posted and suggested . When we started to update ninjadvloot we went back through the years of posts and incorporated all the suggestions and code that made sense for looting.
We added sell/guild bank features to it. Selling takes so long and now with 10 bags and up to 32 slots we added in game commands to handle it.
Add/Change ini file status for items in game from any macro running Ninjadvloot with 4 simple commands listed below.
Ninjadvloot now handles foraged items. Will check cursor on a successful forage to see how to handle item if listed in loot.ini file Ignore,Keep,Destroy or Sell. If it is not listed then it will default to keep.
Loot.ini settings
[Settings] Version=2.3 LootMobs=TRUE CorpseRadius=100 MobsTooClose=20 CorpseRotTime=440s ReportLoot=TRUE LootChannel=bc OpenAllBags=1 AddNewSales=1 LootSpam=1 LootForage=1
Settings
Version=2.3 - current version
LootMobs=TRUE - loot mobs TRUE/FALSE=on/off
CorpseRadius=100 - radius around character to loot mobs
MobsTooClose=20 - will not loot mobs if npcs are within this radius to prevent looting during combat
CorpseRotTime=440s - time to ignore corpses already looted
ReportLoot=TRUE - Reports loot left on mob. Items marked ignore in ini file or lore
LootChannel=bc - channel to report items left on mob. g for group, bc for eqbc, fs for fellowship etc.
OpenAllBags=1 - this will open and close all your bags in inventory =1/0 on/off
AddNewSales=1 - This will marked all items you sell to a vendor as Sell in the ini file
LootSpam=1 - Shows messages of foraged items in MQ2 window =1/0 on/off
LootForage=1 - Turns on item handling of foraged items.
Will check to see how to handle item if listed in loot.ini file
Ignore,Keep,Destroy or Sell. If it is not listed then it will default to keep.
Note: Ignore=Destroy for foraged items since it handling directly form the cursor.
Commands
/lootdestroy /lootignore /lootkeep /lootsell /sellstuff /depositstuff
Usage. Grab the item and put it on your cursor then use one of the following commands
/lootdestroy - Mark item on cursor as Destroy in loot.ini file
/lootignore - Mark item on cursor as Ignore in loot.ini file
/lootkeep - Mark item on cursor as Keep in loot.ini file
/lootsell - Mark item on cursor as Sell in loot.ini file
/sellstuff - Target a vendor and this command will sell any item in your inventory marked sell. Does not work with Veteran AA Resupply Agent.
/depositstuff Target your guildbanker and this command will deposit any item in your inventory marked keep into the guild bank.
Facebook
Twitter