Page 2 of 2

Re: LF sampires !

Posted: January 4th, 2018, 7:39 pm
by Tanya
Well there is unfortunately still some bug in this macro. 2 people reported me that sometimes it stop attacking.
Not sure what is the problem, I think maybe some kind of infinite loop while waiting or something else,
need to check it better. Maybe add more pauses... I don't have much time now to debug it lol

Re: LF sampires !

Posted: January 4th, 2018, 11:37 pm
by The Silvertiger
Tanya wrote:Well there is unfortunately still some bug in this macro. 2 people reported me that sometimes it stop attacking.
Not sure what is the problem, I think maybe some kind of infinite loop while waiting or something else,
need to check it better. Maybe add more pauses... I don't have much time now to debug it lol
2 issues...
else target 'miasma' [No biggie]

while @inrange 'miasma' 1
[Needs an if dead clause or it looks for something that isn't there.]

The Silvertiger solution:

Put this in the while not inrange clause:
if dead 'miasma'
playmacro '[insert macro name here]'
endif


Only things I saw.

GL HF