You probably could adjust every teleport()
line, where it ports to your return point, to the following:
teleport(Crystarium)
to
sendIcon(1,2,10.0)
teleportIf(Crystarium)
– Adjust your return point to be the same destination you specifiy in the teleportIf()
function
– Make sure, that you adjust the sendIcon() parameters to match your position of the return skill. In this example it has to be on the first hotbar and second slot on it.
Didn’t tested it, might need to up the delay a bit (in this example the 10.0
, if you need to up it, you should use afkFor() function instead) but should work and use the return skill everytime it’s ready and if not normally teleports you there.
-
This reply was modified 4 years, 3 months ago by
Nekro. Reason: wording