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.