THE .iss
function HailT()
{
relay all eq2execute /target ${Target}
wait 10
relay all eq2execute /Hail
}
function Hail1()
{
relay all EQ2UIPage[ProxyActor,Conversation].Child[composite,replies].Child[button,1]:LeftClick
wait 10
}
function Hail2()
{
relay all EQ2UIPage[ProxyActor,Conversation].Child[composite,replies].Child[button,2]:LeftClick
wait 10
}
function Hail3()
{
relay all EQ2UIPage[ProxyActor,Conversation].Child[composite,replies].Child[button,3]:LeftClick
wait 10
}
Keep in mind I changed my script from EQ2botcommander to just CMDR. To customize it to my needs so just change it backThe .xml
<Button Name='HailTarget'>
<X>5%</X>
<Y>140</Y>
<Width>20</Width>
<Height>20</Height>
<Text>H</Text>
<AutoTooltip>Hails Masters Target</AutoTooltip>
<OnLeftClick>Script[CMDR]:QueueCommand[call HailT]</OnLeftClick>
</Button>
<Button Name='1'>
<X>16%</X>
<Y>140</Y>
<Width>20</Width>
<Height>20</Height>
<Text>1</Text>
<AutoTooltip>1</AutoTooltip>
<OnLeftClick>Script[CMDR]:QueueCommand[call Hail1]</OnLeftClick>
</Button>
<Button Name='2'>
<X>27%</X>
<Y>140</Y>
<Width>20</Width>
<Height>20</Height>
<Text>2</Text>
<AutoTooltip>2</AutoTooltip>
<OnLeftClick>Script[CMDR]:QueueCommand[call Hail2]</OnLeftClick>
</Button>
<Button Name='3'>
<X>38%</X>
<Y>140</Y>
<Width>20</Width>
<Height>20</Height>
<Text>3</Text>
<AutoTooltip>3</AutoTooltip>
<OnLeftClick>Script[CMDR]:QueueCommand[call Hail3]</OnLeftClick>
</Button>
Wired, were you able to put anything together? I am real interested in this. I run 4 instances at once. Normally, I run quests and it is a pain in the arse to click through each instance to get quests. I do it, but if there is an easier way, I am all for it!If anyone can get wanted changes and samples consolidated into the EQ2BotCommander post I'm looking to see if I can pickup a netbook tonight as I have a long car ride saturday and could try to get it all programmed in then tested later that night.