View Single Post
10-23-15, 04:29 PM   #12
semlar
A Pyroguard Emberseer
 
semlar's Avatar
AddOn Author - Click to view addons
Join Date: Sep 2007
Posts: 1,060
Originally Posted by LanceDH View Post
So what you're saying is, no matter how hard you try to clean your Zerg, it's always going to leave creep behind?
In other words, it's impossible to do what I'm trying to do without blizzard code falling appart, and should just stick with dragging the spells from my own buttons?
If you call SpellBookPrevPageButton_OnClick (or anything that updates what the spellbook is displaying), it will break the spell buttons because of how their click function is implemented.

If you make a macro that /clicks the page buttons, it will behave the same way as if the player had clicked them directly, because it requires a hardware event to function and is considered more secure than your addon calling the function directly.
  Reply With Quote