View Single Post
04-16-13, 10:50 AM   #42
SDPhantom
A Pyroguard Emberseer
 
SDPhantom's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2006
Posts: 2,326
Originally Posted by Resike View Post
Yeah, but the battleground ui only show scores and time/reinforements remaining, nothing more, and there is no any other battleground related lua file in the framexml, so i'm guessing it's not public.
The WorldStateFrame is the display at the top center of your screen that shows bases/flags capped. When that gets an update event, that should be something that you'll be interested in since it's directly responding to something happening in the state of the battlefield.

On second thought, if you're polling the map POI states and checking their textures to detect base captures, WORLD_MAP_UPDATE would be your best bet since that's directly responsible for updating the map.
__________________
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