View Single Post
  #75  
Unread 11-07-2008, 07:35 PM
reins reins is offline
A Dervish Cutthroat
 
Join Date: Jan 2005
Server: Antonia Bayle
Posts: 35
Default

I'm new to this discussion, but I do have an idea that could potentially be useful.

Does the GameData know when auto attack/ranged auto attack is toggled on, without the use of a hotbar button? If so, and my knowledge of UI modding is fairly limited, would it be possible to code an event that looks for the toggling?

Or does the UI have the capability of using a timer tick events? You could set up a timer with an interval of say 50, 100 or 200ms. In the event code you could have if check to see if auto attack is on and show the window based off of that.

I am asking these things because the problem I see with tieing the window being visible to a hotkey macro is that alot of players use the ~ key to turn on auto attack - which would bypass the hotkey macro.