Auto healing?

Topics related to Second Age
Post Reply
njhowen
Posts: 38
Joined: Sun Jan 13, 2013 3:31 am

Auto healing?

Post by njhowen »

Is there a macro that would help me to automate healing during PvM, im skilling up in healing the old fashioned way... but tired of repetition.. (the old fashioned way)...

Is there a macro that would know when my healing has finished/failed and must start again?

Casey
UOSA Subscriber!
UOSA Subscriber!
Posts: 604
Joined: Tue Aug 23, 2011 8:50 pm

Re: Auto healing?

Post by Casey »

Create your own macro...

If hits <= 90 (or whatever number you choose)
double click bandage
target self
pause 15 seconds (time it takes to complete a self heal)

That's pretty much it.

You can also add to it in case you are poisoned, since the time it takes to cure poison is 3 seconds more than a regular heal (18 seconds).

If sys msg "you have been poisoned"
double click bandage
target self
pause 18 seconds

If sys msg "You are cured"
double click bandage
target self
pause 15 seconds

run the macro on loop while you are out hunting.

njhowen
Posts: 38
Joined: Sun Jan 13, 2013 3:31 am

Re: Auto healing?

Post by njhowen »

But doesn't being hit increase the timer as 'your hands slip'?

UsualSuspect
Posts: 415
Joined: Sat Feb 18, 2012 10:24 pm

Re: Auto healing?

Post by UsualSuspect »

It's always 15 seconds, unless you're poisoned. then it is 17 seconds. Fingers slipping just makes it heal for less total.

UsualSuspect
Posts: 415
Joined: Sat Feb 18, 2012 10:24 pm

Re: Auto healing?

Post by UsualSuspect »

I used to macro it with a toon getting hit, walking between two boxes on the floor. He would walk into the healers range when he was low on life, therefore increasing skill gain by healing him low. And he would walk back into getting hit when he was higher on life. Once you hit 80 just heal a ghost over and over.

User avatar
Blaise
UOSA Donor!!
UOSA Donor!!
Posts: 2466
Joined: Mon Feb 14, 2011 12:13 am
Location: Trammel

Re: Auto healing?

Post by Blaise »

Use bandage by type, target self, pause .5s, If Sys message 'you begin', pause 18s
This will account for poison curing as well as straight healing and only pause the requisite time IF you need it.
Est Sularus oth Mithas

Post Reply