Protecting Healer
Moderator: Moderators
-
- Noob
- Posts: 4
- Joined: 07 Jun 2012, 20:10
- Noob?: Yes
Protecting Healer
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
-
- The Kore Devil
- Posts: 672
- Joined: 22 Feb 2013, 03:40
- Noob?: No
- Location: The Netherlands
-
- Testers Team
- Posts: 94
- Joined: 09 Sep 2009, 04:34
- Noob?: No
- Location: USA
Re: Protecting Healer
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.