Hey guys,
Just a quick question, how do I get data of the number of stacked buff/debuff, for example, how many permanent Agi Slark already got, how many kills lion get to buff his ult, or how many Int someone got stolen by Silencer.
Thanks.
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
You need to know the name of the modifier/buff you want and use the following two properties:
https://docs.ensage.io/html/P_Ensage_Unit_Modifiers.htm
https://docs.ensage.io/html/P_Ensage_Modifier_StackCount.htm
Also SDK already supports Lion and can get Lion kill counter.
Thank guys, will check these out