Thread: Help with changing class8 to itemdef.

Results 1 to 4 of 4
  1. #1 Help with changing class8 to itemdef. 
    Registered Member
    Join Date
    Mar 2012
    Posts
    24
    Thanks given
    1
    Thanks received
    0
    Rep Power
    11
    hey guy's can someone please change these for me. to itemdef.

    if(i == 13672) // change this if you need to "item number"
    {
    class8.aStringArray189 = new String[5];
    class8.aStringArray189[1] = "Wield";//New option
    class8.anIntArray156 = new int[1];
    class8.anIntArray160 = new int[1];
    class8.anIntArray156[0] = 8741;
    class8.anIntArray160[0] = 0;
    class8.anInt174 = 14131;
    class8.anInt181 = 1000;
    class8.anInt190 = 572;
    class8.anInt198 = 0;
    class8.anInt169 = 0;
    class8.anInt194 = 1;
    class8.anInt165 = 14115;
    class8.anInt200 = 14115;
    class8.anInt164 = 14116;
    class8.anInt188 = 14116;
    class8.aBoolean176 = false;
    class8.aString170 = "Metallica t-shirt";
    class8.aByteArray178 = "Yope.".getBytes();
    }
    if(i == 13677) {
    class8.aStringArray189 = new String[5];
    class8.aStringArray189[1] = "Wear";
    class8.anInt174 = 14125; //Inv & Ground
    class8.anInt181 = 2000; //Zoom
    class8.anInt190 = 572;
    class8.anInt198 = 0;
    class8.anInt204 = 0;
    class8.anInt169 = 0;
    class8.anInt194 = 1;
    class8.anInt165 = 14126; //Male
    class8.anInt200 = 14126; //Female
    class8.anInt175 = -1;
    class8.anInt197 = -1;
    class8.anInt199 = -1;//noteable
    class8.aString170 = "Moderator cape";
    class8.aByteArray178 = "Its A moderator Cape".getBytes();
    }
    if(i == 13678) {
    class8.aStringArray189 = new String[5];
    class8.aStringArray189[1] = "Wear";
    class8.anInt174 = 14127; //Inv & Ground
    class8.anInt181 = 2000; //Zoom
    class8.anInt190 = 572;
    class8.anInt198 = 0;
    class8.anInt204 = 0;
    class8.anInt169 = 0;
    class8.anInt194 = 1;
    class8.anInt165 = 14128; //Male
    class8.anInt200 = 14128; //Female
    class8.anInt175 = -1;
    class8.anInt197 = -1;
    class8.anInt199 = -1;//noteable
    class8.aString170 = "Administrator cape";
    class8.aByteArray178 = "Its an administrator cape".getBytes();
    }
    if(i == 13679) {
    class8.aStringArray189 = new String[5];
    class8.aStringArray189[1] = "Wear";
    class8.anInt174 = 14129; //Inv & Ground
    class8.anInt181 = 2000; //Zoom
    class8.anInt190 = 572;
    class8.anInt198 = 0;
    class8.anInt204 = 0;
    class8.anInt169 = 0;
    class8.anInt194 = 1;
    class8.anInt165 = 14130; //Male
    class8.anInt200 = 14130; //Female
    class8.anInt175 = -1;
    class8.anInt197 = -1;
    class8.anInt199 = -1;//noteable
    class8.aString170 = "Owner cape";
    class8.aByteArray178 = "Its an owner cape".getBytes();
    }
    Reply With Quote  
     

  2. #2  
    Banned

    Join Date
    Sep 2011
    Age
    27
    Posts
    801
    Thanks given
    511
    Thanks received
    158
    Rep Power
    0
    No, go search in the tool section for an non-renamed variable converter.
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Mar 2012
    Posts
    24
    Thanks given
    1
    Thanks received
    0
    Rep Power
    11
    Ok thanks.
    Reply With Quote  
     

  4. #4  
    Registered Member
    Join Date
    Mar 2012
    Posts
    24
    Thanks given
    1
    Thanks received
    0
    Rep Power
    11
    Can't find anything..
    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. PI class8 conversion to ItemDef
    By SeekScape in forum Help
    Replies: 3
    Last Post: 06-02-2013, 08:36 AM
  2. class8 > itemdef
    By Sieu in forum Configuration
    Replies: 5
    Last Post: 01-01-2013, 03:58 AM
  3. Extending Class5/Class8 or EntityDef/ItemDef
    By wannabecoder :) in forum Snippets
    Replies: 1
    Last Post: 12-21-2010, 08:31 PM
  4. For when your class8/ItemDef gets too big
    By Shoes in forum Snippets
    Replies: 11
    Last Post: 06-26-2010, 03:14 PM
  5. Class8/ItemDef
    By Sir Lewis in forum Help
    Replies: 6
    Last Post: 07-20-2009, 06:04 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
  •