Thread: Need help adding gano to my 317!

Results 1 to 6 of 6
  1. #1 Need help adding gano to my 317! 
    Registered Member
    Join Date
    Nov 2012
    Posts
    51
    Thanks given
    11
    Thanks received
    0
    Rep Power
    11
    I can't do it, i've looked at tuts and I can't get them to work, can anyone help me? I have the models and ints


    Specific problems: I can see gano in my invent, but it's stackable and won't equip, anyone help??



    Thanks guys
    Reply With Quote  
     

  2. #2  
    Banned
    Join Date
    Sep 2012
    Posts
    1,038
    Thanks given
    193
    Thanks received
    123
    Rep Power
    0
    634 model header, and itemassistant.java
    Reply With Quote  
     

  3. #3  
    Registered Member

    Join Date
    Oct 2012
    Posts
    397
    Thanks given
    31
    Thanks received
    33
    Rep Power
    991
    These ints should work if you have the correct models. If not, let me know and I'll get you the models as well. (This goes in itemdef.java)

    case 14499:
    itemDef.name = "Ganodermic visor";
    itemDef.description = "It's an Ganodermic visor";
    itemDef.actions = new String[] { null, "Wear", "Check", "Clean", "drop"};
    itemDef.groundActions = new String[] { null, null, "take", null, null};
    itemDef.modelID = 10935;
    itemDef.maleEquip1 = 10373;
    itemDef.femaleEquip1 = 10523;
    itemDef.modelZoom = 1118;
    itemDef.modelRotation1 = 215;
    itemDef.modelRotation2 = 175;
    itemDef.modelOffset1 = 1;
    itemDef.modelOffset2 = -30;
    break;
    case 14497:
    itemDef.name = "Ganodermic poncho";
    itemDef.description = "It's an Ganodermic poncho";
    itemDef.actions = new String[] { null, "Wear", "Check", "Clean", "drop"};
    itemDef.groundActions = new String[] { null, null, "take", null, null};
    itemDef.modelID = 10919;
    itemDef.maleEquip1 = 10490;
    itemDef.femaleEquip1 = 10664;
    itemDef.modelZoom = 1513;
    itemDef.modelRotation1 = 485;
    itemDef.modelRotation2 = 13;
    itemDef.modelOffset1 = 1;
    itemDef.modelOffset2 = -3;
    break;
    case 14501:
    itemDef.name = "Ganodermic leggings";
    itemDef.description = "It's an Ganodermic leggings";
    itemDef.actions = new String[] { null, "Wear", "Check", "Clean", "drop"};
    itemDef.groundActions = new String[] { null, null, "take", null, null};
    itemDef.modelID = 10942;
    itemDef.maleEquip1 = 10486;
    itemDef.femaleEquip1 = 10578;
    itemDef.modelZoom = 1513;
    itemDef.modelRotation1 = 498;
    itemDef.modelRotation2 = 0;
    itemDef.modelOffset1 = 8;
    itemDef.modelOffset2 = -18;
    break;
    Reply With Quote  
     

  4. #4  
    Donator

    Join Date
    Aug 2011
    Posts
    94
    Thanks given
    28
    Thanks received
    6
    Rep Power
    12
    Quote Originally Posted by Wtf Rofl View Post
    These ints should work if you have the correct models. If not, let me know and I'll get you the models as well. (This goes in itemdef.java)
    Models Sorry, i just really want to add gano.... Thanks!
    Reply With Quote  
     

  5. #5  
    Registered Member
    Karma_K's Avatar
    Join Date
    Nov 2012
    Posts
    4,287
    Thanks given
    152
    Thanks received
    610
    Rep Power
    108
    Quote Originally Posted by tannerk08 View Post
    Models Sorry, i just really want to add gano.... Thanks!
    Old ass post.. Just go google the models and ints and add the ints to itemdef client sided. If you have a non renamed client it's class8
    Reply With Quote  
     

  6. #6  
    Donator

    Join Date
    Aug 2011
    Posts
    94
    Thanks given
    28
    Thanks received
    6
    Rep Power
    12
    Quote Originally Posted by Karma_K View Post
    Old ass post.. Just go google the models and ints and add the ints to itemdef client sided. If you have a non renamed client it's class8
    Thank you!
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Similar Threads

  1. Replies: 8
    Last Post: 01-12-2014, 11:17 PM
  2. Gano creatures models
    By RS Wiki in forum Models
    Replies: 2
    Last Post: 10-29-2012, 09:08 AM
  3. Replies: 4
    Last Post: 08-20-2012, 12:35 AM
  4. [317]Adding rune thrownaxe , dart and javelin[317]
    By pkersworld in forum Tutorials
    Replies: 7
    Last Post: 04-26-2011, 07:28 PM
  5. [317]Adding cases[317]
    By happyisbackk in forum Requests
    Replies: 0
    Last Post: 06-24-2009, 09:01 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •