12345678 Posted January 3, 2003 Share Posted January 3, 2003 heres a script to bind keys to heavy, medium, and light stances so you wont need to cycle them. dunno how useful it is but someone here mentioned wanting one. sorry for the multi posts, my isp forces me to do it this way. Link to comment Share on other sites More sharing options...
BlackDove Posted January 3, 2003 Share Posted January 3, 2003 BEST THRED EVAR!!!!!111111111oenoene111111 Erm, what is the thread exactly again? Link to comment Share on other sites More sharing options...
12345678 Posted January 3, 2003 Author Share Posted January 3, 2003 set lightL "force_heal" set mediumL "saberAttackCycle; wait; wait; wait; wait; wait; saberAttackCycle; wait; wait; wait; wait; wait; set nextmedium vstr lightM; set nextheavy vstr lightH; set nextlight vstr lightL" Link to comment Share on other sites More sharing options...
12345678 Posted January 3, 2003 Author Share Posted January 3, 2003 set heavyL "saberAttackCycle; wait; wait; wait; wait; wait; set nextmedium vstr lightM; set nextheavy vstr lightH; set nextlight vstr lightL" set nextlight "vstr lightL" bind L "vstr nextlight" Link to comment Share on other sites More sharing options...
12345678 Posted January 3, 2003 Author Share Posted January 3, 2003 set lightM "saberAttackCycle; wait; wait; wait; wait; wait; set nextlight vstr mediumL; set nextheavy vstr mediumH; set nextmedium vstr mediumM" set mediumM "force_heal" Link to comment Share on other sites More sharing options...
12345678 Posted January 3, 2003 Author Share Posted January 3, 2003 set heavyM "saberAttackCycle; wait; wait; wait; wait; wait; saberAttackCycle; wait; wait; wait; wait; wait; set nextlight vstr mediumL; set nextheavy vstr mediumH; set nextmedium vstr mediumM" set nextmedium "vstr lightM" bind M "vstr nextmedium" Link to comment Share on other sites More sharing options...
12345678 Posted January 3, 2003 Author Share Posted January 3, 2003 set lightH "saberAttackCycle; wait; wait; wait; wait; wait; saberAttackCycle; wait; wait; wait; wait; wait; set nextlight vstr heavyL; set nextmedium vstr heavyM; set nextheavy vstr heavyH" set mediumH "saberAttackCycle; wait; wait; wait; wait; wait; set nextmedium vstr heavyM; set nextlight vstr heavyL; set nextheavy vstr heavyh" Link to comment Share on other sites More sharing options...
12345678 Posted January 3, 2003 Author Share Posted January 3, 2003 set heavyH "force_heal" set nextheavy "vstr lightH" bind H "vstr nextheavy" Link to comment Share on other sites More sharing options...
12345678 Posted January 3, 2003 Author Share Posted January 3, 2003 whew! if someone would be kind enough to agree to post it for me, i'd be glad to send them the script in a single file so they can post the script in one post, and the admin could delete this godawful thread. i hate my isp >=P Link to comment Share on other sites More sharing options...
12345678 Posted January 3, 2003 Author Share Posted January 3, 2003 oh yeah the force_heals are all placeholders for testing, i forgot to find a final placeholder. for all i know you can replace it with wait; wait; wait or whatever, just use something useless/harmless. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.