Thread: Adding model help please

Results 1 to 3 of 3
  1. #1 Adding model help please 
    Registered Member
    Join Date
    Jul 2009
    Posts
    73
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    Ok im trying to add this model: [Only registered and activated users can see links. ]

    But it just shows up as a empty thingy (not even a null head or seomthing)
    yes i did the addmodel thing (using this tut to add it to the client: [Only registered and activated users can see links. ])

    (Using Galkons refactured client)
    So what am i doing wrong?

    My itemdef.java Code:
    Code:
    		if(i == 8001)
    {
            itemDef.actions = new String[5]; // action
            itemDef.actions[1] = "Wield"; // action - text
            itemDef.modelID = 13701; // ground model
            itemDef.modelZoom = 1560; // zoom model
    	    itemDef.modelRotation1 = 344; // rotations
            itemDef.modelRotation2 = 1104; 
            itemDef.anInt204 = 0;
            itemDef.modelOffset1 = -6;
            itemDef.modelOffset2 = -14;
            itemDef.maleEquip1 = 13700; // male wearing torso
            itemDef.femaleEquip1 = 13700; // female wearing torso
            itemDef.maleEquip2 = -1; // male wearing arms
            itemDef.femaleEquip2 = -1; // female wearing arms
            itemDef.anInt175 = -1;
            itemDef.anInt197 = -1;
            itemDef.stackable = false; // stackable
            itemDef.certID = 8001;
            itemDef.name = "Dragon Wingshield"; // name of item
            itemDef.description = "A rare shield made of a dragon wing.".getBytes();
    }
    His class8.java code:
    Code:
    if(i == 8001)
    {
    	class8.aStringArray189 = new String[5];
    	class8.aStringArray189[1] = "Wield";
    	class8.aString170 = "Dragon kiteshield";
    	class8.aByteArray178 = "A rare, protective kiteshield.".getBytes();
    	class8.anInt174 = 13701;
    	class8.anInt181 = 1560;
    	class8.anInt190 = 344;
    	class8.anInt198 = 1104;
    	class8.anInt204 = 0;
    	class8.anInt169 = -6;
    	class8.anInt194 = -14;
    	class8.anInt165 = 13700;
    	class8.anInt200 = 13700;
    	class8.anInt188 = -1;
    	class8.anInt164 = -1;
    	class8.anInt175 = -1;
    	class8.anInt197 = -1;
    }
    Please help i realy want this model.
    Reply With Quote  
     

  2. #2  
    Banned

    Join Date
    May 2009
    Posts
    1,387
    Thanks given
    21
    Thanks received
    14
    Rep Power
    0
    What client are you using, Galkons refactored?
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Jul 2009
    Posts
    73
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    Quote Originally Posted by Kenny View Post
    What client are you using, Galkons refactored?
    Ehmm yes sorry, forgot to add that
    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

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •