[Release] Royale client

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 .

NaikBoi - [Release] Royale client - RaGEZONE Forums


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


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:
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:
Newbie Spellweaver
Joined
Feb 5, 2008
Messages
81
Reaction score
0
Re: Royale client

Nice, downloading now.
 

Stu

Newbie Spellweaver
Joined
Aug 27, 2008
Messages
9
Reaction score
0
Re: Royale client

http://forum.ragezone.com/showthread.php?t=366816
I'd like to see some pictures, especially if some work is by Danno.
Also it might be unsafe as TX, is gay - He always infects his releases public and only released non infected files to some of his close friends.
 
Junior Spellweaver
Joined
Aug 12, 2006
Messages
115
Reaction score
2
Re: Royale client

Here you go , 2 screenshots .
 
Experienced Elementalist
Loyal Member
Joined
Dec 15, 2007
Messages
241
Reaction score
1
Re: Royale client

It looks nice.
 
Junior Spellweaver
Joined
Aug 12, 2006
Messages
115
Reaction score
2
Re: Royale client

It is not just a frame !
All/Game/Public/Private/Clan/Trade/Duel/Report buttons , they all work :D

And the log out button at the top right corner works , HP / Prayer / Energy orbs work .
 
Back
Top