Iscariot's Guide to the Triform Warshade


Aleksander

 

Posted

Dude, this is an awsome guide. You did a great job! Thanks for all the information. Now I can respec my warshade and build it the right way!


Aramus: lvl 50 Elec/Elec blaster
Cumulas: lvl 50 Elec/Nrg blaster
Cosmic Tim: lvl 50 Ice/Nrg blaster
Sgt. GoGetEm: lvl 50 Fire/Fire controller
GammaKid: lvl 50 Fire/Rad controller
White Beast: lvl 50 Fire/Fire tanker
DemonFrost: lvl 50 Ice/Nrg tanker
etc..etc..etc..

 

Posted

Does anyone have a list of macro's to make buttons for your hotbars that switch your hotbars automaticlly and change forms?

I had them before they where great but I lost them...YES Im a dummy I deleted my 22 WS....now Im working back towards it. If you can help please do....

Ghost-Shade on freedom also global chat handle

Thank you all!

Thanks


 

Posted

The first page of this guide has exactly that - if you want macros instead of binds, just change /bind NUMPAD1 to /macro Human and keep the rest the same. And so on and so forth for each bind listed.

For example, using the most complex one,

[ QUOTE ]
/bind NUMPAD1 “powexec_toggle_off Dark Nova$$powexec_toggle_off Black Dwarf$$powexec_name Gravity Shield$$goto_tray 1”

[/ QUOTE ]

becomes

[ QUOTE ]
/macro Human “powexec_toggle_off Dark Nova$$powexec_toggle_off Black Dwarf$$powexec_name Gravity Shield$$goto_tray 1”

[/ QUOTE ]

There may be a length limit for macros. This is the longest one, so if this works they all should. You may have to drop part of my human form bind when you shift it into a macro if it doesn't work right off. I don't use macros for shifting, so I'm not sure what the limit is on characters in one (if in fact there is such a limit.)


With great power comes great RTFM -- Lady Sadako
Iscariot's Guide to the Tri-Form Warshade, version 2.1
I'm sorry that math > your paranoid delusions, but them's the breaks -- Nethergoat
P.E.R.C. Rep for Liberty server

 

Posted

the powexec_toggle_off didnt work

working on it...btw thanks for all the help


 

Posted

Drop the quotes if your converting to a macro. Failing to do so prevents it working with the unknown command failure.


 

Posted

ok thanks....step 1...had some a long time ago that had the powers for Dwarf in tray 3....Nova Tray 2...and the buttons for them in tray 9...which I kept up...switched Nova/Human...Human/Nova...Dwarf/Human...and Human/dwarf and switched the trays accordingly to the proper one for that form....sorry...Im tryin to find my buddy that gave them to me before...if I find them I will post them.

Thanks again...Merry Christmas!!


 

Posted

Thanks, Weekend_Avenger. Sorry for the confusion, Storm. As I said, I prefer binds for my Warshade so I've never tried these same setups in macro form personally.


With great power comes great RTFM -- Lady Sadako
Iscariot's Guide to the Tri-Form Warshade, version 2.1
I'm sorry that math > your paranoid delusions, but them's the breaks -- Nethergoat
P.E.R.C. Rep for Liberty server

 

Posted

[ QUOTE ]
There may be a length limit for macros. This is the longest one, so if this works they all should. You may have to drop part of my human form bind when you shift it into a macro if it doesn't work right off. I don't use macros for shifting, so I'm not sure what the limit is on characters in one (if in fact there is such a limit.)


[/ QUOTE ]

Not sure about a lentgh limit for macros but there is one for binds. I believe it is in the neighborhood of 256 characters. To keep my binds smaller I omit the underscores. They are optional and only used for increased readability.

/bind z "powexec_name Sprint"

is the same as

/bind z "powexecname Sprint"

which is the same as

/bind z "p_o_w_e_x_e_c_n_a_m_e Sprint"