Ссылка на Сообщение
#1
10.5.2010, 10:48
Avoid and fire script
CODE
_
alias w "wait"
alias w4 "wait; wait; wait; wait"
alias w5 "w4; wait"
alias w8 "w4; w4"
alias w10 "w5; w5"
alias w11 "w10; w"
alias burst "+attack; w4; -attack"
alias +esq "esq_r"
alias -esq "w2; -right; -left; w8; -moveleft; -moveright"
alias esq_r "alias +esq esq_l; +moveright; burst; w11; burst; +left"
alias esq_l "alias +esq esq_r; +moveleft; burst; w11; burst; +right"
alias act "act_on"
alias act_on "alias act act_off; bind mouse1 +esq"
alias act_off "alias act act_on; bind mouse1 +attack"
bind "mouse4" "act"
//Press mouse4 for activate avoid shoot mod
//You can change the key mouse4
//If there is a problem I can you help . . .
_
alias w "wait"
alias w4 "wait; wait; wait; wait"
alias w5 "w4; wait"
alias w8 "w4; w4"
alias w10 "w5; w5"
alias w11 "w10; w"
alias burst "+attack; w4; -attack"
alias +esq "esq_r"
alias -esq "w2; -right; -left; w8; -moveleft; -moveright"
alias esq_r "alias +esq esq_l; +moveright; burst; w11; burst; +left"
alias esq_l "alias +esq esq_r; +moveleft; burst; w11; burst; +right"
alias act "act_on"
alias act_on "alias act act_off; bind mouse1 +esq"
alias act_off "alias act act_on; bind mouse1 +attack"
bind "mouse4" "act"
//Press mouse4 for activate avoid shoot mod
//You can change the key mouse4
//If there is a problem I can you help . . .
_