eddie43302
Senior Member
Anyone know of anyone to set this to autoload when starting innerspace/isxeq2 and have it auto fill the name of the person to follow. Cause i use 6 pc's to box and it gets kinda annoying doing it on each one.
Put it in eq2botcommander as the target or use the autofollow in combat built into eq2botAnyone know of anyone to set this to autoload when starting innerspace/isxeq2 and have it auto fill the name of the person to follow. Cause i use 6 pc's to box and it gets kinda annoying doing it on each one.
<Button Name='NoMove'>
<X>5%</X>
<Y>50</Y>
<Width>90</Width>
<Height>20</Height>
<Text>NoMove</Text>
<AutoTooltip>Tell all bots no movement what so ever!</AutoTooltip>
<OnLeftClick>Script[EQ2BotCommander]:QueueCommand[call NoMove]</OnLeftClick>
<Font><Color>FFFF0000</Color></Font>
</Button>
<Button Name='EQFollow'>
<X>5%</X>
<Y>80</Y>
<Width>90</Width>
<Height>20</Height>
<Text>EQFollow</Text>
<AutoTooltip>Tell all bots to follow in combat using eq2bot</AutoTooltip>
<OnLeftClick>Script[EQ2BotCommander]:QueueCommand[call EQFollow]</OnLeftClick>
<Font><Color>FFFF0000</Color></Font>
</Button>
<Button Name='StayFollow'>
<X>5%</X>
<Y>200</Y>
<Width>90</Width>
<Height>20</Height>
<Text>StayFollow</Text>
<AutoTooltip>Always Follows Target</AutoTooltip>
<OnLeftClick>Script[EQ2BotCommander]:QueueCommand[call StayFollow]</OnLeftClick>
<Font><Color>FFFF0000</Color></Font>
</Button>