Examine Quest items?

hegvape

Well-Known Member
Hi everyone

I have been working on a small script to control my bots to answer quest popups and I have a smaller issue that I cant figure out myself.

Does anyone have a clue how to control or what the name of the attached window is in the UI? Please see the attached file.

I hope there anyone out there that can help me.

Thanks

Val
 

Attachments

Amadeus

The Maestro
Staff member
Have you tried this?

Code:
[SIZE=2]EQ2UIPage[ProxyActor,Conversation].Child[composite,replies].Child[button,1]:LeftClick
[/SIZE]


Or,

Code:
[SIZE=2]ReplyDialog:Choose[1]
[/SIZE]
 
Top Bottom