IInferno
11-25-2004, 08:57 AM
I've got a quick question here, I was trying to piece together the ability to say... Cast buff 1 and then do a /in 3 cast buff #2
Something like,
/target "player"
/Cast buffA(rank x)
/in 3 /Cast buffB(rank x)
however nothing seems to happen, upon investigating the /in commands (this is my first day with Cosmo's and WoW Macro's). I saw that commands as complex as /in 900 /script blabla(); worked.
So I'm a bit confused as to why /cast doesnt seem to be a valid function. I didnt see anything in the guide or under macro's with too much detail on /in commands.
Also I tried using /cast [buffA(rank x)] because ingame it says the proper way to use /in commands is /in <seconds> <command> <[arg]> not sure if the "[" and "]" was a mistake or not.
However neither way seemed to work.
Thanks for any help!
Something like,
/target "player"
/Cast buffA(rank x)
/in 3 /Cast buffB(rank x)
however nothing seems to happen, upon investigating the /in commands (this is my first day with Cosmo's and WoW Macro's). I saw that commands as complex as /in 900 /script blabla(); worked.
So I'm a bit confused as to why /cast doesnt seem to be a valid function. I didnt see anything in the guide or under macro's with too much detail on /in commands.
Also I tried using /cast [buffA(rank x)] because ingame it says the proper way to use /in commands is /in <seconds> <command> <[arg]> not sure if the "[" and "]" was a mistake or not.
However neither way seemed to work.
Thanks for any help!