loldevs / leaguespec

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

First offset of ability & item header parts are now dynamic (4.11) #15

Open Divi opened 10 years ago

Divi commented 10 years ago

First offset of ability & item header parts are now dynamic, I found more than 5 new offsets while running ~20 games on Summoner Rift & ARAM maps.

For item header part, it's not very important because the header has a long static ending (FE 00 0C 01), but the ability header static ending is very short (03 15), so we can't find the header without parsing the first next offsets, here an example :

If someone has a better idea, please share it. Otherwise, I'll update the wiki.

EDIT: there is also some padding before ability part (not for item part unfortunately), we can use it to find the header.

doivosevic commented 4 years ago

These completely changed from what I see. I cannot find these patterns at all in the latest unpacked .rofl files if I'm looking at this correctly. Are these supposed to be in keyframes, right?