Thread: Converting for me.

Results 1 to 5 of 5
  1. #1 Converting for me. 
    Split Era #1

    Join Date
    Jan 2011
    Age
    26
    Posts
    305
    Thanks given
    680
    Thanks received
    60
    Rep Power
    33
    I Would be Very Glad if someone could Convert these for me.
    These are the Ints.
    Code:
                   
     if(i == 15000){
                                class8.aStringArray189 = new String[5];
                                class8.aStringArray189[1] = "Wear";
                                class8.anIntArray156 = new int[1];
                                class8.anIntArray160 = new int[1];
                                class8.anIntArray156[0] = 0;
                                class8.anIntArray160[0] = 0;
                                class8.anInt174 = 14050;//item look
                                class8.anInt181 = 1957;
                                class8.anInt190 = 498;
                                class8.anInt198 = 484;
                                class8.anInt204 = 0;
                                class8.anInt169 = -1;
                                class8.anInt194 = -1;
                                class8.anInt165 = 14051;
                                class8.anInt200 = 14051;
                                class8.anInt175 = -1;
                                class8.anInt197 = -1;
                                class8.aString170 = "Bandos Scimatar ";
                                class8.aByteArray178 = "A Scimitar dropped by the ultimate barrows.".getBytes();
            }
    These are the format I need them to be like.

    Code:
    			if(i == 11779){
    				itemDef.actions = new String[5];
    				itemDef.actions[1] = "Wear";
    				itemDef.modifiedModelColors = new int[1];
    				itemDef.originalModelColors = new int [1];
    				itemDef.modifiedModelColors[0] = 0;
    				itemDef.originalModelColors[0] = 926;
    				itemDef.modelID = 2635;
    				itemDef.modelZoom = 440;
    				itemDef.modelRotation1 = 76;
    				itemDef.modelRotation2 = 1850;
    				itemDef.anInt204 = 0;
    				itemDef.modelOffset1 = 1;
    				itemDef.modelOffset2 = 1;
    				itemDef.maleEquip1 = 187;
    				itemDef.femaleEquip1 = 363;
    				itemDef.name = "Black Partyhat";
    				itemDef.description = "A Black Party Hat".getBytes();
    			}
    Reply With Quote  
     

  2. #2  
    Extreme Donator Converting for me. Market Banned



    Join Date
    Dec 2010
    Age
    25
    Posts
    6,060
    Thanks given
    1,692
    Thanks received
    1,238
    Rep Power
    1765
    Code:
                   
     if(i == 15000){
    				itemDef.actions = new String[5];
    				itemDef.actions[1] = "Wear";
      				itemDef.modifiedModelColors = new int[1];
    				itemDef.originalModelColors = new int [1];
    				itemDef.modifiedModelColors[0] = 0;
    				itemDef.originalModelColors[0] = 0;
    				itemDef.modelID = 14050;
                                class8.anInt181 = 1957;
                                class8.anInt190 = 498;
                                class8.anInt198 = 484;
                                class8.anInt204 = 0;
                                class8.anInt169 = -1;
                                class8.anInt194 = -1;
                                class8.anInt165 = 14051;
                                class8.anInt200 = 14051;
                                class8.anInt175 = -1;
                                class8.anInt197 = -1;
    				itemDef.name = "Bandos Scimatar ";
    				itemDef.description = "A Scimitar dropped by the ultimate barrows.".getBytes();
            }
    Figure out the rest and do it yourself.
    Reply With Quote  
     

  3. #3  
    Registered Member Skarlett's Avatar
    Join Date
    Apr 2013
    Posts
    405
    Thanks given
    47
    Thanks received
    7
    Rep Power
    13
    you spelled 'scimitar" wrong >.>
    ♡Lovvveeee♡
    Reply With Quote  
     

  4. #4  
    Split Era #1

    Join Date
    Jan 2011
    Age
    26
    Posts
    305
    Thanks given
    680
    Thanks received
    60
    Rep Power
    33
    Quote Originally Posted by Maxxi View Post
    Code:
                   
     if(i == 15000){
    				itemDef.actions = new String[5];
    				itemDef.actions[1] = "Wear";
      				itemDef.modifiedModelColors = new int[1];
    				itemDef.originalModelColors = new int [1];
    				itemDef.modifiedModelColors[0] = 0;
    				itemDef.originalModelColors[0] = 0;
    				itemDef.modelID = 14050;
                                class8.anInt181 = 1957;
                                class8.anInt190 = 498;
                                class8.anInt198 = 484;
                                class8.anInt204 = 0;
                                class8.anInt169 = -1;
                                class8.anInt194 = -1;
                                class8.anInt165 = 14051;
                                class8.anInt200 = 14051;
                                class8.anInt175 = -1;
                                class8.anInt197 = -1;
    				itemDef.name = "Bandos Scimatar ";
    				itemDef.description = "A Scimitar dropped by the ultimate barrows.".getBytes();
            }
    Figure out the rest and do it yourself.
    Thank You
    Quote Originally Posted by AinProds View Post
    you spelled 'scimitar" wrong >.>
    This isn't me, I got the Delta ints from a download.. I just needed them converted.
    Reply With Quote  
     

  5. #5  
    Split Era #1

    Join Date
    Jan 2011
    Age
    26
    Posts
    305
    Thanks given
    680
    Thanks received
    60
    Rep Power
    33
    I get a error when i spawn and the client freezes.

    Here's the ints for what i added. The Model Id's are 14050 and 14051.
    Code:
      if(i == 11782){
    				itemDef.actions = new String[5];
    				itemDef.actions[1] = "Wear";
      				itemDef.modifiedModelColors = new int[1];
    				itemDef.originalModelColors = new int [1];
    				itemDef.modifiedModelColors[0] = 0;
    				itemDef.originalModelColors[0] = 0;
    				itemDef.modelID = 14050;
                                	itemDef.modelZoom = 1957;
                                	itemDef.modelRotation1 = 498;
                                	itemDef.modelRotation2 = 484;
                                	itemDef.anInt204 = 0;
                                	itemDef.modelOffset1 = -1;
                               	itemDef.modelOffset2 = -1;
                                	itemDef.maleEquip1 = 14051;
                                	itemDef.femaleEquip1 = 14051;
                                	itemDef.anInt175 = -1;
                                	itemDef.anInt197 = -1;
    				itemDef.name = "Bandos Scimitar ";
    				itemDef.description = "A Scimitar dropped by the ultimate barrows.".getBytes();
            }

    EDIT: Fixed.
    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. Can someone convert this for me?
    By Glenn in forum Help
    Replies: 1
    Last Post: 08-07-2011, 02:25 AM
  2. Convert this packet(frame) for me?
    By hybrent in forum Help
    Replies: 3
    Last Post: 10-09-2009, 01:39 PM
  3. Can someone convert this for me.
    By Guard1an in forum Help
    Replies: 0
    Last Post: 10-06-2009, 01:57 AM
  4. can somone convert this for me?
    By WH:II:DOW in forum Models
    Replies: 0
    Last Post: 01-14-2009, 09:25 PM
  5. Could someone Do some converting for me
    By killmoon1 in forum Models
    Replies: 2
    Last Post: 10-22-2008, 07:57 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •