loldevs / leaguespec

community crafted knowledge base around Riot Games observer system
Other
149 stars 18 forks source link

Check how empty rune slots are represented #26

Closed Zero3 closed 10 years ago

Zero3 commented 10 years ago

At https://github.com/loldevs/leaguespec/wiki/Keyframe-Player-Segment#rune-page we need some specification about how empty rune slots are represented.

Maybe the respective integers are 0, maybe they are left out of the data and maybe something completely different happens. Someone needs to check and update the wiki page.

Divi commented 10 years ago

@Zero3 empty runes are represented by 00 00 00 00. If player hasn't rune page (below level 20), the part is full of 00 00 00 00.

Here a decoded keyframe example : keyframe 1 - #1609602760 (EUW).txt

Zero3 commented 10 years ago

Thanks @Divi - Added to the wiki page.