my cleric bot is at: http://macroquest2.com/phpBB2/viewtopic ... 8315#18315BOT tells you, 'Commands: afk, accept, reject, invite, mana, follow stop, evac, moveto, sit, stand, sn, camp, duck, run, say, 0'
/Bored
Moderator: MacroQuest Developers
my cleric bot is at: http://macroquest2.com/phpBB2/viewtopic ... 8315#18315BOT tells you, 'Commands: afk, accept, reject, invite, mana, follow stop, evac, moveto, sit, stand, sn, camp, duck, run, say, 0'
Code: Select all
/varset CmdList "$a(1,0), $a(1,1), $a(1,2), $a(1,3), $a(1,4), $a(1,5) $a(1,6),
$a(1,7), $a(1,8), $a(1,9), $a(1,10), $a(1,11), $a(1,12), $a(1,13), $a(1,14), $a(1,15),
$a(1,16), $a(1,17), $a(1,18), $a(1,19), $a(1,20), $a(1,21), $a(1,22), $a(1,23), $a(1,24),
$a(1,25), $a(1,26), $a(1,27), $a(1,28), $a(1,29), $a(1,30), $a(1,31), $a(1,32), $a(1,33),
$a(1,34), $a(1,35), $a(1,36), $a(1,37), $a(1,38), $a(1,39), $a(1,40), $a(1,41), $a(1,42),
$a(1,43), $a(1,44), $a(1,45), $a(1,46), $a(1,47), $a(1,48), $a(1,49), $a(1,50)"
Code: Select all
/for v74 0 to 50
/if $a(1,$v74)!=0 /varset CmdList "$Cmdlist $a(1,$v74), "
/next v74
/if $a(1,50)!=0 /varset CmdList "$Cmdlist $a(1,50)"
Code: Select all
/varset CmdArraySize $int($return)
/for Counter 0 to $CmdArraySize
/varset CmdList "$CmdList $a(1,$Counter),"
/next Counter