You may as well ask for the meaning of life. Only a select few after decades of study understand how EQ windows work. silly rabbit Trix are for kds
There are specific commands for adv loot and the EQ confirmation window is a separate window completely
from ninjadvloot.inc
Rich (BB code):
/if (${Window[ConfirmationDialogBox].Open}) {
/nomodkey /notify ConfirmationDialogBox Yes_Button leftmouseup
/delay 10
}
The mess that is MQ2 advloot commands
- Added a new TLO for AdvLoot, this is a first draft, test it, report bugs, and so on to me.
I need a volunteer to update the wiki with this new TLO and its usage/members
It has a few members SList,PList,SCount and PCount
/echo ${AdvLoot.PList[1].Name}
Output: [MQ2] Bone Chips
/echo there are ${AdvLoot.PCount} items in the personal loot list
Output: [MQ2] there are 3 items in the personal lootlist
/echo the item in index 1 has a StackSize of ${AdvLoot.PList[1].StackSize}
Output: [MQ2] the item in index 1 has a StackSize of 2
Alright at this point we know the item in index one is a stack of 2 bone chips
Now we can decide to do something about it:
/advloot personal/shared 1 leave
That will click the leave button...
/advloot personal/shared 1 ag
That will click the ag checkbox
And so on...
Finally you can do
/advloot shared set Eqmule
Or whatever other group member or Never or Leave on corpse or
- Added a few more members to the AdvLoot TLO: all return TRUE or FALSE if checkbox is checked
.AutoRoll .Need .Greed .No .AlwaysNeed .AlwaysGreed .Never
Usage Example: /if (${AdvLoot.SList[1].Need}==TRUE) item 1 in the shared list has Need checked.
- Added PWantCount and SWantCount which counts the number of items in each list that has a checkmark
in any of the need and greed boxes.
Usage Example: /echo /if (${AdvLoot.SCount} && ${AdvLoot.SWantCount}) /advloot shared set ${Me.Name}
True understanding lays in the Everquest/UI/default/ folder with the window xml files
http://www.redguides.com/docs/projects/macroquest/reference/top-level-objects/tlo-window/
http://www.redguides.com/docs/projects/macroquest/reference/data-types/datatype-window/
http://www.macroquest2.com/wiki/index.php/WindowsList
See you in 20 years.
BUWHAHHAHAHAHahahahahahahahahahahahahahahahahahahahahahahaha