View Single Post
08-06-10, 03:31 PM   #6
SDPhantom
A Pyroguard Emberseer
 
SDPhantom's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2006
Posts: 2,326
SpellList does practically the same thing with its spell detection algorithm.

It has 2 modes hard coded in, one scans to the last known SpellID, and the other is for me to find the max SpellID for a given client build. The addon is released using the first mode.

As far as scanning and filtering, it uses a throttling method I developed that makes sure it only uses so much CPU time between frames to ensure the user has a somewhat decent FPS rate while it's working.
__________________
WoWInterface AddOns
"All I want is a pretty girl, a decent meal, and the right to shoot lightning at fools."
-Anders (Dragon Age: Origins - Awakening)
  Reply With Quote