Teras Kasi Archive
Thread: Powerboost Macro
Page 1 of 2
kestrellklein
Tue Oct 05, 2004 4:46 pm
#1
Anyone have a good one? I've searched the forum, and have tried my own to no avail. (i suck at macros)
Any help is appreciated!
Thanks.
kestrellklein
Tue Oct 05, 2004 4:49 pm
#2
Edit:
If anyone could show me how to make a CoB looping macro, that would be great as well.
Sorry for the double post. 
Atama
Tue Oct 05, 2004 4:55 pm
#3
I have a powerboost macro I use all the time.
It's like this...
/sit
/pause 2
/meditate
/pause 2
/powerboost
/pause 2
/stand
Then assign the macro to a hotkey and you can PB with a single button click. You need the pauses to avoid the "you can't do that when running" error.
It's like this...
/sit
/pause 2
/meditate
/pause 2
/powerboost
/pause 2
/stand
Then assign the macro to a hotkey and you can PB with a single button click. You need the pauses to avoid the "you can't do that when running" error.
DarthMinos
Tue Oct 05, 2004 5:51 pm
#4
kestrellklein wrote:
Edit:
If anyone could show me how to make a CoB looping macro, that would be great as well.
Sorry for the double post.
Okay:
Name the macro: cob
/centerofbeing;
/pause 30; (or whatever your duration is)
/macro cob
Voila.
PeteCJ1970
Tue Oct 05, 2004 8:12 pm
#6
I use this one I found in the TKA FAQ, it makes use of alarms:
/meditate;/pause 2;/powerBoost;
/alarmAddIn 0 2 \#ff9900Power Boost Ready\#;
/alarmAddin 0 6 \#ffff00Power Boost Two Minute Warning\#;
/alarmAddIn 0 7 \#ffff00Power Boost One Minute Warning\#;
/alarmAddIn 0 2 \#ff9900Power Boost Ready\#;
/alarmAddin 0 6 \#ffff00Power Boost Two Minute Warning\#;
/alarmAddIn 0 7 \#ffff00Power Boost One Minute Warning\#;
You need to adjust the second and third alarms to your current meditate level where:
Duration: 5 min + (meditation skill mod/100 * 5min) give or take 5%
http://forums.station.sony.com/swg/board/message?board.id=teras_kasi_artist&message.id=61745#M61745
Take a look at section 12.
Message Edited by PeteCJ1970 on 10-05-2004 08:22 PM
Atama
Wed Oct 06, 2004 11:20 am
#8
"/centerofbeing;
/pause 30; (or whatever your duration is)
/macro cob"
Don't forget to put "/ui action clearcombatqueue" in the beginning. Otherwise when the CoB macro activates, it will wait until every action in your combat queue is gone, leaving you temporarily vulnerable. Also, your pause should be 31 or 32 at TKM (I prefer 32) because lag will often throw it off by a second or two and could cause your CoB macro to fire when CoB hasn't worn off yet.
"/meditate;/pause 2;/powerBoost;"
This will fail. If you try to meditate without first sitting you will get an error. Also, it's a pain in the butt not to include a "stand" command in the macro, that's just adding another unnecessary step for the player that the macro itself can do.
EotchajCrestingcloud
Thu Oct 07, 2004 7:53 am
#9
Atama wrote:
I have a powerboost macro I use all the time.
It's like this...
/sit
/pause 2
/meditate
/pause 2
/powerboost
/pause 2
/stand
Then assign the macro to a hotkey and you can PB with a single button click. You need the pauses to avoid the "you can't do that when running" error.
Mine is very similar, although I don't use a macro. I assign an alias as:
/alias pb /sit; /pause 2; /meditate; /pause 2; /powerboost; /stand
then when I want to powerboost I just type /pb
DrakkoFett
Thu Oct 07, 2004 8:26 am
#10
Hello. I'm new to the TKM profession, and first time posting on this forum.
For Center of being macro I just use,
Name macro cob
/centerofbeing;
/macro cob;
That way I don't have to clear the combat queue, and I am always centered. I just have to put up with the constant spam "you are already focusing on defense with this weapon" on my screen. But it works best for me.
Sasher Redo - shadowfire
Phenix1050
Thu Oct 07, 2004 8:39 am
#11
DrakkoFett wrote:
Hello. I'm new to the TKM profession, and first time posting on this forum.
I just have to put up with the constant spam "you are already focusing on defense with this weapon" on my screen. But it works best for me.
Sasher Redo - shadowfire
throw a pause in there after the /centerofbeing...
so it'd be
/centerofbeing;
/pause 30;
/macro cob;
That way, you don't have to deal with that message.
DarthMinos
Thu Oct 07, 2004 2:14 pm
#12
Good point.
Atama wrote:
"/centerofbeing;
/pause 30; (or whatever your duration is)
/macro cob"
Don't forget to put "/ui action clearcombatqueue" in the beginning. Otherwise when the CoB macro activates, it will wait until every action in your combat queue is gone, leaving you temporarily vulnerable. Also, your pause should be 31 or 32 at TKM (I prefer 32) because lag will often throw it off by a second or two and could cause your CoB macro to fire when CoB hasn't worn off yet.
Mater_Gunfighter
Thu Oct 07, 2004 9:19 pm
#13
I use a macro for pb that goes:
/powerboost
/sit
/meditate
That way i can sit and meditate mind wounds, then hit it again for the pb
Page 1 of 2