hello i saw this post
and wanted to asked if someone know how to do that to edit the localhost address and send me a download please have a nice day thanks for the helpers ! .
the post :
: Re: v83 "HD" Client
Originally Posted by Halcyon
Edit2 : After posting this, someone posted their own address to change the resolution on the client side: http://forum.ragezone.com/f427/addresses-v83-resolution-change-1161938/ This will allow you to change it to your Any format you want, 800x600, 1440p, etc. enjoy. EDIT : You can also change this on the server side so that it works without changing anything on the client side itself. Into your source code, put:
Code:
PLAYER_LOGGEDIN(0x14)
change to
Code:
PLAYER_LOGGEDIN(0x68)
, it will work. Warning: This client is not perfect by any means. It has several problems. You need to make WZ edits to UI.wz and Map.wz. There are also issues with the cash shop and shortcut buttons. However, if you ignore these issues, you can use it for your server(?).
While I'd like to save this, I feel like it would be better if we all moved from 800x600 to.. instead of 800x600. Regardless, a lot of people are starting to get it, and I just hope we move on.
This is the v83 HD Client, which is included with MapleMS.
Anyway, it was changed to 127.0.0.1 IP, and also fixed a problem because someone didn't know how to use resource editor properly.
Here's the direct file, edited:
If you want to patch it yourself:
Go to the addressCode:
004953FD
.
Once at this address, you will:
Code:
PUSH 68
change to
Code:
PUSH 14
, you will be able to successfully use the client on [STRIKE]your source[/STRIKE] HeavenMS.
It has been tested to work in single player. It hasn't been tested for multiplayer, but it will likely work. Let me know if it doesn't work with multiplayer. If so..
and wanted to asked if someone know how to do that to edit the localhost address and send me a download please have a nice day thanks for the helpers ! .
the post :
: Re: v83 "HD" Client


Edit2 : After posting this, someone posted their own address to change the resolution on the client side: http://forum.ragezone.com/f427/addresses-v83-resolution-change-1161938/ This will allow you to change it to your Any format you want, 800x600, 1440p, etc. enjoy. EDIT : You can also change this on the server side so that it works without changing anything on the client side itself. Into your source code, put:
Code:
PLAYER_LOGGEDIN(0x14)
change to
Code:
PLAYER_LOGGEDIN(0x68)
, it will work. Warning: This client is not perfect by any means. It has several problems. You need to make WZ edits to UI.wz and Map.wz. There are also issues with the cash shop and shortcut buttons. However, if you ignore these issues, you can use it for your server(?).
While I'd like to save this, I feel like it would be better if we all moved from 800x600 to.. instead of 800x600. Regardless, a lot of people are starting to get it, and I just hope we move on.
This is the v83 HD Client, which is included with MapleMS.
Anyway, it was changed to 127.0.0.1 IP, and also fixed a problem because someone didn't know how to use resource editor properly.
Here's the direct file, edited:
You must be registered to see links
If you want to patch it yourself:
Go to the addressCode:
004953FD
.
Once at this address, you will:
Code:
PUSH 68
change to
Code:
PUSH 14
, you will be able to successfully use the client on [STRIKE]your source[/STRIKE] HeavenMS.
It has been tested to work in single player. It hasn't been tested for multiplayer, but it will likely work. Let me know if it doesn't work with multiplayer. If so..