shatterhand Posted September 13, 2014 Posted September 13, 2014 Anyone knows how to get the NMZ absorb point value? The points gained in NMZ is stored in the Settings array, but this isnt.
Swizzbeat Posted September 13, 2014 Posted September 13, 2014 Try using colors to determine if it is lower than 50. I had this same issue awhile ago and eventually just used color.
Extreme Scripts Posted September 13, 2014 Posted September 13, 2014 If it has a interface Parent/Child then you could always grab the substring.
shatterhand Posted September 13, 2014 Author Posted September 13, 2014 (edited) Try using colors to determine if it is lower than 50. I had this same issue awhile ago and eventually just used color. I dont wanna use color. If it has a interface Parent/Child then you could always grab the substring. I tried looking for it with interface debugger, it didnt find it. Edited September 13, 2014 by shatterhand
Swizzbeat Posted September 13, 2014 Posted September 13, 2014 If it has a interface Parent/Child then you could always grab the substring. It's painted on the canvas and not as a separate interface. I dont wanna use color. Well you're going to have to if you can't find a different method to grab it.
shatterhand Posted September 15, 2014 Author Posted September 15, 2014 Anyone else has a reflection based solution? If not then I guess Ill have to do Swizzbeat's color method...
Swizzbeat Posted September 15, 2014 Posted September 15, 2014 Anyone else has a reflection based solution? If not then I guess Ill have to do Swizzbeat's color method... Why not reflect the jar yourself to see if you can find anything?
Apaec Posted September 15, 2014 Posted September 15, 2014 In NMZ I suppose it's not all that important what the value is, only if it's below a threshold in which case i believe the colour changes. So i suppose than means your best bet is to read the colour
shatterhand Posted September 21, 2014 Author Posted September 21, 2014 Why not reflect the jar yourself to see if you can find anything? I have no idea how to find it.