Search found 2 matches

by sgb162
27 May 2009, 03:29
Forum: Tips & Tricks
Topic: always your slave priest losting its master?i have solution
Replies: 10
Views: 31797

Re: always your slave priest losting its master?i have solution

You're absolutely right, thats what I get for trying to write shit off of my head instead of referencing my actual macro file.


And writing macros that kore already does for you. D'oh. (IE find auto if the followtarget is in party x.o)
by sgb162
24 May 2009, 14:35
Forum: Tips & Tricks
Topic: always your slave priest losting its master?i have solution
Replies: 10
Views: 31797

Re: always your slave priest losting its master?i have solution

I use automacro findmas { console /I lost my master/ call { $lost = 1 do party } } automacro findmas2 { var $lost = 1 console /[$0-9 ]*([A-Z,a-z,0-9]*) [ a-z.]* ([0-9]+), ([0-9]+)/ call { if ($.lastMatch1 == @config (followTarget)) $getpos = $.lastMatch2 @eval ( $.lastMatch3 - 2) do move $getpos } }...