How to setup macro to mine all surrounding tiles?
Posted: Mon Mar 18, 2013 9:35 am
Hey all!
I've been trying to setup a macro that will mine all closest 9 tiles around me. One in each direction and the one I'm standing on. It wont work though, it'll not run through all my hotkeys that I made (for each direction)
For example:
Hotkey for North direction:
1. D-click pickaxe
2. Wait for target
3. Relative location
First I put in all direction hotkeys like this:
N
NE
E
SE
S
SW
W
NW
0 (tile I'm standing on)
Then I added an If-conditional after each one (If "no metal") so it would switch to mining in a new direction.
Basically, I wish to make it so that if one tile is dry of ore, I want to mine the next tile in the queue. It seems only to do the first two or so and then restart. Is it even possible to make a macro like this (cause I've not seen any such macro when searching the forums)?
I've been trying to setup a macro that will mine all closest 9 tiles around me. One in each direction and the one I'm standing on. It wont work though, it'll not run through all my hotkeys that I made (for each direction)
For example:
Hotkey for North direction:
1. D-click pickaxe
2. Wait for target
3. Relative location
First I put in all direction hotkeys like this:
N
NE
E
SE
S
SW
W
NW
0 (tile I'm standing on)
Then I added an If-conditional after each one (If "no metal") so it would switch to mining in a new direction.
Basically, I wish to make it so that if one tile is dry of ore, I want to mine the next tile in the queue. It seems only to do the first two or so and then restart. Is it even possible to make a macro like this (cause I've not seen any such macro when searching the forums)?