Protecting Healer

International

Moderator: Moderators

Message
Author
haean
Noob
Noob
Posts: 4
Joined: 07 Jun 2012, 20:10
Noob?: Yes

Protecting Healer

#1 Post by haean »

hey my Fighter/Tanker will never kill the mobs that are attacking the healer that is autofollowing him eventually leading to the healer dieing can someone please tell me how to fix that

Raider
The Kore Devil
The Kore Devil
Posts: 672
Joined: 22 Feb 2013, 03:40
Noob?: No
Location: The Netherlands

Re: Protecting Healer

#2 Post by Raider »


User avatar
twist3d
Testers Team
Testers Team
Posts: 94
Joined: 09 Sep 2009, 04:34
Noob?: No
Location: USA

Re: Protecting Healer

#3 Post by twist3d »

Add this to your macros.txt

Code: Select all

automacro statusRecover {
   run-once 1
   class Priest
   console /Monster (.*) \((\d+)\) attacks you /i
   call statusRecoverynow
   timeout 8
}
macro statusRecoverynow {
   $m = $.lastMatch2
   do sm 72 $m
   $mymap = $.map
   $lockmap = @config (lockMap)
   $master = @config (followTarget)
   $mon = $.lastMatch2
   if ($mymap != $lockmap) goto stop
   do pm "$master" a $mon
   :stop
	stop
   release statusRecover
}
Member since 09/09/09, botter since its first creation days. Thanks Kura for the original Kore.

Post Reply