PDA

View Full Version : 317 Making a subclass for class 8



Comboed
June 18th, 2010, 20:08
Right so in class8.java i made all privates public and added in


Class8_Sub1.moreitems(i);
Class8_Sub2.moreitems(i);
Class8_Sub3.moreitems(i);
Class8_Sub4.moreitems(i);
Class8_Sub5.moreitems(i);
Class8_Sub6.moreitems(i);

Yes, thats alot of subclasses i know. 3 of them are empty the other 3 have items in them.

But when i go to load my client when it gets to connecting to update server it goes to game crash error screen. Any ideas? Same problem that i had with my old client.

Canownueasy`
June 18th, 2010, 20:12
Wrong section, but that signature is win. Lol

owner blade
June 19th, 2010, 10:33
You probably placed it onthe wrong place.. it shud be above or under a itemconfig. or there are codes wrong in your subclasses.

Comboed
June 20th, 2010, 17:14
no no no, it never happend before. I did this ages ago.