Lets hope at once this contributes to what ppl like to call "ruining 600+ LOL" and to what ppl call customizing and staying with same revision.
This client should be able to load hd on amd64 and i581 for windows, linux archs and blahblah. Ye mac and solaris.
Fixes:
Hd should now be supported by all os's
Fixed sounds as now rs uses index15 for anim and object sounds too.
Additions:
Because of the hd update now you can have multiple hd clients opened.
Prayer 10x update should be as on rs now.
NPC Forcemovement also implemented on protocol
New chars cloths look(im almost sure that i packed them).
Client link: [Only registered and activated users can see links. ]
Let it auto download cache, will also download native librarys used by jogl.
Cache Editor (Includes auto updater and sprite editing, learn to use it yourself):
Btw it using my old cache editor. [Only registered and activated users can see links. ]
I will not release any mapdata so hopefully you dump it yourself and release to us.
Edited packet structures:
Code:
//effect type 1 or 2(index4 or index14 format, index15 format unusused by jagex for now)
public void sendSound(int id, int delay, int effectType) {
OutputStream stream = new OutputStream(8);
stream.writePacket(136);
stream.writeShort(id);
stream.writeByte(1); //amt of time sound repeats, not volume as some faggot said
stream.writeShort(delay);
stream.writeByte(255); //volume
stream.writeByte(effectType);
session.write(stream);
}
Prayerpoints should be sent as hp but config id 6000 instead of 5000.
Spoiler for Pictures:
Custom logo(you can change with cache editor)
How safe is this?
100% safe theres no virus... Its all opensource release also.
So ye I don't need to release client updates anymore. Update by yourself with the cache editor.
il stick to not editing the client and using the current version of rs thx. All this custom stuff is just silly.
Say that to 317s. And I heard you doing 661 or 662... Rs is 663...
Btw I think all this stuff is sexy. And no its not realy custom but we can add custom stuff too as custom items npcs and blablahblah . Its realy funny. Much funnier than refractoring a prototocol that didnt almost change... Thats not a challenge.
Say that to 317s. And I heard you doing 661 or 662... Rs is 663...
Btw I think all this stuff is sexy. And no its not realy custom but we can add custom stuff too as custom items npcs and blablahblah . Its realy funny. Much funnier than refractoring a prototocol that didnt almost change... Thats not a challenge.
and this is a challenge? you dont even understand half the shit you do, you just compare the file you want to edit with a file from the newer client, find the differences and add the changes... i really don't understand where you are coming from
Say that to 317s. And I heard you doing 661 or 662... Rs is 663...
Btw I think all this stuff is sexy. And no its not realy custom but we can add custom stuff too as custom items npcs and blablahblah . Its realy funny. Much funnier than refractoring a prototocol that didnt almost change... Thats not a challenge.
so you're telling me that 663 is almost same as 562? dont make me laugh
and this is a challenge? you dont even understand half the shit you do, you just compare the file you want to edit with a file from the newer client, find the differences and add the changes... i really don't understand where you are coming from
iirc, you can't do any of this, and still can't
[Only registered and activated users can see links. ]