Right, the first macro is a flourish macro, call this macro - flourishMacro
(obviously!!)
/tell Donal flourishMacro started...
/flourish 1;/pause 20
/dazzle (NOTE: these extra embelishments can be modified later to add other accents, but these are the first 3 you get. You will get system messages telling you that you can't do them when you are doing your off-skill, but it hurts nothing and adds no extra time to the loop.)
/flourish 2;/pause 20
/spotlight
/flourish 3;/pause 20
/colorlights
/bandflourish 1;/pause 20
/dazzle
/flourish 4;/pause 20
/spotlight
/flourish 5;/pause 20
/dazzle
/flourish 6;/pause 20
/colorlights
/flourish 7;/pause 20
/spotlight
/bandflourish 2;/pause 20
/dazzle
/flourish 8;/pause 20
/tell Donal flourishMacro complete!
- for a bit of fun:
Call this macro - tendDMacro
/tell Donal tendDMacro started...
/sit You will keep trying to stand up, so this puts you back on the floor!
/pause 5
/tendDamage
/sit
/pause 20
/tendDamage
/sit
/pause 20
/stand
/tell Donal tendDMacro complete!
Call this macro - practiceDance
/tell Donal practiceDance started...
/stand
/pause 10
/startdance Formal;/pause 5 replace this with your highest Dance.
/ui action toolbarPane05 change the toolbar pane to our entertainer bank
/ui action toolbarSlot18 call flourishMacro
/pause 250 this must be greater than the time it takes for the flourishMacro to run!
/stopDance;/pause 5
/bow;/pause 10
/ui action toolbarPane05 change the toolbar pane to our entertainer bank
/ui action toolbarSlot19 call tendDMacro
/pause 60
/tell Donal practiceDance complete!
/ui action toolbarSlot22
Call this Macro - practiceMusic
/tell Donal practiceMusic started...
/stand;/pause 5
/startmusic Ballad;/pause 10 replace this with your highest Song. (NOTE: If you are in a Band this is irrelevant, as you will automatically join the currently playing song. )
/ui action toolbarPane05 change the toolbar pane to our entertainer bank
/ui action toolbarSlot18 call flourishMacro
/pause 250
/stopMusic;/pause 20
/bow;/pause 10
/ui action toolbarPane05 change the toolbar pane to our entertainer bank
/ui action toolbarSlot19 call tendDMacro
/pause 60
/tell Donal practiceMusic complete!
/ui action toolbarSlot23
*Donal does not have to be the name, change it to the player you want to tell this to!!
In order to finish out my first-profession skills to reach Master Entertainer, I had to knuckle down and do Image Design. Not being one to take the direct route, I quickly realized that a short script and a little ingenuity would help ease the boredom of getting this skill up to level 4. This script worked for a couple of reasons; you do not have to actually change a persons appearance to get XP so long as you COMMIT the change and they ACCEPT it, you can move the Image Design menu dialogs around and they will usually stay where you put them.
So, step one is to manually do a few designs, paying close attention to which modification gives you the best XP per design. I do not recall which were best at ImageDesign I and II, but when working on III Face.EyebrowColor will give you 50 per attempt, and once you master ImageDesignIII, Face.EyeColor will give you 75 points per attempt. Each time you do it, try to move the dialogs around so that the button you want appears where your mouse already is. Ideally, you should be able to commit a design with 3 clicks without moving your mouse at all. BTW, you will need a good friend for this process who does not mind just clicking ACCEPT over and over as rapidly as possible. Setup the imageDesignLoop macro, below, and get ready to do alot of clicking! There are 12 iterations of the design attempt per loop because that is how many I could do in rapid succession before my Mind was shot. Your mileage may vary...
NOTE: if you create a similar macro when the lines that start /say %TT, they should have been /tell %TT but the %TT variable is bugged right now and will not render in /tell or /group. Later this can be fixed to make the script run quieter.
Any questions add me to your friends list:
My SWG account name is: SweetAssGamer
Thank You, Enjoy!
- And may the force be with you!
|