Junior Spellweaver
- Joined
- Aug 12, 2006
- Messages
- 115
- Reaction score
- 2
This client is for 317/377 server , i think ... well it is for 317 for sure .
99.9% login scroll, by ROYALE. features are:
hover login button,
pressing enter to login in, but doesnt work if name/password field is empty,
3 line login message,
almost perfect alignments,
able to click boxes,
might be other stuff i can't think.
features are:
clean sprites,
new model header - check models.java,
clean in general,
owner has its own mod icon,
other stuff can't think.
credits are:
50% danno - client base
15% tx/clienthax - header
35% ROYALE. - rest
//all are from Rune_server
SERVER SIDE EDITS
in player.java
find:
replace with:
find:
replace:
DONE
![NaikBoi - [Release] Royale client - RaGEZONE Forums NaikBoi - [Release] Royale client - RaGEZONE Forums](https://forum.ragezone.com/images/404_image.png)
99.9% login scroll, by ROYALE. features are:
hover login button,
pressing enter to login in, but doesnt work if name/password field is empty,
3 line login message,
almost perfect alignments,
able to click boxes,
might be other stuff i can't think.
![NaikBoi - [Release] Royale client - RaGEZONE Forums NaikBoi - [Release] Royale client - RaGEZONE Forums](https://forum.ragezone.com/images/404_image.png)
features are:
clean sprites,
new model header - check models.java,
clean in general,
owner has its own mod icon,
other stuff can't think.
To view the content, you need to sign in or register
credits are:
50% danno - client base
15% tx/clienthax - header
35% ROYALE. - rest
//all are from Rune_server
SERVER SIDE EDITS
in player.java
find:
Code:
public int headIcon =
replace with:
Code:
public int headIcon = -1;
public int headIconPK = -1;
find:
Code:
playerProps.writeByte(headIcon);
replace:
Code:
playerProps.writeByte(headIcon);
playerProps.writeByte(headIconPK);
DONE
Last edited: