Thread: 602 Full Item Dump with COLORS

Results 1 to 8 of 8
  1. #1 602 Full Item Dump with COLORS 
    Registered Member
    gomomo11's Avatar
    Join Date
    May 2010
    Posts
    2,379
    Thanks given
    268
    Thanks received
    196
    Rep Power
    177
    Sup, I was looking for a full item dump with colors but couldn't find one, so made this quickcly, have fun. This is good if you want to recolor items.

    Format:
    Code:
    -------------------------------------
    
    Item Id: 54
    modelid: 2435
    Name: Oak shortbow (u)
    description: It's a Oak shortbow (u)
    modelZoom: 1200
    modelRotation1: 508
    modelRotation2: 124
    modelOffset1: 7
    modelOffset2: 2
    value: 50
    membersObject: true
    maleEquip1: 26610
    aByte205: 0
    femaleEquip1: 26610
    aByte154: 0
    groundActions[2]: Take
    Actions[4]: Drop
    colorCount: 1
    EditedModelColor[0]: 6674
    NewModelColor[0]: 8111
    certid: 55
    -------------------------------------
    Rep/Thanks appreciated.

    Download Link:

    Download Full.Item.Dump.txt @ UppIT
    Attached image
    no external links without affiliate
    Reply With Quote  
     

  2. #2  
    Client God

    Join Date
    Aug 2009
    Posts
    3,127
    Thanks given
    3
    Thanks received
    617
    Rep Power
    907
    Not being a dick or anything but this is dumped horribly =\

    Code:
    case 54:
    			itemDefinition.modelID = 2435;
    			itemDefinition.name = "Oak shortbow (u)";
    			itemDefinition.zoom = 1200;
    			itemDefinition.rotation1 = 508;
    			itemDefinition.rotation2 = 124;
    			itemDefinition.offset1 = 7;
    			itemDefinition.offset2 = 2;
    			itemDefinition.value = 50;
    			itemDefinition.membersObject = true;
    			itemDefinition.maleModel1 = 26610;
    			itemDefinition.femaleModel1 = 26610;
    			itemDefinition.groundActions = new String[] {null, null, "Take", null, null, "Examine"};
    			itemDefinition.actions = new String[] {null, null, null, null, "Drop"};
    			itemDefinition.originalColor = new int[] {6674};
    			itemDefinition.newColor = new int[] {8111};
    			itemDefinition.notedID = 55;
    			break;
    Is 100% C&P (Besides renaming) and doesn't include the defaulted variables.

    But good job anyways
    Reply With Quote  
     

  3. #3  
    Registered Member
    gomomo11's Avatar
    Join Date
    May 2010
    Posts
    2,379
    Thanks given
    268
    Thanks received
    196
    Rep Power
    177
    Quote Originally Posted by K4rn4ge View Post
    Not being a dick or anything but this is dumped horribly =\

    Code:
    case 54:
    			itemDefinition.modelID = 2435;
    			itemDefinition.name = "Oak shortbow (u)";
    			itemDefinition.zoom = 1200;
    			itemDefinition.rotation1 = 508;
    			itemDefinition.rotation2 = 124;
    			itemDefinition.offset1 = 7;
    			itemDefinition.offset2 = 2;
    			itemDefinition.value = 50;
    			itemDefinition.membersObject = true;
    			itemDefinition.maleModel1 = 26610;
    			itemDefinition.femaleModel1 = 26610;
    			itemDefinition.groundActions = new String[] {null, null, "Take", null, null, "Examine"};
    			itemDefinition.actions = new String[] {null, null, null, null, "Drop"};
    			itemDefinition.originalColor = new int[] {6674};
    			itemDefinition.newColor = new int[] {8111};
    			itemDefinition.notedID = 55;
    			break;
    Is 100% C&P (Besides renaming) and doesn't include the defaulted variables.

    But good job anyways
    The main purpose of this is the colors.
    And for the default variables, this is why it's called FULL .

    Btw I used this with my item def packer.
    Attached image
    no external links without affiliate
    Reply With Quote  
     

  4. #4  
    Banned

    Join Date
    Sep 2011
    Age
    27
    Posts
    801
    Thanks given
    511
    Thanks received
    158
    Rep Power
    0
    Oh thanks, I like re-colouring items .
    Reply With Quote  
     

  5. #5  
    Registered Member
    Optimum's Avatar
    Join Date
    Apr 2012
    Posts
    3,570
    Thanks given
    871
    Thanks received
    1,745
    Rep Power
    5000
    Quote Originally Posted by gomomo11 View Post
    Sup, I was looking for a full item dump with colors but couldn't find one, so made this quickcly, have fun. This is good if you want to recolor items.

    Format:
    Code:
    -------------------------------------
    
    Item Id: 54
    modelid: 2435
    Name: Oak shortbow (u)
    description: It's a Oak shortbow (u)
    modelZoom: 1200
    modelRotation1: 508
    modelRotation2: 124
    modelOffset1: 7
    modelOffset2: 2
    value: 50
    membersObject: true
    maleEquip1: 26610
    aByte205: 0
    femaleEquip1: 26610
    aByte154: 0
    groundActions[2]: Take
    Actions[4]: Drop
    colorCount: 1
    EditedModelColor[0]: 6674
    NewModelColor[0]: 8111
    certid: 55
    -------------------------------------
    Rep/Thanks appreciated.

    Download Link:

    Download Full.Item.Dump.txt @ UppIT
    Please tell me how to dump color codes?

    Quote Originally Posted by DownGrade View Post
    Don't let these no life creeps get to you, its always the same on here. They'd rather spend hours upon hours in the rune-server spam section then getting laid! ha ha!Its honestly pathetic i haven't seen so many lowlifes in my life its actually insane i wish that this section would just vanish its probably the only way to get these people out of the community...
    PLEASE BE AWARE OF IMPOSTERS MY DISCORD ID: 362240000760348683
    Reply With Quote  
     

  6. #6  
    Donator


    Join Date
    Jan 2012
    Posts
    1,288
    Thanks given
    491
    Thanks received
    229
    Rep Power
    127
    Sorry for the gravedig but I really need this to be reuploaded and I know others do too.



    Developer of Valor, Exigence, & Mystic.
    Reply With Quote  
     

  7. #7  
    Registered Member
    Join Date
    Nov 2013
    Posts
    107
    Thanks given
    22
    Thanks received
    0
    Rep Power
    11
    Gravedigging sorry:/ anybody still have this? Thanks!
    Reply With Quote  
     

  8. #8  
    Registered Member Tatsuya's Avatar
    Join Date
    Dec 2011
    Posts
    335
    Thanks given
    74
    Thanks received
    52
    Rep Power
    61
    Sorry about grave digging, but I need this. If anyone has it and can send it to me that'd be great.
    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. 602 item int dump?
    By Ross in forum Requests
    Replies: 1
    Last Post: 11-18-2011, 08:26 PM
  2. 602 item dump
    By abdul100 in forum Requests
    Replies: 0
    Last Post: 05-23-2011, 06:46 AM
  3. 602 item int dump
    By Patricio in forum Models
    Replies: 6
    Last Post: 01-24-2011, 04:14 PM
  4. 602 item model dump.
    By wannabecoder :) in forum Requests
    Replies: 0
    Last Post: 12-17-2010, 11:28 PM
  5. 100% full item dump(For editing items\colors)
    By Yarnova in forum Downloads
    Replies: 8
    Last Post: 11-03-2007, 04:23 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
  •