Tutorial I'm following: http://www.r-server.org/runescape-development/rs2-client/tutorials/253018-how-make-your-project-insanity-client-webclient.html
I don't have the 'abyte0 =' thing in Class36, and yes I'm on PI.
I have this:
Any help?
I don't have the 'abyte0 =' thing in Class36, and yes I'm on PI.
I have this:
public final class Class36
{
public static byte[] getData(int i1, int i2) {
if (i1 == 0)
return FileOperations.ReadFile(signlink.findcachedir() + "/Data/Animation/Frame/" + i2 + ".dat");
else
return FileOperations.ReadFile(signlink.findcachedir() + "/Data/Animation/Skin/" + i2 + ".dat");
}
Any help?