Page 1 of 1
Wait Command
Posted: August 1st, 2006, 8:15 am
by whatthepho
Sup guys, Im new here and I guess this is my first "contribution" if you may. Most of you guys probably know this anyways...
Since WoW doesnt have a "wait" command, so we cant do bots in macro, you can get 1 here:
www.cosmosui.com
Posted: August 1st, 2006, 9:01 am
by burned
Or you just make a macro with "/e wants you to wait." or something.
Posted: August 1st, 2006, 9:42 am
by rabidsoccerball
Erhmm I think the purpose is to put pauses in script....
Not tell someone to wait.
Posted: August 1st, 2006, 11:16 am
by WowHomer
Is he talking about, saying Wait Up or something?
Posted: August 1st, 2006, 2:23 pm
by rabidsoccerball
Arrgh cosmos allows you to put the /wait x amount of seconds in macros allowing you to make a bot with just in-game macros. He's talking about a pause in commands, not telling someone to wait.
Posted: August 1st, 2006, 8:23 pm
by jmd419
thats pretty cool. if i knew enough about programing macros I would write myself a bot
Posted: August 2nd, 2006, 9:09 am
by burned
My bad.
Posted: August 19th, 2006, 6:28 pm
by chinamanx
i have cosmos and i cant get it to work, can anyone help me?
Posted: August 23rd, 2006, 1:57 am
by candykane
Only works with chat commands!
Posted: August 24th, 2006, 12:18 pm
by darktactic
jmd419 wrote:thats pretty cool. if i knew enough about programing macros I would write myself a bot
Its pretty easy, just get a list of commands that WoW uses- especially the cmds the server uses, then make a macro calling out those commands- for example. An alias script I made
//
alias "180" "fps_max 20; cl_yawspeed -7200; wait; +left; wait; -left; fps_max 100"
echo ":180: Turn 180 degrees"
//
alias "bk" "-forward; +jump; wait; -jump; 180; wait; +back; wait; +duck; wait; +attack2; wait; -back; wait; -duck; wait; -attack2"
echo ":bk: 180 Backkick"
//
alias "bk2" "-forward; +jump; wait; -jump; 180; wait; +back; wait; +duck; wait; +attack2; wait; -back; wait; -duck; wait; -attack2; w30; 180"
echo ":bk2: 360 Backkick"
//
alias "bk3" "-forward; +jump; wait; -jump; 180; wait; +back; wait; +duck; wait; +attack2; wait; -back; wait; -duck; wait; -attack2; wait; +jump; wait; -jump"
echo ":bk3: 180 Backkick Jump"
//
alias "bk4" "-forward; +jump; wait; -jump; 180; wait; +back; wait; +duck; wait; +attack2; wait; -back; wait; -duck; wait; -attack2; wait; +jump; wait; -jump; w30; 180"
echo ":bk4: 360 Backkick Jump"
//
alias "bk5a" "slot1;w30;"
alias "bk5b" "-forward; wait; +jump; wait; -jump; 180; wait; +back; wait; +duck; wait; +attack2; wait; -back; wait; -duck; wait; -attack2; w30; 180; slot5"
alias "bk5c" "w;w;w;slot5;"
alias "bk5" "bk5a;w;bk5b;w;bk5c;"
echo ":bk5: 360 Backkick gun - fu"
echo "script for ts"
echo "enjoy"
//
alias "fu" "w10;slot1;w10"
alias "w" "wait"
alias "w2" "w;w"
alias "w3" "w2;w"
alias "w4" "w2;w2"
alias "w5" "w4;w"
alias "w6" "w4;w2"
alias "w10" "w5;w5"
alias "w15" "w10;w5"
alias "w30" "w15;w15"
//
alias "bkdive" "-forward; +jump; wait; -jump; 180; wait; +back; wait; +duck; wait; +attack2; wait; -back; wait; -duck; wait; -attack2; wait; +alt1; wait; -alt1"
bind MOUSE3 "bkdive"
and no this one doesnt work for WoW because that is for Halflife

.