Game Guides Archive
Thread: Tuesday Tip February 8, 2005 Having trouble keeping behind enemy ships?
Tips can be anything that you think would be useful to other players but may not include exploits.
Check out last week's tips
teh_n00b123 wrote:
Nice tip, TH take the day off though?
Yes, we do allow that every so often =P
Tiggs wrote:
teh_n00b123 wrote:
Nice tip, TH take the day off though?
Yes, we do allow that every so often =P
WHAT!?!?! Thats unheard of!! O want my money back!! SLAVE TO THE MACHINE!! ![]()
Anyhow... My tip for the week is about calling a swoop in a busy starport. Ever have times in theed or coronet that you lag when trying to call out your speeder from the datapad?? Well I did. Origionally I put my speeder on the toolbar... one-click-calling... but took up a valuable slot, so here is my workaround:
- Place the speeder in an unused toolbar box (mine is on toolbar 3, second box)
- Create a macro with the following text
- /ui actiontoolbarPane02 (in my case thats toolbar #2)
- /pause 0.2
- /ui action toolbarSlot01 (01 is the second box on the toolbar)
- /pause 0.5
- /target speeder
- /pause 0.2
- /mount
I named my macro "callswoop" and set an alias:
/alias swoop /macro callswoop
Now all I have to do is type /swoop and poof... called and mounted. Works well to put it away as well ![]()
TitanTen wrote:
sick of typing /r and half a message just to have a new person send you a tell? An easy way to /tell a specific person is to make an alias for their name. Also very helpfull if you have a friend with a hard to type name (wookies come to mind)
/alias tf /tell friendsname
the "tf" can be what ever you want but i usually keep it a 't' for tell and then the first letter of the friends name.
after you set the alias all you have to do to tell the person is type /tf and type your message. No more annoying interuptions.
Wow, I never knew that. I'll have to give it a try.
Zeon_Zaku wrote:
TitanTen wrote:
sick of typing /r and half a message just to have a new person send you a tell? An easy way to /tell a specific person is to make an alias for their name. Also very helpfull if you have a friend with a hard to type name (wookies come to mind)
/alias tf /tell friendsname
the "tf" can be what ever you want but i usually keep it a 't' for tell and then the first letter of the friends name.
after you set the alias all you have to do to tell the person is type /tf and type your message. No more annoying interuptions.
Wow, I never knew that. I'll have to give it a try.
I have a flight stick with a thrust control, which I think helps me even more. I am constantly adjusting my speed to better manuever around my target and into better attack positions.
Flying at constant full throttle isn't always the best way to win a dogfight!
TitanTen wrote:
sick of typing /r and half a message just to have a new person send you a tell? An easy way to /tell a specific person is to make an alias for their name. Also very helpfull if you have a friend with a hard to type name (wookies come to mind)
/alias tf /tell friendsname
the "tf" can be what ever you want but i usually keep it a 't' for tell and then the first letter of the friends name.
after you set the alias all you have to do to tell the person is type /tf and type your message. No more annoying interuptions.
Yeah, this has been one of my favorites fo a long time... especially with some people with difficult to remember names (you all know the ones... the people with 13 or 14 letters in their name that everyone calls "X" for short??) /X is a Forcesend!! ![]()
Of course, with the upcoming publish, that's about to get alot easier too (/whisper devs thanks guys!!)
Dormax wrote:
Tiggs wrote:
teh_n00b123 wrote:Nice tip, TH take the day off though?
Yes, we do allow that every so often =PWHAT!?!?! Thats unheard of!! O want my money back!! SLAVE TO THE MACHINE!!
Anyhow... My tip for the week is about calling a swoop in a busy starport. Ever have times in theed or coronet that you lag when trying to call out your speeder from the datapad?? Well I did. Origionally I put my speeder on the toolbar... one-click-calling... but took up a valuable slot, so here is my workaround:
- Place the speeder in an unused toolbar box (mine is on toolbar 3, second box)
- Create a macro with the following text
- /ui actiontoolbarPane02 (in my case thats toolbar #2)
- /pause 0.2
- /ui action toolbarSlot01 (01 is the second box on the toolbar)
- /pause 0.5
- /target speeder
- /pause 0.2
- /mount
I named my macro "callswoop" and set an alias:
/alias swoop /macro callswoop
Now all I have to do is type /swoop and poof... called and mounted. Works well to put it away as well
Thanks that would be useful, I will build one. In addition you may want to add this line to the end of yours:
/ui action toolbarPaneXX (XX being your default toolbar, 00 for most of us)
That way you don't find yourself hitting a key you didn't intend to due to being left on the wrong pane. You also missed a space between action toolbarPane02, no biggie unless someone unfamiliar with macros tries to copy it verbatim.