Thread: [508] Complete item dump - Formatted and easy - ONLINE

Page 1 of 4 123 ... LastLast
Results 1 to 10 of 35
  1. #1 [508] Complete item dump - Formatted and easy - ONLINE 
    Member Market Banned Market Banned

    Zee Best's Avatar
    Join Date
    Feb 2007
    Age
    29
    Posts
    3,036
    Thanks given
    24
    Thanks received
    210
    Rep Power
    1171
    Well, i got this removed when i had all my usefull stuff removed on request, but ill repost it.

    Anyway;

    Basically, ages ago i dumped a complete list of items in a 508 into refactored and non-refactored versions.

    The layouts are like this;

    Quote Originally Posted by Renamed
    itemDef.name = "Dragon arrow";
    itemDef.actions = new int[5];
    itemDef.actions[0] = "null";
    itemDef.actions[1] = "Wield";
    itemDef.actions[2] = "null";
    itemDef.actions[3] = "null";
    itemDef.actions[4] = "Drop";
    itemDef.modelID = 26306;
    itemDef.stackAmounts = new int[10];
    itemDef.stackIDs = new int[10];
    itemDef.stackAmounts[0] = 2;
    itemDef.stackIDs[0] = 11213;
    itemDef.stackAmounts[1] = 3;
    itemDef.stackIDs[1] = 11214;
    itemDef.stackAmounts[2] = 4;
    itemDef.stackIDs[2] = 11215;
    itemDef.stackAmounts[3] = 5;
    itemDef.stackIDs[3] = 11216;
    itemDef.anInt165 = -1;
    itemDef.anInt188 = -1;
    itemDef.team = 0;
    itemDef.stackable = true;
    itemDef.modelRotation2 = 180;
    itemDef.modelZoom = 2000;
    itemDef.value = 800;
    itemDef.anInt200 = -1;
    itemDef.anInt164 = -1;
    itemDef.modelOffset1 = 0;
    itemDef.anInt204 = 0;
    itemDef.modelOffset2 = 0;
    itemDef.certID = -1;
    itemDef.modelRotation1 = 432;
    itemDef.description = "It's a Dragon arrow.".getBytes();
    And for non-renamed.

    Quote Originally Posted by Non-refactored
    class8.aString170 = "Dragon arrow";
    class8.aStringArray189 = new int[5];
    class8.aStringArray189[0] = "null";
    class8.aStringArray189[1] = "Wield";
    class8.aStringArray189[2] = "null";
    class8.aStringArray189[3] = "null";
    class8.aStringArray189[4] = "Drop";
    class8.anInt174 = 26306;
    class8.anIntArray201 = new int[10];
    class8.anIntArray193 = new int[10];
    class8.anIntArray201[0] = 2;
    class8.anIntArray193[0] = 11213;
    class8.anIntArray201[1] = 3;
    class8.anIntArray193[1] = 11214;
    class8.anIntArray201[2] = 4;
    class8.anIntArray193[2] = 11215;
    class8.anIntArray201[3] = 5;
    class8.anIntArray193[3] = 11216;
    class8.anInt165 = -1;
    class8.anInt188 = -1;
    class8.anInt202 = 0;
    class8.aBoolean176 = true;
    class8.anInt198 = 180;
    class8.anInt181 = 2000;
    class8.anInt155 = 800;
    class8.anInt200 = -1;
    class8.anInt164 = -1;
    class8.anInt169 = 0;
    class8.anInt204 = 0;
    class8.anInt194 = 0;
    class8.anInt179 = -1;
    class8.anInt190 = 432;
    class8.aByteArray178 = "It's a Dragon arrow.".getBytes();
    So anyway;

    To access any item you want all you have to do is choose your version, then change this link into the item.

    Refactored versions;

    [Only registered and activated users can see links. ]

    So for dragon arrow i would use;

    [Only registered and activated users can see links. ]

    Note the renamed part of the URL.

    So, for non-refactored i would use;

    [Only registered and activated users can see links. ]

    Note the "non" part of the URL.

    There we go, just enter your item id and get everything you need in 1 page.


    [Only registered and activated users can see links. ]
    Reply With Quote  
     

  2. #2  
    Apocalyptism
    Harry's Avatar
    Join Date
    Apr 2007
    Posts
    3,783
    Thanks given
    594
    Thanks received
    1,833
    Rep Power
    2934
    Nice, you should make one for objects
    on a 508 client ive found the objectDef class and nearly all the necessary variables
    if u want them just ask me
    ~ Harry
    Please bear this in mind when hearing the word 'soon' from a software programmer.

    As coding software generally takes thousands of years, software programmers have developed a natural adaptation to this in the form of an altered perception of the flow of time.

    Due to this, the word 'soon' when uttered by a programmer should be taken to mean 'a very, very long time from now' in the terminology used by common human specimens who have not developed such an adaptation.
    knowledge can be taught, but passion cannot.
    It's better to create something that others criticise than to create nothing and criticise others.
    Reply With Quote  
     

  3. #3  
    Registered Member
    Vox''s Avatar
    Join Date
    Nov 2008
    Age
    28
    Posts
    3,114
    Thanks given
    49
    Thanks received
    181
    Rep Power
    731
    very useful, i liked your item dump for the 317/377/477 or whatever one it was before hd

    Quote Originally Posted by Zirtrix View Post
    So I've recently changed some things in the server, but when i compile it says
    Code:
    source\server\model\players\packets\Commands.java: 58: error: cannot find symbol
    This.Antileech("Remove This Line");
    ^
    Anyone know the problem?
    Student and Developer for [Only registered and activated users can see links. ]
    Reply With Quote  
     

  4. #4  
    Member Market Banned Market Banned

    Zee Best's Avatar
    Join Date
    Feb 2007
    Age
    29
    Posts
    3,036
    Thanks given
    24
    Thanks received
    210
    Rep Power
    1171
    Quote Originally Posted by Blood Isle View Post
    Nice, you should make one for objects
    on a 508 client ive found the objectDef class and nearly all the necessary variables
    if u want them just ask me
    Ive done all that, object's are pointless since most have no names =\.


    [Only registered and activated users can see links. ]
    Reply With Quote  
     

  5. #5  
    I'm Back

    Stewie's Avatar
    Join Date
    Jul 2008
    Age
    26
    Posts
    7,989
    Thanks given
    1,877
    Thanks received
    1,491
    Rep Power
    5000
    Quote Originally Posted by Zee best View Post
    Ive done all that, object's are pointless since most have no names =\.
    Still kool to have them


    [Only registered and activated users can see links. ]
    Reply With Quote  
     

  6. #6  
    Respected Member


    Josh's Avatar
    Join Date
    Aug 2008
    Age
    27
    Posts
    2,863
    Thanks given
    6
    Thanks received
    1,342
    Rep Power
    5000
    Thought it was 503 before?
    Anyways good Job
    Reply With Quote  
     

  7. #7  
    Tariq
    Guest
    >.<nice zee. im going to use this alot. thanks man>.<>.<
    Reply With Quote  
     

  8. #8  
    Registered Member
    Join Date
    Jan 2009
    Posts
    525
    Thanks given
    1
    Thanks received
    8
    Rep Power
    29
    This works with 317?
    Reply With Quote  
     

  9. #9  
    Member

    Join Date
    May 2008
    Posts
    1,288
    Thanks given
    50
    Thanks received
    92
    Rep Power
    0
    This is amazing.
    Perfect ints for stuff? :woot:
    Reply With Quote  
     

  10. #10  
    Donator


    Join Date
    Sep 2006
    Age
    27
    Posts
    2,106
    Thanks given
    73
    Thanks received
    54
    Rep Power
    491
    do you have a list? like one I can just download.. for when I use my laptop because it does not got teh internet.
    Reply With Quote  
     

Page 1 of 4 123 ... LastLast

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
  •