Scan for the list of current buff state:
buff status count
[[[baseAddres] + 52] + 892]
_____________
buff id on given index
i = index start from 1 to n
E = (0+(i-1)*18) /'its a list of arithmetic sequence from 0, step 18 : 0, 18, 36, 52, 72, 90,..., E
[[[[baseAddress] + 52] + 880] + E]
_____________
anyone know the realation between our skill buff and the buff status id?
eq: Seeker skill Adrenal Numbnes will activate buff id 137 "Defense Level increased".
buff status count
[[[baseAddres] + 52] + 892]
_____________
buff id on given index
i = index start from 1 to n
E = (0+(i-1)*18) /'its a list of arithmetic sequence from 0, step 18 : 0, 18, 36, 52, 72, 90,..., E
[[[[baseAddress] + 52] + 880] + E]
_____________
anyone know the realation between our skill buff and the buff status id?
eq: Seeker skill Adrenal Numbnes will activate buff id 137 "Defense Level increased".