Thread: Dragon Platebody No arms

Results 1 to 2 of 2
  1. #1 Dragon Platebody No arms 
    Registered Member
    Matt_'s Avatar
    Join Date
    Sep 2007
    Posts
    409
    Thanks given
    152
    Thanks received
    19
    Rep Power
    176
    Hey guys i was wondering if anyone could remove the arms of this model and post it with the ints, im not very good at model editing and i would really apreciate this.

    [Only registered and activated users can see links. ] <-- Thats the dragon plate.

    So its sort of the torso shape but it has the shoulders.
    [Only registered and activated users can see links. ]


    Lol .
    Reply With Quote  
     

  2. #2  
    Registered Member Mrparkers's Avatar
    Join Date
    Mar 2008
    Posts
    249
    Thanks given
    0
    Thanks received
    0
    Rep Power
    13
    Okay, I don't know if this will work or not, but try this:

    Notice where it's commented and says "Sleeves"

    Just delete those lines so they won't show.

    Code:
    if(i == 13665)  // change this if you need to "item number"
    {
    class8.aStringArray189 = new String[5];
    class8.aStringArray189[1] = "Wield";//New option
    class8.anIntArray156 = new int[2];
    class8.anIntArray160 = new int[2];
    class8.anIntArray156[0] = 43072;
    class8.anIntArray160[0] = 925;
    class8.anIntArray156[1] = 4550;
    class8.anIntArray160[1] = 925;
    class8.anInt174 = 14104; //Model ID
    class8.anInt181 = 1330; //zoom increase will make it smaller
    class8.anInt190 = 310; //model rotate up+down increase to move doen away from you
    class8.anInt198 = 1800; //model rotate side ways increase to move right in circle
    class8.anInt169 = 0; // model offset increase to move to the right
    class8.anInt194 = 1; //model offset increase to move up
    class8.anInt165 = 14105;//male wearing
    class8.anInt200 = 14105;//female wearing
    class8.aBoolean176 = false;//Stackable
    class8.aString170 = "Dragon platebody";//Name of the new item
    class8.aByteArray178 = "Provides excellent protection".getBytes();//examin info
    }
    Try it, hope it works.
    [Only registered and activated users can see links. ]
    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
  •