Re: Trade Broker Crash/error
possible reason
CM_BROKER_SEARCH.java packet reading wrong data(not match to game client version)
SM_BROKER_SERVICE.java packet writing wrong data(not match to game client version)
if you check ALR svn here
https://code.google.com/p/al-reload/
will see that project was not complete
and if you check here
https://code.google.com/p/al-reload/...ork/Crypt.java
Quote:
/** false key that will be sent to aion client in SM_KEY packet */
if (GSConfig.CLIENT_VERSION == "4.5.0.15")
return (key ^ 0xCD92E4DB) + 0x3FF2CCCF; //TODO new encrypt key
will see that you selected game client version probably is not fully suported
- - - Updated - - -
what to do and how try to fix?
find some server build with 4.5.0.15(other compile or core) support and compare packets or find somewhere right one