Thread: [PI] Where do I add the 634 Items in my Client?

Page 1 of 2 12 LastLast
Results 1 to 10 of 11
  1. #1 [PI] Where do I add the 634 Items in my Client? 
    | The Original |
    Matt's Avatar
    Join Date
    Jul 2009
    Age
    27
    Posts
    534
    Thanks given
    129
    Thanks received
    87
    Rep Power
    33
    Sorry if you think this is stupid but I'm kinda confused and I'm over thinking.
    Reply With Quote  
     

  2. #2  
    | The Original |
    Matt's Avatar
    Join Date
    Jul 2009
    Age
    27
    Posts
    534
    Thanks given
    129
    Thanks received
    87
    Rep Power
    33
    Help? Please??
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Feb 2011
    Posts
    398
    Thanks given
    1
    Thanks received
    11
    Rep Power
    4
    Make a new folder called raw and add them all in ,then open client.java and search for //preload if you dont have tht then good, compile, then follow k4rn4ges tut
    Reply With Quote  
     

  4. #4  
    | The Original |
    Matt's Avatar
    Join Date
    Jul 2009
    Age
    27
    Posts
    534
    Thanks given
    129
    Thanks received
    87
    Rep Power
    33
    Quote Originally Posted by -Deception- View Post
    Make a new folder called raw and add them all in ,then open client.java and search for //preload if you dont have tht then good, compile, then follow k4rn4ges tut
    where do I put the raw folder? and does it have to be RAW or just raw?
    Reply With Quote  
     

  5. #5  
    Banned

    Join Date
    Feb 2010
    Posts
    1,203
    Thanks given
    178
    Thanks received
    173
    Rep Power
    0
    put it in your cache;
    Reply With Quote  
     

  6. #6  
    | The Original |
    Matt's Avatar
    Join Date
    Jul 2009
    Age
    27
    Posts
    534
    Thanks given
    129
    Thanks received
    87
    Rep Power
    33
    Quote Originally Posted by 'Matt' View Post
    put it in your cache;
    Then what?
    Reply With Quote  
     

  7. #7  
    Banned

    Join Date
    Feb 2010
    Posts
    1,203
    Thanks given
    178
    Thanks received
    173
    Rep Power
    0
    Quote Originally Posted by Toxic Truth View Post
    Then what?
    add the model (.dat)

    and then go to your itemdef.java
    Reply With Quote  
     

  8. #8  
    | The Original |
    Matt's Avatar
    Join Date
    Jul 2009
    Age
    27
    Posts
    534
    Thanks given
    129
    Thanks received
    87
    Rep Power
    33
    What do I do there rofl.
    Reply With Quote  
     

  9. #9  
    Banned

    Join Date
    Feb 2010
    Posts
    1,203
    Thanks given
    178
    Thanks received
    173
    Rep Power
    0
    Quote Originally Posted by Toxic Truth View Post
    What do I do there rofl.
    if(i == Item Id here) {
    itemDef.actions = new String[5];
    itemDef.actions[1] = "Wield";
    itemDef.modelID = model id here;
    itemDef.maleEquip1 = model id here;
    itemDef.femaleEquip1 = model id here;
    itemDef.modelZoom = 789;
    itemDef.modelRotation1 = 240;
    itemDef.modelRotation2 = 60;
    itemDef.modelOffset1 = -1;
    itemDef.modelOffset2 = -23;
    itemDef.name = "item name";
    itemDef.description = "Examine Message here.".getBytes();
    }


    fill this in with the correct data.
    Reply With Quote  
     

  10. #10  
    | The Original |
    Matt's Avatar
    Join Date
    Jul 2009
    Age
    27
    Posts
    534
    Thanks given
    129
    Thanks received
    87
    Rep Power
    33
    For EVERY model?
    Reply With Quote  
     

  11. Thankful user:


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

Similar Threads

  1. 634 items-cache packable
    By jakanddax222 in forum Help
    Replies: 0
    Last Post: 01-03-2011, 03:26 AM
  2. class8 items -> cache items?
    By Byakuya Kuchiki in forum Help
    Replies: 9
    Last Post: 12-30-2009, 11:22 AM
  3. can any 1 add items to the cache ?
    By superbombet in forum Help
    Replies: 2
    Last Post: 08-19-2009, 08:13 PM
  4. Buying A Way To Add Items to Cache
    By AMG A Bear in forum Requests
    Replies: 1
    Last Post: 01-06-2009, 12:29 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
  •