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

'Click an area' spells

a while back as we where transitoning over from honor buddy 1 to honorbuddy 2, apoc decided to re-write the spellmanager class. he renamed the old one LagacySpellManager since at the time there was some functions that only the old one could handle. every thing in the API is warden safe.
the function for ClickRemoteLocation is and always has been solid so there was no reason to move it or make a new one when he re-wrote everything.

i remember the change well, because it broke EVERY CC and all of them needed to be updated to still use the old spellmanager untill proper re-writes could be done to work with the new one.

Close. I rewrote the SpellManager to provide "atomic" functions. Meaning; they didn't sleep and wait for the cast to finish. This provided *a lot* of functionality for CCs/Plugins/Bots to do things (which is why the giant DPS boost has been shown lately).

Yes, the LegacySpellManager.ClickRemoteLocation hasn't been change, and we just haven't added a new method to the new SpellManager class. (We felt that it wasn't used enough to add the specific wrapper func for. It may be added if the need arises, but its pretty unlikely)

They all work, and will *always* be warden-safe (technically, nothing is warden-safe, but we know enough about it to avoid most forms of detections. Nobody can ever provide 100% security against bans. Its just an impossibility when working as a 3rd party. Our track record with WoW proves that we're very confident in what we do though.). We will *never* expose API that easily allows you to get banned. (Hence why we do not include any form of "hack" in our bot. We don't do collision hacks, etc. The normal player can't do it, so neither do we.)
 
Back
Top