Cisem Member Joined Dec 31, 2012 Messages 252 Jan 31, 2014 #1 Hi! I'm looking for a plugin (or a WoW addon) for BGBuddy that takes a print screen on "All Stats" before leaving the Battleground.
Hi! I'm looking for a plugin (or a WoW addon) for BGBuddy that takes a print screen on "All Stats" before leaving the Battleground.
S Shiningstar Member Joined Feb 6, 2013 Messages 113 Jan 31, 2014 #2 That'd be a brilliant idea if this hasn't already been made, I'd want it too.
T toNyx Well-Known Member Joined Oct 29, 2011 Messages 3,770 Jan 31, 2014 #3 Shiningstar said: That'd be a brilliant idea if this hasn't already been made, I'd want it too. Click to expand... Keep it on track, a little help (you'll need those in order to make it happen) LUA : - Event(s) : Fired when anything happens concerning BGs, informations like winner, joining/leaving queue etc -> PHP: UPDATE_BATTLEFIELD_STATUS Used to fire any method when the screenshot is taken -> PHP: SCREENSHOT_SUCCEEDED - Function(s) : Used to retrieve BG's winner, integer (nil if still going, 0 for Horde and 1 for Alliance, or 0 for Green Team and 1 for Yellow) -> PHP: GetBattlefieldWinner() Used to take a screenshot ingame -> PHP: Lua.DoString("TakeScreenshot()");
Shiningstar said: That'd be a brilliant idea if this hasn't already been made, I'd want it too. Click to expand... Keep it on track, a little help (you'll need those in order to make it happen) LUA : - Event(s) : Fired when anything happens concerning BGs, informations like winner, joining/leaving queue etc -> PHP: UPDATE_BATTLEFIELD_STATUS Used to fire any method when the screenshot is taken -> PHP: SCREENSHOT_SUCCEEDED - Function(s) : Used to retrieve BG's winner, integer (nil if still going, 0 for Horde and 1 for Alliance, or 0 for Green Team and 1 for Yellow) -> PHP: GetBattlefieldWinner() Used to take a screenshot ingame -> PHP: Lua.DoString("TakeScreenshot()");