PDA

View Full Version : Help with macros please


Sogrin
04-07-2006, 05:33 PM
Does anyone know how to make a wait command?Or what UI might have one?I heard Cosmos did but I couldnt figure out how to use it.

Thanks,
Sogrin

Arkon
04-07-2006, 07:03 PM
You mean like a command to cause the code to pause for a few seconds or whatever? Don't believe it exists anymore... last I heard, Blizzard took it out cause people could effectively make themselves into bots with it.

Could try a loop though, dunno.

newsteadmission
04-07-2006, 07:29 PM
Does anyone know how to make a wait command?Or what UI might have one?I heard Cosmos did but I couldnt figure out how to use it.

Thanks,
Sogrin


SuperMacro 3 (http://www.curse-gaming.com/mod.php?addid=629)

Best macro agent ever. If you wanted to make a delay you would type /in # in seconds.

Example:

/me is tired.
/in 2 /sleep

Just that simple.

Sogrin
04-08-2006, 12:52 AM
mmhmmm thanks alot

Sogrin
04-08-2006, 02:05 AM
ok so that wait command isnt working think maybe WoW disabled it?

newsteadmission
04-08-2006, 08:58 AM
It works for me.

/in(space)# in seconds(space)macro

Sogrin
04-08-2006, 09:40 AM
wait so if i wanted to say have it cast entangling roots then starfire it would b like this?
/cast entangling roots(rank 3)
/in 2 /cast starfire (rank 2)????

newsteadmission
04-09-2006, 02:02 AM
wait so if i wanted to say have it cast entangling roots then starfire it would b like this?
/cast entangling roots(rank 3)
/in 2 /cast starfire (rank 2)????

That seems correct. If it doesnt work then Blizzard might have disabled casting macros as well.