Blood,Bloodrock wrote:if by racial you mean like strength and health and abil then you need to use a hex editor find string MAX_STR all others follow down from MAX_STR i put my dll to 500 on all the abilities then use nmr to set fields as you wish like add 50 to all for all
When using a standard hex editor, the .dll file which contains the stat abilities only has a 2-digit placeholder, so the max I have been able to achieve is 255, since 255 converted to hex is FF, while 256 would be 00 01, and 500 (as you mention) would be F4 01. Every time I have tried to use a standard hex editor to "insert" an additional placeholder, it has made the .dll file corrupt. How did you accomplish this, if I may ask?