View Full Version : Need Help With Adding Models
demisepk
June 22nd, 2010, 07:13
Trying to add models into my 508-525 and cant figure it out.. And I can't find a tutorial. If you know where one is please post link :o. 1st 508/525 ive had so i dont know how, its Z508/525 source. Thanks to all that help:) <3
Fenway`
June 22nd, 2010, 07:15
First off, 317 is where it's at ;)
demisepk
June 22nd, 2010, 07:19
First off, 317 is where it's at ;)
Thanks for you're help sir. You must have put alot of thought into that.
Wise Old Man
June 22nd, 2010, 11:27
Are you talking about models for items such as d claws or do you want to make your own custom models?
demisepk
June 22nd, 2010, 23:39
Are you talking about models for items such as d claws or do you want to make your own custom models?
staff of light dung cape and all that stuff
darthpepper
July 26th, 2010, 07:48
Hey Demise its Darthpeper and I epic failed at making a 508/525 cuz the character files would turn into asain characters >.>. Only good with coding the 317 stuff mate, cuz its were its all at xD
Musicmasta
July 26th, 2010, 18:33
you open applet_sub1.java and once thats open search for
Class75_Sub1.aClass98_3294.method1568(class19, 106, (long) i_3_);
below that add the ints provided with the model you have if you dont have ints u either have to make them or your just screwed lol heres an example of some ints wont work 4 everything
if(i_3_ == ####) {
class19.anInt330 = #####;//inventory/drop model
class19.anInt336 = 1450;//model zoom
class19.anInt389 = 462;//modelRotation1
class19.anInt395 = 1600;// model rotation 2
class19.anInt358 = -1;// model offset 1
class19.anInt391 = -1;// model offset 2
class19.anInt390 = #####;//Male model id
class19.anInt347 = -1;//male sleeves
class19.anInt344 = -1;//women sleeves
class19.anInt387 = #####;//female model id
class19.aRSString_362 = Class112.method1668(43, "Name Goes Here");//Item Name
}
the #'s in the if(i_3_ == ####) {
are watever the id of the item the models will replace is
the ones after that are pretty easy it tells u lol :D and heres an example of one if you have a switch (i_3_) Statement b4 them all
case ####:
class19.anInt330 = #####;//inventory/drop model
class19.anInt336 = 1450;//model zoom
class19.anInt389 = 462;//modelRotation1
class19.anInt395 = 1600;// model rotation 2
class19.anInt358 = -1;// model offset 1
class19.anInt391 = -1;// model offset 2
class19.anInt390 = #####;//Male model id
class19.anInt347 = -1;//male sleeves
class19.anInt344 = -1;//women sleeves
class19.anInt387 = #####;//female model id
class19.aRSString_362 = Class112.method1668(43, "Name Goes Here");//Item Name
break;
Powered by vBulletin® Version 4.1.9 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.