PDA

View Full Version : Warrior Key binds



lanner
08-25-2006, 05:19 AM
There was a thread about which keys you had bind to diffrent skills and stance in old forums, but cant seem to find that thread now..

Could some of you warrior players post your set-ups? :D
Specially Uro :P


Coz looking to be more efficient with key pressing etc :)

Ortega
08-25-2006, 05:25 AM
http://img207.imageshack.us/my.php?image=trinspimpoo9.jpg

Stance specific skills are macros that change me to that stance, then if I hit them again perform the skill.

lanner
08-25-2006, 05:37 PM
http://img207.imageshack.us/my.php?image=trinspimpoo9.jpg

Stance specific skills are macros that change me to that stance, then if I hit them again perform the skill.
so your charge button is really a macro to change stance and charge?

Ortega
08-25-2006, 05:52 PM
so your charge button is really a macro to change stance and charge?


Yes

lanner
08-26-2006, 06:20 AM
Yes
mind to share those with me/us? :D

keboman
08-26-2006, 10:28 AM
1-- Battle Stance/Charge
/script texture,name,isActive,isCastable = GetShapeshiftFormInfo(1);if isActive then CastSpellByName("Charge()");else CastSpellByName("Battle Stance()");end;
Battle Stance/Charge
2--Defensive Stance/Disarm
/script texture,name,isActive,isCastable = GetShapeshiftFormInfo(2);if isActive then CastSpellByName("Disarm");else CastSpellByName("Defensive Stance()");end;
Defensive Stance/Disarm
3-- Berserker Stance/ Intercept
/script texture,name,isActive,isCastable = GetShapeshiftFormInfo(3);if isActive then CastSpellByName("Intercept()");else CastSpellByName("Berserker Stance()");end;

I use those as my 1,2, and 3 key.

Bai
08-28-2006, 07:59 AM
http://forums.nurfed.com/showthread.php?t=3887

lanner
08-28-2006, 10:16 AM
http://forums.nurfed.com/showthread.php?t=3887
wow thx!

a67rhf7823jn8747==