Shinitenshi
New Adventurer
- Joined
- Mar 4, 2008
- Messages
- 132
- Reaction score
- 0
- Age
- 38
Fire brand manafond, if that's how u spell them ^^ I haven't used then yet I traded for some but they whent poof b4 I could try them out 
Keldorn said:A sprint toggle option would be nice, though it's probably possible to do it via aliases/scripting.
alias toggle_run_on "+speed;echo Auto-Run On;alias toggle_run toggle_run_off"
alias toggle_run_off "-speed;echo Auto-Run Off;alias toggle_run toggle_run_on""
alias toggle_run toggle_run_on
bind capslock toggle_run
alias +shift_slots "exec slots_shift.cfg"
alias -shift_slots "exec slots_unshift.cfg"
bind alt +shift_slots
slots_unshift.cfg:
echo Quickslots normal
bind "F1" "+quickslot 1"
bind "F2" "+quickslot 2"
bind "F3" "+quickslot 3"
bind "F4" "+quickslot 4"
bind "F5" "+quickslot 5"
bind "F6" "+quickslot 6"
bind "F7" "+quickslot 7"
bind "F8" "+quickslot 8"
bind "F9" "+quickslot 9"
bind "F10" "+quickslot 10"
bind "F11" "+quickslot 11"
bind "F12" "+quickslot 12"
slots_shift.cfg:
echo Quickslots shifted
bind "F1" "+quickslot 13"
bind "F2" "+quickslot 14"
bind "F3" "+quickslot 15"
bind "F4" "+quickslot 16"
bind "F5" "+quickslot 17"
bind "F6" "+quickslot 18"
bind "F7" "+quickslot 19"
bind "F8" "+quickslot 20"
bind "F9" "+quickslot 21"
bind "F10" "+quickslot 22"
bind "F11" "+quickslot 23"
bind "F12" "+quickslot 24"
alias five_wait "wait;wait;wait;wait;wait"
alias toggle_run_on "+forward;five_wait;-forward;five_wait;+forward;echo Auto-Run On;alias toggle_run toggle_run_off"
alias toggle_run_off "-forward;echo Auto-Run Off;alias toggle_run toggle_run_on""
alias toggle_run toggle_run_on
bind capslock toggle_run
Thothie said:Granted... Neither will this:
Code:alias +shift_slots "exec slots_shift.cfg" alias -shift_slots "exec slots_unshift.cfg" bind alt +shift_slots slots_unshift.cfg: echo Quickslots normal bind "F1" "+quickslot 1" bind "F2" "+quickslot 2" bind "F3" "+quickslot 3" bind "F4" "+quickslot 4" bind "F5" "+quickslot 5" bind "F6" "+quickslot 6" bind "F7" "+quickslot 7" bind "F8" "+quickslot 8" bind "F9" "+quickslot 9" bind "F10" "+quickslot 10" bind "F11" "+quickslot 11" bind "F12" "+quickslot 12" slots_shift.cfg: echo Quickslots shifted bind "F1" "+quickslot 13" bind "F2" "+quickslot 14" bind "F3" "+quickslot 15" bind "F4" "+quickslot 16" bind "F5" "+quickslot 17" bind "F6" "+quickslot 18" bind "F7" "+quickslot 19" bind "F8" "+quickslot 20" bind "F9" "+quickslot 21" bind "F10" "+quickslot 22" bind "F11" "+quickslot 23" bind "F12" "+quickslot 24"
^_^
Thus, answering Rehab's question, "How long do new threads last?"Hakariaki said:btw arent we very off topic now? ^^
Thothie said:we've since fixed the bit where you can dodge in mid-air for the mighty spinning 40 foot leap.