Thread: Conversion help

Page 2 of 2 FirstFirst 12
Results 11 to 12 of 12
  1. #11  
    Gunner4Life Market Banned Market Banned



    Join Date
    Jun 2011
    Posts
    2,357
    Thanks given
    132
    Thanks received
    666
    Rep Power
    648
    item.cfg bro
    Reply With Quote  
     

  2. #12  
    Registered Member

    Join Date
    Mar 2011
    Posts
    524
    Thanks given
    87
    Thanks received
    49
    Rep Power
    97
    Quote Originally Posted by Edd is pro View Post
    thanks youu if you have the ints for fighter torso and helm id really appreciate it!
    Here are the Fighter torso and Fighter hat ints.

    Code:
    case 10551:
    itemDef.name = "Fighter torso";
    itemDef.description = "It's a Fighter torso.".getBytes();
    itemDef.groundActions = new String[5];
    itemDef.groundActions[2] = "Take";
    itemDef.actions = new String[5];
    itemDef.actions[1] = "Wear";
    itemDef.actions[4] = "Drop";
    itemDef.modelID = 20603;
    itemDef.modelZoom = 1178;
    itemDef.modelRotation2 = 498;
    itemDef.modelRotation1 = 1840;
    itemDef.anInt204 = 0;
    itemDef.modelOffset2 = 0;
    itemDef.modelOffset1 = 7;
    itemDef.maleEquip1 = 19258;
    itemDef.femaleEquip1 = 20516;
    itemDef.anInt188 = 156;
    itemDef.anInt164 = 337;
    break;
    Code:
    case 10548:
    itemDef.name = "Fighter hat";
    itemDef.description = "It's a Fighter hat.".getBytes();
    itemDef.groundActions = new String[5];
    itemDef.groundActions[2] = "Take";
    itemDef.actions = new String[5];
    itemDef.actions[1] = "Wear";
    itemDef.actions[4] = "Drop";
    itemDef.modelID = 20598;
    itemDef.modelZoom = 724;
    itemDef.modelRotation2 = 69;
    itemDef.modelRotation1 = 0;
    itemDef.modelOffset2 = 1;
    itemDef.modelOffset1 = -1;
    itemDef.maleEquip1 = 19246;
    itemDef.femaleEquip1 = 20506;
    itemDef.anInt175 = 19237;
    itemDef.anInt197 = 19242;
    break;
    For the fighter hat ints, if you get errors on anInt175 and anInt197, I believe you can just remove them.

    Hope it helps.
    sweet
    Reply With Quote  
     

  3. Thankful user:


Page 2 of 2 FirstFirst 12

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. Conversion Please.
    By Shaun™ in forum Help
    Replies: 11
    Last Post: 03-27-2012, 05:16 PM
  2. Conversion
    By Sillhouette in forum Requests
    Replies: 3
    Last Post: 06-04-2011, 03:51 AM
  3. conversion help
    By Gary in forum Requests
    Replies: 0
    Last Post: 03-24-2010, 12:01 AM
  4. Conversion please?
    By weshouldnt in forum Help
    Replies: 6
    Last Post: 01-16-2010, 11:09 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
  •