Open LoneDev6 opened 5 years ago
This will require moving some classes from SecondaryPassword.hpp to general header for convenience. Should be pretty trivial to implement taking SecondaryPassword as example.
Another little problem, have to do it once and reset on character select (detect character select view creation? some easier way?)
Thanks! It's really difficult since the "Is your Cumulative Level under 1000?" message is an image and I can't really think about what I should look for in the game memory. I think I could find the image in game unpacked resources but would take ages, right? xD
I think one of these game classes is the one called to draw the message, because seems that it's like a big button, not a normal window. If you click anywhere it closes, not just clicking the X button: Classes:
events:
Hello, would be really helpful to hide the annoying messages that popup on login:
Maybe we could find these two boxes struct in memory and trigger the click event of close buttons (like we did with the autologin feature).