Log in

View Full Version : Code changes in compiled zone.exe not working?


BobThompson
08-02-2006, 10:50 PM
I am running into an interesting problem that hopefully someone more knowledgeable about how EQEMU works can answer. I have made changes in the zone code and successfully compiled the exe, but when I load up the server with the new zone.exe none of the changes seem to have any effect.

Just to test this out further I changed the AC calculation to return a static number, but this again had zero effect on the characters in game.

Any help would be appreciated.

mattmeck
08-03-2006, 08:30 AM
STats like HP, MAna , AC, etc are calculated in the client for the client. There is no way to chance what the client sees.

BobThompson
08-03-2006, 12:49 PM
Ahh, this I didn't know. Thanks for the answer.