Entertainer Archive

Thread: A mucisian and Entertainer macro

Lavithon
Wed Mar 16, 2005 8:15 am
#1

I just started on entertainer in Bloodfin. I've set up a macro but it wont' repeat itself. So, since I am someone who takles this exactly as they are, exactly, what should I put to make my dance macro repeat?



Lavithon- 3/2/2/2 CH--------3/1/2/2 BH on Corbantis

Maisland
Wed Mar 16, 2005 2:32 pm
#2

Since the Devs have stated that recursive macros will go away, you might want to just make your macros non-recursive from the start in order to be prepared and not fall into any bad habits. I am gradually converting all of my own macros to non-recursive ones already. It's not that hard to push an F# key every few minutes.



I survived the CU


I can not survive the NGE


KMZ
Wed Mar 16, 2005 3:23 pm
#3

That is an excelent point. You can create macros that will run for quite awhile without repeating. I'm also switching all my macros to non-recursive right now. It really is a button every five min. Doesn't take away from talking to friends or clients and only really affects the afkers and buffbots, who I could give a donkeys ball about.




(The Cheese Army Strikes Again!)
Devonshire Paget - Corbantis - Master Entertainer Master Musican Master Dancer
Somerset Paget - Bria - Smuggler

Light a man a fire and he will be warm for the night.
Light a man ON fire and he will be warm for the rest of his life.

I'm back after a long break. I have reactivated my account and am having a great time entertaining anyone who feels like listening to me play.
Lavithon
Wed Mar 16, 2005 7:36 pm
#4

OK then, could you tell me exactly how to use the pause thing? I type /pause 25; and it doesnt pause at all. That would really etend my macro if the dang things would work.



Lavithon- 3/2/2/2 CH--------3/1/2/2 BH on Corbantis

JazzHands
Wed Mar 16, 2005 8:12 pm
#5

/pause #; is the correct command...

Maybe you left out the space between the '/pause' and the number?



Nuula'kuun
Twi'lek Entertainer and Patron Saint of Mittens
- I support ATK people and playstyles.

Lavithon
Wed Mar 16, 2005 8:22 pm
#6

no, I DID put a psace between them. But it still doesnt take a real pause between them.



Lavithon- 3/2/2/2 CH--------3/1/2/2 BH on Corbantis

JazzHands
Wed Mar 16, 2005 8:36 pm
#7

/shrug, then I'm really not sure. Is the pause an abnormally lengthy period? (e.g. more than 300 seconds?)



Nuula'kuun
Twi'lek Entertainer and Patron Saint of Mittens
- I support ATK people and playstyles.

KMZ
Thu Mar 17, 2005 8:43 am
#8

with the pause thing, this might sound stupid but its something I find myself doing alot.

Make sure you wrote /pause and not /puase. It's a little thing, but not easy to see when you are typing it. Your mind will correct it so it looks right.

Just a thought. ^_^ good luck
-Dev




(The Cheese Army Strikes Again!)
Devonshire Paget - Corbantis - Master Entertainer Master Musican Master Dancer
Somerset Paget - Bria - Smuggler

Light a man a fire and he will be warm for the night.
Light a man ON fire and he will be warm for the rest of his life.

I'm back after a long break. I have reactivated my account and am having a great time entertaining anyone who feels like listening to me play.
Mentalbug
Thu Mar 17, 2005 9:12 am
#9

quick question here Maisland... do you have sound turned on while running this macro?
it all seems that it will mostly run the same damn one flourish over and over again, with slight variation every 5 flo... I had someone buffing me with a one flourish only macro once, almost killed myself



______________________

Issizz, party Lizard from outer space
Maisland
Thu Mar 17, 2005 1:09 pm
#10




Lavithon wrote:

OK then, could you tell me exactly how to use the pause thing? I type /pause 25; and it doesnt pause at all. That would really etend my macro if the dang things would work.




That should work. I just posted my "New and Improved" buffing macro in the musician forum and I use that exact same syntax. I am posting the macro here so you can look at it:


/Flo 2;

/Flo 1;

/Flo 1;

/Flo 1;

/Flo 1;

/pause 8;

/Flo 2;

/Flo 1;

/Flo 1;

/Flo 1;

/Flo 1;

/pause 8;

/Flo 2;

/Flo 1;

/Flo 1;

/Flo 1;

/Flo 1;

/pause 8;

/Flo 2;

/Flo 1;

/Flo 1;

/Flo 1;

/Flo 1;

/pause 8;

/Flo 2;

/Flo 1;

/Flo 1;

/Flo 1;

/Flo 1;

/pause 8;

/Flo 2;

/Flo 1;

/Flo 1;

/Flo 1;

/Flo 1;

/pause 8;

/Flo 2;

/Flo 1;

/Flo 1;

/Flo 1;

/Flo 1;

/pause 8;

/Flo 2;

/Flo 1;

/Flo 1;

/Flo 1;

/Flo 1;

/pause 8;

/Flo 2;

/Flo 1;

/Flo 1;

/Flo 1;

/Flo 1;

/pause 8;

/Flo 2;

/Flo 1;

/Flo 1;

/Flo 1;

/Flo 1;

/pause 8;

/Flo 2;

/Flo 1;

/Flo 1;

/Flo 1;

/Flo 1;

/pause 8;

/Flo 2;

/Flo 1;

/Flo 1;

/Flo 1;

/Flo 1;

/pause 8;

/daz 2;

/tt Ok, your buff is done.

Since this macro is meant to do a quick buff, the pauses, flourishes usedand the spacing of the flourishes is different from what they would be in a leveling macro, but the theory is much the same. You could replace every other /flo with a /pause, change the length of the /pausesand change some of the /flos to other /flos so it would be more interesting... and remove the /daz 2 and the /tt lines and put in an /echo (message) to let yourself know when to restart it, and it should work just fine.


P.S. You might also want to check out my "So you Want to be an Entertainer..." thread. I have a short sample macro inthere.

Message Edited by Maisland on 03-16-2005 11:24 PM



I survived the CU


I can not survive the NGE


Maisland
Thu Mar 17, 2005 6:11 pm
#11




Mentalbug wrote:


quick question here Maisland... do you have sound turned on while running this macro?
it all seems that it will mostly run the same damn one flourish over and over again, with slight variation every 5 flo... I had someone buffing me with a one flourish only macro once, almost killed myself







Heh... I normally have my regular flourishing macro running at the same time as I run this... so it doesn't sound too bad... and I originally made it to use when giving dance buffs as I have far more dancers than musicians. However, I did rewrite it for use by itself while playing music in this thread.



Since only one of my musicians does is not also a dancer, and since I have not actively played her in awhile, what normally happens is that I give someone a dance buff, switch to music, give a music buff, then switch back to dance... and I use the same buffing macro for both dance and music. Plus, as I said, I have my regular macro for flourishes running at the same time.



My regular macro for music is:



/flo 4;

/pause 5;

/flo 4;

/pause 5;

/flo 5;

/pause 5;

/flo 7;

/pause 5;

/flo 8;

/pause 5;

/flo 1;

/pause 5;

/flo 3;

/pause 5;

/flo 2;

/pause 5;

/flo 2;

/pause 5;

/flo 6;

/pause 5;

/flo 4;

/pause 5;

/flo 4;

/pause 5;

/flo 5;

/pause 5;

/flo 7;

/pause 5;

/flo 8;

/pause 5;

/flo 1;

/pause 5;

/flo 3;

/pause 5;

/flo 2;

/pause 5;

/flo 2;

/pause 5;

/flo 6;

/pause 5;

/flo 4;

/pause 5;

/flo 4;

/pause 5;

/flo 5;

/pause 5;

/flo 7;

/pause 5;

/flo 8;

/pause 5;

/flo 1;

/pause 5;

/flo 3;

/pause 5;

/flo 2;

/pause 5;

/flo 2;

/pause 5;

/flo 6;

/pause 5;

/flo 4;

/pause 5;

/flo 4;

/pause 5;

/flo 5;

/pause 5;

/flo 7;

/pause 5;

/flo 8;

/pause 5;

/flo 1;

/pause 5;

/flo 3;

/pause 5;

/flo 2;

/pause 5;

/flo 2;

/pause 5;

/flo 6;

/pause 5;

/echo ****** start over ******


I play Starwars 2 with the music macro (you will notice in that thread in the Musician Forum that I used this same tune to change the buffing macro there)... then my regular dance macro is:



/dist 2;

/changed exotic4;

/flo 1;

/pause 35;

/flo 3;

/pause 30;

/dist 2;

/changed basic2;

/flo 2;

/pause 25;

/flo 6;

/pause 15;

/flo 5;

/pause 15;

/dist 2;

/changed footloose;

/flo 2;

/pause 15;

/flo 6;

/pause 8;

/flo 7;

/pause 10;

/dist 2;

/changed exotic2;

/flo 1;

/pause 20;

/flo 2;

/pause 15;

/dist 2;

/changed popular2;

/flo 4;

/pause 15;

/flo 7;

/pause 11;

/flo 8;

/pause 9;

/dist 2;

/changed rhythmic2;

/flo 1;

/pause 15;

/flo 2;

/pause 11;

/flo 3;

/pause 15;

/dist 2;

/changed poplock2;

/flo 1;

/pause 10;

/flo 3;

/pause 15;

/flo 4;

/pause 15;

/echo ****** start over ******


Of course, the dance routine has some high level dances, so it would not really be good for a beginning entertainer (though I suppose that it could work with a few adjustments) and the timing of the flourishes is not really the best for leveling purposes, being intended to show each flourish in its entirity with as little of the base dances as I think I can get by with (taking lag into account). I made my buffing macro as bland as possible so it could be run at the same time as either of these macros with the minimum alteration of the routine I am actually doing. The buff macro will also work alone, but while this looks ok when doing a dance buff, as you noticed, it doesn't really sound good by itself when doing a music buff. After comparing the macro lengths, I also think I can make my dance macro longer than it is... and include more dances.





I survived the CU


I can not survive the NGE


Mentalbug
Fri Mar 18, 2005 2:44 am
#12

Im much releived reading that ^^
I made that kind of macro for the theatrical dance, though if they finally really fix the base dance this could need a complete "revamp" ^^
/me grabs Maisland's macros



______________________

Issizz, party Lizard from outer space
Maisland
Fri Mar 18, 2005 8:58 pm
#13




Mentalbug wrote:
Im much releived reading that ^^
I made that kind of macro for the theatrical dance, though if they finally really fix the base dance this could need a complete "revamp" ^^
/me grabs Maisland's macros



You are welcome to use any of my macros. one note though: while the dance macro is all mine, the music macro is just a lengthened version of a macro that someone else posted for use with Starwars 2.



I survived the CU


I can not survive the NGE


Page 1 of 1
Previous Next