Sorry for the double post ... I didn't realize there was a developer forum ... because I'm stupid ... so I posted this question in the plugin forum first, but didn't get any traffic.
***************
I'm writing a plug-in ... and I want to be in complete control of everything ... essentially, I'm use using HonorBuddy as my API ... so I've got an endless while loop in Pulse, and I'm forcing updates to the ObjectManager each iteration.
I'm curious, is it possible to "call" the default combat routine for given class? I'd like to control when/if I go to combat, but I wanted to avoid having to write combat classes or include them as a part of my project. Was just wondering if HonorBuddy exposed a method to call the default combat class ... OmegaBot had a DoCombat method with a signature for a target unit ... so you just called DoCombat(unit) and it handled calling the stock combat class.
Thanks!
Cheers-
Mega
***************
I'm writing a plug-in ... and I want to be in complete control of everything ... essentially, I'm use using HonorBuddy as my API ... so I've got an endless while loop in Pulse, and I'm forcing updates to the ObjectManager each iteration.
I'm curious, is it possible to "call" the default combat routine for given class? I'd like to control when/if I go to combat, but I wanted to avoid having to write combat classes or include them as a part of my project. Was just wondering if HonorBuddy exposed a method to call the default combat class ... OmegaBot had a DoCombat method with a signature for a target unit ... so you just called DoCombat(unit) and it handled calling the stock combat class.
Thanks!
Cheers-
Mega