AC
TOOL NOT REQUIRED Doctor Buffbot
Doctor
buffbot is intended for a bot that you set up in your
house. This is how it works; it will auto-join anyone who
invites you to a group. Once a person invites you to a
group the bot will select the leader of the group with
this command /ui action targetGroup0; and enhance his
stats. In order to prevent buffing yourself a /target
<letter here> command is performed before going
into buff mode. The /target mode selects anything that
starts with whatever letter you type in, for example if
you type /target b, it will target the nearest bank. It
doesn't matter what you target just as long as you target
something.
Advertisement
macro
The purpose of this macro is to advertise your buff bot,
as well as provide general useage instructions. The only
reason for breaking this down into 2 seperate macros is
to prevent the macro from being truncated when you
logout.
/shout If you need to be buffed, please pay the entry
fee, then invite me to your group. NO OVERTS. IF YOU ARE
OVERT I CANNOT BUFF YOU (I'm neutral) ;
/pause 2;
/say Please note that sometimes it will take me up to 5
minutes to respond to you due to the fashion in which
this macro works.;
/pause 2;
/say Please make sure you are not in a group when you
invite me, else I might end up not buffing you.;
/pause 2;
/say should I run out of medicine, please notify me via
email as to this for a full refund.;
--------------------------------------------------------------------------------
Buff
Macro
This is the main buffing macro. It functions as follows:
Initiates the Advertising macro.
Pauses to allow the Advertising macro to complete.
Target a non-player, non self. In this example I target
the first targetable item in range beginning with the
letter M. (this happens to be a merchant tent a few
meters from my medical center)
Join a group. Being invited to a group is the only way
that the macro will be able to target the person to be
buffed. This is done twice in case of server lag.
Enhance target.
Disband Group.
Target a non player. This is done just for redundancy
reasons.
Restart the Macro
/macro
advertising ;
/pause 26;
/target m;
/pause 2;
/join;
/pause 15;
/ui action targetGroup0;
/ui action targetGroup0;
/pause 5;
/say Hail and well met %NT. I hear you need some
enhancements before your next battle.;
/healenhance action;
/pause 25;
/healenhance quickness;
/pause 25;
/healenhance stamina;
/pause 25;
/say Ok %NT, We are almost done! If you are waiting in
line I'll be with you soon. (Remember no Overts!);
/healenhance strength;
/pause 25;
/healenhance constitution;
/pause 25;
/healenhance health;
/pause 25;
/disband;
/pause 3;
/say thank you\! Good luck in battle!
/pause 20;
/target m;
/ui action toolbarSlot01;
|