Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Due to recent spam attacks that heavily used compormised accounts we did reset all user passwords, AGAIN, if it happens and your account got compromised again due to re-used passwords your account will be perma-banned.
Hello. I diff my exe (20140416) with "Increse Attack Display" and damage looks good. Is there any way for now to make the display more than 32,767 for heal skill ? It very important thing for my server
The heal value is send using a 2byte value in the packet hence not possible unless u modify the packet size in client and server (again not sure if that alone is enough).
Max u can get with 2byte is 32k (64k if it was unsigned).
Otherwise Increase Attack Display should have also increased heal digits.