What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Use Macro During Rotation?

terrister

New Member
Joined
Jan 15, 2010
Messages
12
Reaction score
0
Any way for me to edit my custom class so that during the rotation (like after a certain attack is used), it uses a macro?

Thanks a lot.
 
gonna bump this because i've been trying to find the answer to this question and i've searched both this forum and google

edit: i found this http://www.buddyforum.de/showthread...dy-to-use-macros&p=71964&viewfull=1#post71964 that says you can add macro into the cc itself.

the reason why i wanted to do this is because i am having issues with the bot not targetting when engaging multiple mobs. It will kill the first mob then stand there and scratch its head while the other mobs beat it to death. this is the cause of 99% of my deaths (the others being random ganks from level 80s). otherwise my dk powers through mobs 3-4 levels higher with ease. i could use a simple /cleartarget /targetenemy [nodead] macro to fix this issue but i dont know how to get the bot to use them
 
Last edited:
You could try putting the macro on your hotbar, say in slot 1 and then put a call to SendKeys.Send in your combat routine.. the problem with that is that .. i think wow will have to be your active window all the time. you can try it though.

Code:
SendKeys.Send("1");
 
Any way for me to edit my custom class so that during the rotation (like after a certain attack is used), it uses a macro?

Thanks a lot.

What kind of macro is it you wanna use.
Give us class (The CCs here developed by others, might alrdy do what you want)
 
gonna bump this because i've been trying to find the answer to this question and i've searched both this forum and google

edit: i found this http://www.buddyforum.de/showthread...dy-to-use-macros&p=71964&viewfull=1#post71964 that says you can add macro into the cc itself.

the reason why i wanted to do this is because i am having issues with the bot not targetting when engaging multiple mobs. It will kill the first mob then stand there and scratch its head while the other mobs beat it to death. this is the cause of 99% of my deaths (the others being random ganks from level 80s). otherwise my dk powers through mobs 3-4 levels higher with ease. i could use a simple /cleartarget /targetenemy [nodead] macro to fix this issue but i dont know how to get the bot to use them

Probably a CC error.
Do you use the random CC or some other?
 
Back
Top