Code:public enum Battleground { IsBattlegroundFinished = 0x00B365B8, BattlegroundWinner = 0x00B365BC, UISelectedBattlegroundId = 0x00B3655C, }
Code:public enum Battleground { IsBattlegroundFinished = 0x00B365B8, BattlegroundWinner = 0x00B365BC, UISelectedBattlegroundId = 0x00B3655C, }
Thanks so much Sacred!
How did you find these? I am having a hell of a time trying to find these offsets on my own. Any tips appreciated!
btw +rep![]()
UISelectedBattlegroundId - Script_JoinBattlefield
BattlefieldWinner - Script_GetBattlefieldWinner
IsBattlegroundFinished - Script_RequestBattlefieldScoreData
I don't have those listed in my IDA Pro 5.0. What version are you running?