Nice try on your macro. The logic is there, but the syntax is shouting "Oh shit!"
Also, issuing a move command may not be the best solution as this may conflict with other AI routines along the way. So like I said, setting lockMap_x and _y will force the bot to move on its own to that spot as intended.
Maybe others can help you build your macro correctly.
BTW, the doCommand block will fairly do well for this purpose.
Code:
## This assumes there are only two doCommand blocks in your config.txt
doCommand conf lockMap_x 100;;conf lockMap_y 100;;conf doCommand_0_disabled 1;;conf doCommand_1_disabled 0 {
inLockOnly 1
whenStatusInactive Blessing, Increase AGI
disabled 0
timeout 10
}
doCommand conf lockMap_x none;;conf lockMap_y none;;conf doCommand_0_disabled 0;;conf doCommand_1_disabled 1 {
inLockOnly 1
whenStatusActive Blessing, Increase AGI
disabled 0
timeout 10
}
You can also set lockMap_randX and Y if you wish so you won't easily be pranked by warpers.