variable bool NoMove=FALSE
function NoMove()
{
if ${NoMove} == FALSE
{
NoMove:Set[TRUE]
UIElement[EQ2Bot Commander].FindChild[GUITabs].FindChild[Main].FindChild[NoMove].Font:SetColor[FF32CD32]
Relay all Script[EQ2Bot].VariableScope.NoAutoMovement:Set[TRUE]
Relay all Script[EQ2Bot].VariableScope.NoAutoMovementInCombat:Set[TRUE]
}
else
{
NoMove:Set[FALSE]
UIElement[EQ2Bot Commander].FindChild[GUITabs].FindChild[Main].FindChild[NoMove].Font:SetColor[FFFF0000]
Relay all Script[EQ2Bot].VariableScope.NoAutoMovement:Set[FALSE]
Relay all Script[EQ2Bot].VariableScope.NoAutoMovementInCombat:Set[FALSE]
}
}
<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>
More commonly called Jousting.a "back off of the mob ! Ae is comming !" would be so useful on fight like the fish before pera celtis :x
but i don't think eq2bot permit that so :/