Thread: [req]..how do u change ids?

Page 1 of 2 12 LastLast
Results 1 to 10 of 16
  1. #1 [req]..how do u change ids? 
    Registered Member Briskapop's Avatar
    Join Date
    Oct 2007
    Posts
    184
    Thanks given
    0
    Thanks received
    0
    Rep Power
    23
    u know how u get new items for your client?..

    well i was wondering how do u make those ids go to 10000+
    so u can just keep the others and just use the 10000 ids?
    and it wont be a null that just does @#[email protected][email protected]!#$!#$$&

    help.. will Re+
     

  2. #2  
    joeskater999
    Guest
    in your class8.java it has only new items but if you added a item in it you can find it and change the id in there
    like if you had a summoing cape

    Code:
    if(i == 9119) {
    class8.aStringArray189 = new String[5];
    class8.aStringArray189[1] = "Wear";
    class8.anIntArray156 = new int[3];
    class8.anIntArray160 = new int [3];
    class8.anIntArray156[0] = 0xD4E7;
    class8.anIntArray156[1] = 0xDFC0;
    class8.anIntArray156[2] = 0xD3A7;
    class8.anIntArray160[0] = 8128;
    class8.anIntArray160[1] = 9126;
    class8.anIntArray160[2] = 8128;
    class8.anInt174 = 7022; //Inv & Ground
    class8.anInt181 = 2000; //Zoom
    class8.anInt190 = 572;
    class8.anInt198 = 0;
    class8.anInt204 = 0;
    class8.anInt169 = 0;
    class8.anInt194 = 1;
    class8.anInt165 = 7021; //Male
    class8.anInt200 = 7021; //Female
    class8.anInt175 = -1;
    class8.anInt197 = -1;
    class8.aString170 = "Summoning Cape(t)";
    class8.aByteArray178 = "You've received a Summoning Cape(t)".getBytes();
    }
    Code:
    the if(i == 9119) {
    you would change 9119 to what you want.
     

  3. #3  
    Registered Member Briskapop's Avatar
    Join Date
    Oct 2007
    Posts
    184
    Thanks given
    0
    Thanks received
    0
    Rep Power
    23
    no i knew that.. but when u go over 10000 it becomes a null..
     

  4. #4  
    joeskater999
    Guest
    if it comes up null your ints are messed up or the model is.
     

  5. #5  
    Registered Member Briskapop's Avatar
    Join Date
    Oct 2007
    Posts
    184
    Thanks given
    0
    Thanks received
    0
    Rep Power
    23
    lemme show u what i mean..
     

  6. #6  
    joeskater999
    Guest
    ok sorry. im jsut trying to help.
     

  7. #7  
    Registered Member Briskapop's Avatar
    Join Date
    Oct 2007
    Posts
    184
    Thanks given
    0
    Thanks received
    0
    Rep Power
    23



    its all a dwarf head
     

  8. #8  
    joeskater999
    Guest
    have you tried to test it on a lower id to see if the ints are jsut messed up or the model? and have you compiled it?
     

  9. #9  
    Registered Member Briskapop's Avatar
    Join Date
    Oct 2007
    Posts
    184
    Thanks given
    0
    Thanks received
    0
    Rep Power
    23
    IT all works fine.. but i want it on like id # 10000 instead of 1000
     

  10. #10  
    Hopescape
    Guest
    I Have the same exact problem when ever i go over 10000 it becomes a null
    and if icant go over 10000 means i cant really make client compatible with server
     

Page 1 of 2 12 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
  •