Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - DarkTooLs

Pages: [1]
1
JavaOp Support Archive / Re: Invalid game version
« on: October 13, 2008, 08:53:27 am »
At a glance, that looks like a bug in JavaOp - something to do with unsigned number conversion perhaps?

no, its simply the verbyte is out of date.

Extract BNetLogin.jar, Open GameData.java for editing.
Go to the private void initialize() function, and change the getwrite functions for war3 and w3xp to the following:

Code: [Select]
games.getWrite("WAR3", "Version byte", "15");
games.getWrite("W3XP", "Version byte", "15");

This will fix the invalid game version issue.

Pages: [1]