Pilot Archive
Thread: /setcurrentSkilltitle guide for pilots
Page 1 of 2
KaiRan
Wed Dec 08, 2004 11:36 pm
#1
Fairly simple. This can also be used for /surrender.
And yeah, go to the menu and scroll down to the title you want... but you know what, this just works nicer when you want a macro or alias to set up mood, language, and title on startup to something new, all at the same time.
PRIVATEERS:
/setcurrentSkilltitlepilot_neutral_novice
/setcurrentSkilltitlepilot_neutral_starships_04
/setcurrentSkilltitlepilot_neutral_weapons_04
/setcurrentSkilltitlepilot_neutral_procedures_04
/setcurrentSkilltitlepilot_neutral_droid_04
/setcurrentSkilltitlepilot_neutral_master
ALIANCE PILOTS: [Thanks MTOCatalog! ]
/setcurrentSkilltitlepilot_rebel_navy_novice
/setcurrentSkilltitlepilot_rebel_navy_starships_04
/setcurrentSkilltitlepilot_rebel_navy_weapons_04
/setcurrentSkilltitlepilot_rebel_navy_procedures_04
/setcurrentSkilltitlepilot_rebel_navy_droid_04
/setcurrentSkilltitlepilot_rebel_navy_master
IMPERIAL PILOTS: [Thanks Scheedo! ]
/setcurrentSkilltitle pilot_imperial_navy_novice
/setcurrentSkilltitle pilot_imperial_navy_starships_04
/setcurrentSkilltitle pilot_imperial_navy_weapons_04
/setcurrentSkilltitle pilot_imperial_navy_weapons_04
/setcurrentSkilltitle pilot_imperial_navy_procedures_04
/setcurrentSkilltitle pilot_imperial_navy_droid_04
/setcurrentSkilltitle pilot_imperial_navy_master
/setcurrentSkilltitle pilot_imperial_navy_droid_04
/setcurrentSkilltitle pilot_imperial_navy_master
Message Edited by KaiRan on 01-07-2005 03:22 PM
KaiRan
Fri Dec 10, 2004 10:14 am
#2
found that pesky last one:
/setcurrentSkilltitle pilot_neutral_procedures_04
Quandry
Fri Dec 10, 2004 2:52 pm
#4
Is there a way to turn off the stupid titles so they STAY OFF even after server reset?
It was nice when i first got my master titles but well after a wile you get over it and you dont want to advertise you skills when your trying to do sompthing.
I wont even use a title on my second account because it wont go away...And im sick of turning it off every day.
It was nice when i first got my master titles but well after a wile you get over it and you dont want to advertise you skills when your trying to do sompthing.
I wont even use a title on my second account because it wont go away...And im sick of turning it off every day.
Azbjorn_Riis
Fri Dec 10, 2004 7:55 pm
#5
Infestus wrote:
whats wrong with just doing it via the communities tab?
gotta agreewith ya here... ya might even try to use the search ability while your on that menu....
KaiRan
Mon Dec 13, 2004 8:01 am
#7
Infestus wrote:
whats wrong with just doing it via the communities tab?
*sigh*
KaiRan wrote:
And yeah, go to the menu and scroll down to the title you want... but you know what, this just works nicer when you want a macro or alias to set up mood, language, and title on startup to something new, all at the same time.
So, for example, in the above situation of starting with a title, or the wrong title up, one might use the following:
/alias start /setcurrentSkilltitle;/mood shifty;/language zabrak
The result being the title changed to nothing, the language and mood set, all by just typing "/start" each time you log.
On the opposite end of the scale (for no good reason), there's my macro "show_off":
/setcurrentSkilltitle combat_pistols_master;
/pause 1;
/setcurrentSkilltitle combat_unarmed_master;
/pause 1;
/setcurrentSkilltitle combat_smuggler_master;
/pause 1;
/setcurrentSkilltitle pilot_neutral_master;
/pause 1;
/macro show_off ((yes, it still works))
Which cycles through my masteries... well, it will once I run the pilot master missions (just got 4444 last night).
To continue on the constructive side, say you have 2 outfits on the 6th toolbar. Normally you might have a macro that you've written to change to all the clothes on the first line for your ground combat gear, and say, a second macrotake off those clothes or armor and switch to your flight suit for space. Adding "/setcurrentSkilltitle combat_unarmed_master" to the former (TKM), and "/setcurrentSkilltitle pilot_neutral_master" to the second macro would change your title as well as your outfit.
Basically, hot keying macros with the /setcurrentSkilltitle command, or writing alieses with it, lowers the amount or repititive actions for those of us who change titles often. If you do it once a month, mousing to the communities tab is fine. Multiple times a day to the same 2 or 3 title settings might be more efficently handled through macroing the comand.
Message Edited by KaiRan on 12-13-2004 10:03 AM
tsxx1
Mon Dec 13, 2004 8:46 am
#8
I can't get this to work for the rebel tree. I've tried:
pilot_rebel_master
pilot_alliance_master
pilot_rebellion_master
pilot_rebelalliance_master
and quite a few others. None have worked so far. Anyone have any luck here?
KaiRan
Mon Dec 13, 2004 10:51 am
#9
First, start with novice, as the trouble might be with master... perhaps its "ace", perhaps not. That way we can eliminate the possibility of "master" being the issue. I would have expected "alliance" to work, based on the old E3 screen shots...
Here's where to look:
1) open up the "profiles" folder, normally found at "C:\Program Files\StarWarsGalaxies\profiles"
2) open the folder for the station name for the account the character in question is on.
3) Now open the folder for the galaxy the character is on, making the normal path: "C:\Program Files\StarWarsGalaxies\profiles\ [STATION NAME] \ [GALAXY NAME]"
4) In that folder,make a copy ofthe file with the ending " .uis ".Open the copy using "Open with" by right clicking, and select notepad.
IMPORTANT: DO NOT SAVE THE ORIGINALFILE AFTER OPENING IT!!! You are just opening it to browse around, make no changes! Working from a copy is safest.
5)Once the file has opened in notepad or wordpad, hit Ctrl+F to open the find tool, and search for "pilot" (remove quotes, of course)
6)Keep hitting "Find next" untill you see it in the proper context, in my case the line I found reads: "...NotificationMessageShownForSkill_pilot_neutral_droid_01... "
This should put you in the right spot to determine the propper syntax.In my line above, I can see that the 4th col of skills is known as "pilot_neutral_droid_" and the number 04 at the end is where I get the title, so "pilot_neutral_droid_04" should change my title.
EDIT: 2 things- #1- when you're done, delete the copy (wasted kb
), and #2- let us know how it works!
Message Edited by KaiRan on 12-13-2004 12:55 PM
MTOCatalog
Mon Dec 13, 2004 2:47 pm
#10
The proper syntax is pilot_rebel_navy_droid_04, etc. I can't find the one for master, though. Hmm..
Update: it works for master, too.
Update: it works for master, too.
Message Edited by MTOCatalog on 12-13-2004 03:53 PM
KaiRan
Mon Dec 13, 2004 3:25 pm
#11
Good work! Five stars for you!
Can anyone confirm the Imperial syntax? I'll alter the top post to reflect all titles for all 3 after Imperial is confirmed.
TheSkankinSpiv
Wed Jan 05, 2005 5:40 pm
#12
Many thanks Kai. The thing cycling through all my pilot titles makes me not regret having only one show up
FuryoftheStars
Wed Jan 05, 2005 6:46 pm
#13
Quandry wrote:
Is there a way to turn off the stupid titles so they STAY OFF even after server reset?
It was nice when i first got my master titles but well after a wile you get over it and you dont want to advertise you skills when your trying to do sompthing.
I wont even use a title on my second account because it wont go away...And im sick of turning it off every day.
hehe, I'm the same way. I used to have a macro setup to hit evertime I logged in, but that just got annoying after a while so I just finally shifted through my titles and found one that I didn't mind having up 24/7.
Page 1 of 2