shatterhand Posted September 13, 2014 Share 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. Link to comment Share on other sites More sharing options...
Swizzbeat Posted September 13, 2014 Share 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. Link to comment Share on other sites More sharing options...
Extreme Scripts Posted September 13, 2014 Share Posted September 13, 2014 If it has a interface Parent/Child then you could always grab the substring. Link to comment Share on other sites More sharing options...
shatterhand Posted September 13, 2014 Author Share 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 Link to comment Share on other sites More sharing options...
Swizzbeat Posted September 13, 2014 Share 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. Link to comment Share on other sites More sharing options...
shatterhand Posted September 15, 2014 Author Share Posted September 15, 2014 Anyone else has a reflection based solution? If not then I guess Ill have to do Swizzbeat's color method... Link to comment Share on other sites More sharing options...
Swizzbeat Posted September 15, 2014 Share 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? Link to comment Share on other sites More sharing options...
Apaec Posted September 15, 2014 Share 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 Link to comment Share on other sites More sharing options...
shatterhand Posted September 21, 2014 Author Share 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. Link to comment Share on other sites More sharing options...