Mein Problem ist inzwischen gelöst. Ich hab mir sagen lassen dass das Makro nicht komplett abbricht wenn es kein Ziel findet, sondern einfach weiter abgearbeitet wird. Deswegen sieht mein Makro inzwischen so aus:
Code:
/micon "Apokatastasis"
/ac "Apokatastasis" <tt>
/ac "Apokatastasis" <t>
/ac "Apokatastasis" <2>
/p Apokatastasis applied! Incoming magic damage reduced by 20% for 12 seconds! <se.4> <wait.12>
/p Apokatastasis worn off! <se.11>
@radioactive_lego
I thought that macros stop completely if they cant find a target (for example, if Nael lift up). That's why I wanted to know whether a macro can be programmed such that it can autonomously to target a different target. With gimmicks like "if" and "else".