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.
DOWNLOAD
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:
DONECode:playerProps.writeByte(headIcon); playerProps.writeByte(headIconPK);





Reply With Quote![[Release] Royale client](http://ragezone.com/hyper728.png)

