lily 487 Share Posted November 21, 2015 So I was running my guard killer script, which has a system that picks the optimal health at which to eat based on maximum health. And suddenly out of nowhere (haven't touched the code in a week or more), getLocalPlayer().getMaxHealth() is returning 434071876 rather than the 61 it should be. Totally baffled here, but surely one of you who is smarter than I can perhaps figure out the issue here? It's literally just whenever I call getLocalPlayer().getMaxHealth() it comes up with this, while the correct value is clearly in the cache (the script defaults to a static value when the method returns null). Link to comment Share on other sites More sharing options...
Pandemic 2469 Share Posted November 21, 2015 Probably just a multiplier problem, we'll get it fixed soon. Link to comment Share on other sites More sharing options...
lily 487 Author Share Posted November 21, 2015 Probably just a multiplier problem, we'll get it fixed soon. You Pan Link to comment Share on other sites More sharing options...
Pandemic 2469 Share Posted November 21, 2015 Should be good, let me know Link to comment Share on other sites More sharing options...
lily 487 Author Share Posted November 21, 2015 Should be good, let me know Looks like it's working perfectly now. Thanks a bazillion Pan! Link to comment Share on other sites More sharing options...
Recommended Posts