pkingbandit 0 #1 Posted October 31, 2011 ok so this is the first time im adding a new item and im trying to add summoning. Im looking at a guide and idk how to add models. I thought i did but i guess i didnt. Can anyone tell me how to add them. Share this post Link to post Share on other sites
0 pkingbandit 0 #2 Posted October 31, 2011 i also go and look for class8 and i dont have it so im so lost atm. Share this post Link to post Share on other sites
0 pkingbandit 0 #3 Posted October 31, 2011 so anyone know the answer? i really need some help with adding models and if so ill pay. Share this post Link to post Share on other sites
0 fantity 0 #4 Posted October 31, 2011 [quote name='pkingbandit']so anyone know the answer? i really need some help with adding models and if so ill pay.[/QUOTE] Well If you already have a custom item added you can just search in class8.java in client for the item. If not search "start of item" or something similar. Here you can add item ints. example: [code]case 16001: class8.aStringArray189 = new String[5]; class8.aStringArray189[1] = "Wield"; class8.aString170 = "Dragon claws"; class8.aByteArray178 = "A set of fighting claws.".getBytes(); class8.anInt174 = 13699; class8.anInt181 = 630; class8.anInt190 = 268; class8.anInt198 = 1340; class8.anInt204 = 0; class8.anInt169 = -7; class8.anInt194 = -13; class8.anInt165 = 13698; class8.anInt200 = 13698; class8.anInt188 = -1; class8.anInt164 = -1; class8.anInt175 = -1; class8.anInt197 = -1; break; [/code] That is the int. The case is the item Id i have chosen. Some servers need: if(i == item id) instead of case. Now you need to add models. These models are what your int uses. You should get the ints with the models you download. You put them in your models folder in your client. save and compile and there you go! :) Share this post Link to post Share on other sites
0 pkingbandit 0 #5 Posted October 31, 2011 i guess you didnt read..... i cant find my class 8 file.... Share this post Link to post Share on other sites
0 fantity 0 #6 Posted October 31, 2011 [quote name='pkingbandit']i guess you didnt read..... i cant find my class 8 file....[/QUOTE] If you can't find class8.java then coding isn't what you should be doing :confused: It's clientside Share this post Link to post Share on other sites
0 pkingbandit 0 #7 Posted October 31, 2011 ik lol and agin i couldnt find it... Share this post Link to post Share on other sites
0 pkingbandit 0 #8 Posted November 1, 2011 so anyone wanna help me? ill pay them :-p Share this post Link to post Share on other sites
0 fantity 0 #9 Posted November 1, 2011 [quote name='pkingbandit']so anyone wanna help me? ill pay them :-p[/QUOTE] Do you have a class8.class? Share this post Link to post Share on other sites
0 pkingbandit 0 #10 Posted November 1, 2011 Noooooooooooooo Share this post Link to post Share on other sites
0 fantity 0 #11 Posted November 2, 2011 [quote name='pkingbandit']Noooooooooooooo[/QUOTE] If you have no class8.class then it's not possible that you are playing... Share this post Link to post Share on other sites
Share this post
Link to post
Share on other sites