Teras Kasi Archive
Thread: TKM/Master Doctors..macro question..
Page 1 of 1
chown2
Fri Jan 30, 2004 2:13 pm
#1
I'm at work, so I can't get all the commands right, but you should be able to look it up in the game. Just make macro that does all the heals in order. Something like:
/cureDisease self;
/curePoison self;
/healState self;
/heald self;
Just put the healdamage last. Because of the timer, it'll only do 1 heal at a time. If you don't have any states to heal, it'll heal your damage.
/cureDisease self;
/curePoison self;
/healState self;
/heald self;
Just put the healdamage last. Because of the timer, it'll only do 1 heal at a time. If you don't have any states to heal, it'll heal your damage.
chuckbaca
Fri Jan 30, 2004 5:24 pm
#2
Put the cure for poison and disease inspecific spots on your tool bar, let's say 01 and 02.
Then,Target Self.Pause in-between to use both say for ten seconds.
the code would look something like this:
/targetSelf;
/ui actionToolbarSlot01;
/pause 20;
/ui actionToolbarSlot02;
Please check the syntax, but this is the general idea.
ITK5
Sat Jan 31, 2004 1:25 am
#3
YO guys..need your help.
Is there a macro I can create that will let me heal poisen or diease???
something like:
/cure self diease
/cure self health
I posted on the Doctor forum.. but no reply.
Thank you in advance.
Is there a macro I can create that will let me heal poisen or diease???
something like:
/cure self diease
/cure self health
I posted on the Doctor forum.. but no reply.
Thank you in advance.
Page 1 of 1