Dancer Archive
Thread: Dancer and Music Macros
Page 1 of 1
A-rose
Wed Aug 04, 2004 9:44 pm
#1
how doi do a dancer macro ?
and how do i do a music macro?
if someone would be kind enough to post one for me
Name : Slith
Server : Bloodfin
aka
Name : Jedgar
Server : ShadowFire
Afelirick
Wed Aug 04, 2004 10:50 pm
#2
lol, wanna master your entertainer stuff before the macro change, hm?
picklesSW
Thu Aug 05, 2004 4:36 am
#3
Always look for a FAQ on forums such as this before asking a question. Your question has been asked hundreds of times, that's why we have a FAQ. It's up top and it has the answers you seek.
A-rose
Thu Aug 05, 2004 9:08 pm
#4
yes, but i made two macros and both of them while i go AFK the stop .... how do i make one that won't stop when i go AFK
kirah_ashlin
Fri Aug 06, 2004 4:18 am
#5
You aren't serious are you? You want US to tell you how to AFK? ROFLOL!
Gotta love the trolls . . . . .
Doriana
Fri Aug 06, 2004 8:37 am
#6
A-rose wrote:yes, but i made two macros and both of them while i go AFK the stop .... how do i make one that won't stop when i go AFK
You don't?
Naish
Sat Aug 07, 2004 12:39 am
#7
I'll assume you already know how to write and activate a macro.
Here are several macros that I use.
Fourishing
This macro is used to keep you flourishing. That way you max your xp. This will drain your action bar fast unless you are a human and migrate all your stats to action and it's regen sub stats.
macro name: autoFlourish
/flo1;
/pause 3;
/flo 2;
/pause 3;
/flo 3;
/pause 3;
/flo 4;
/pause 3;
/macro autoFlourish;
Auto Joining Groups
You want to be in a group so most people run a macro that will auto join with anyone who invites them. It looks like this.
Macro Name: autoJoin
/join;
/pause 5;
/macro autoJoin;
Dance or Music starting macro
It's a good idea to keep a macro running that will start dancing or start playing music. The reason is, sometimes you may just stop, like if your action bar runs out.
Macro Name: autoDance
/startdance basic2;
/pause 15;
/macro autoDance;
There are two that you will need to use for music. If you are in a group you need to use one that just says /startmusic. If you are on your own, you need to specify the song.
Macro Name: autoMusic
/startmusic starwars1; or /startmusic;
/pause 15;
/macro autoMusic;
Self Healing if needed
If your not a human and you need to self heal every now and again, add this one to the list.
Macro name: healMyself
/ui action untarget;
/healdamage;
/pause 30;
/macro healMyself;
Hope that helps
Here are several macros that I use.
Fourishing
This macro is used to keep you flourishing. That way you max your xp. This will drain your action bar fast unless you are a human and migrate all your stats to action and it's regen sub stats.
macro name: autoFlourish
/flo1;
/pause 3;
/flo 2;
/pause 3;
/flo 3;
/pause 3;
/flo 4;
/pause 3;
/macro autoFlourish;
Auto Joining Groups
You want to be in a group so most people run a macro that will auto join with anyone who invites them. It looks like this.
Macro Name: autoJoin
/join;
/pause 5;
/macro autoJoin;
Dance or Music starting macro
It's a good idea to keep a macro running that will start dancing or start playing music. The reason is, sometimes you may just stop, like if your action bar runs out.
Macro Name: autoDance
/startdance basic2;
/pause 15;
/macro autoDance;
There are two that you will need to use for music. If you are in a group you need to use one that just says /startmusic. If you are on your own, you need to specify the song.
Macro Name: autoMusic
/startmusic starwars1; or /startmusic;
/pause 15;
/macro autoMusic;
Self Healing if needed
If your not a human and you need to self heal every now and again, add this one to the list.
Macro name: healMyself
/ui action untarget;
/healdamage;
/pause 30;
/macro healMyself;
Hope that helps
Page 1 of 1