What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal
RebornBuddy Forums

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Copy "All Stats" Before Leaving Battleground

Cisem

Member
Joined
Dec 31, 2012
Messages
252
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.
 
That'd be a brilliant idea if this hasn't already been made, I'd want it too.

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()");
 
Back
Top