The LootWindow TLO

Tyric

Active Member
I've been looking for a way to disarm a chest through isxeq2.

Can anyone tell me whether or not this is currently possible with the current version of isxEQ2 or not?

It appears the LootWindow TLO refers to window when you normally double click a chest that pops up and has accept, selected, cancel. This isn't what I am looking for, but it's close. Is there a way to access context menu's like this using isxEQ2?

Tyric
 

insanitywiz

Senior Member
It's been said it can be done using apply_verb here , but for the life of me I can't wrap my head around how to apply it to a chest.
 

Ronin

Active Member
EQ2execute "/apply_verb ${Actor[tradeskill_work_order_desk].ID} Search Invoices"
Wouldn't it be something similar to this?

maybe with a CreateCustomArray to sort mobs, npcs, specials, chests etc. by distance, picking the closest Chest type and use that instead of tradeskill_work_order_desk and ofcourse using Disarm/Disarm Chest(not sure what the actual string is) instead of Search Invoices?

//Ronin
 

insanitywiz

Senior Member
Thats what I would assume, but I've tried inserting it into EQ2bot's Checkloot function and haven't had any luck, but it's likely my understanding of the syntax thats lacking.
 

v01d

Well-Known Member
The syntax "should be...

EQ2execute "/apply_verb ${Actor[Chest].ID} Disarm"

to disarm the nearest "Chest" asumming "Disarm" is what you see when you right click on the chest. (I don't play a disarm class so I don't know the string)

v01d
 

insanitywiz

Senior Member
Ooookay, I guess I should read all the words in a post before using info out of it...heh, all fixed and working thanks V01d
 
Last edited:
Top Bottom