uosteam

severus

Grandmaster
Hey fellaz, im trying to make the simplest of htkey macro but failing massively, so far ive been able to make an relativetile hotkey for north and south, but its not allowing me to do east/west

targettileoffset (x -1 y 0 z 0) + north works perfectly
targettileoffset (x 1 y 0 z 0) + south works perfectly

targettileoffset (x 0 y 1 z 0) east or west, cursor just disappears, sometimes it will drop a wall but itll drop onto my character not 1 y away
 

Arch Enemy

Grandmaster
Hey fellaz, im trying to make the simplest of htkey macro but failing massively, so far ive been able to make an relativetile hotkey for north and south, but its not allowing me to do east/west

targettileoffset (x -1 y 0 z 0) + north works perfectly
targettileoffset (x 1 y 0 z 0) + south works perfectly

targettileoffset (x 0 y 1 z 0) east or west, cursor just disappears, sometimes it will drop a wall but itll drop onto my character not 1 y away

Did you ever find the solution for this? I'm having the exact same problem, but I think you switched up your xyz coordinates.

North is x = 0, y = -1, z = 0, south is x =0, y = 1, z = 0

North and south work fine

Trying to do east and west as x=1, y = 0, z = 0, and x=-1, y = 0, z = 0 it just always places the wall directly on top of me
 
Top