Thread: 718 changing old items look

Page 3 of 3 FirstFirst 123
Results 21 to 28 of 28
  1. #21  
    Banned

    Join Date
    Jan 2012
    Age
    25
    Posts
    2,703
    Thanks given
    906
    Thanks received
    630
    Rep Power
    0
    Quote Originally Posted by DoomZ View Post
    Yeah, i went below as am sure it must be there, couldn't actually see it, do you know from which range it starts/ends?
    Use itemdb.biz search for the item you want. The item with the lowest value is the one you need. Take it's model and then you have the old item look..
    Reply With Quote  
     

  2. #22  
    Registered Member

    Join Date
    Aug 2012
    Posts
    604
    Thanks given
    57
    Thanks received
    39
    Rep Power
    91
    Quote Originally Posted by Rentedo999 View Post
    Use itemdb.biz search for the item you want. The item with the lowest value is the one you need. Take it's model and then you have the old item look..
    So I must get the model id and that's the old item id that has to be edited in the editor?
    Reply With Quote  
     

  3. #23  
    Registered Member
    Project's Avatar
    Join Date
    Dec 2010
    Posts
    2,669
    Thanks given
    1,043
    Thanks received
    820
    Rep Power
    1101
    30,000 + in the cache is the OLD items, for instance, take 21787 (Steadfast boots). Add 30000 + 21787 = old item in cache which would be item 51787

    I've tried changing the prices, whenever I did, and opened it in shops it'd crash client. Hope you find the fix!
    Reply With Quote  
     

  4. #24  
    Registered Member alkharidrsps's Avatar
    Join Date
    Jun 2014
    Posts
    282
    Thanks given
    9
    Thanks received
    4
    Rep Power
    13
    bump?
    Reply With Quote  
     

  5. #25  
    Contributor

    clem585's Avatar
    Join Date
    Sep 2013
    Posts
    3,788
    Thanks given
    706
    Thanks received
    702
    Rep Power
    570
    Quote Originally Posted by Mike Hitz View Post
    bump?
    The way these 718 caches work, 667 items are packed starting from index 30000 for 667 item #0. So you need to make your item editor load items with a + 30000 offset. Pretty anoying to do since you have to do it for every item twice but it works.
    Project thread
    Reply With Quote  
     

  6. #26  
    Registered Member alkharidrsps's Avatar
    Join Date
    Jun 2014
    Posts
    282
    Thanks given
    9
    Thanks received
    4
    Rep Power
    13
    Quote Originally Posted by clem585 View Post
    The way these 718 caches work, 667 items are packed starting from index 30000 for 667 item #0. So you need to make your item editor load items with a + 30000 offset. Pretty anoying to do since you have to do it for every item twice but it works.
    can u help me? How do I read + 30k offset?
    Reply With Quote  
     

  7. #27  
    Contributor

    clem585's Avatar
    Join Date
    Sep 2013
    Posts
    3,788
    Thanks given
    706
    Thanks received
    702
    Rep Power
    570
    Quote Originally Posted by Mike Hitz View Post
    can u help me? How do I read + 30k offset?
    Code:
    //in your itemdef.java
    
    itemid = itemid + 30000;
    byte[] data = store.getIndexes()[19].getFile(itemid / 256, itemid % 256);
    Project thread
    Reply With Quote  
     

  8. #28  
    Registered Member alkharidrsps's Avatar
    Join Date
    Jun 2014
    Posts
    282
    Thanks given
    9
    Thanks received
    4
    Rep Power
    13
    Quote Originally Posted by clem585 View Post
    Code:
    //in your itemdef.java
    
    itemid = itemid + 30000;
    byte[] data = store.getIndexes()[19].getFile(itemid / 256, itemid % 256);
    pmed u
    Reply With Quote  
     

Page 3 of 3 FirstFirst 123

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. [718] Fixed Old Items Look
    By _jordan in forum Show-off
    Replies: 31
    Last Post: 08-08-2013, 02:05 AM
  2. 718+ Old items look on new account.
    By hunkr in forum Help
    Replies: 3
    Last Post: 06-11-2013, 03:56 PM
  3. [718+]Benīs Project old items look gltich.
    By Cya Forever in forum Help
    Replies: 4
    Last Post: 04-25-2013, 10:04 PM
  4. [Matrix 718] Editing Old Items Look
    By SuperNyanNyan in forum Help
    Replies: 5
    Last Post: 04-23-2013, 10:23 PM
  5. Replies: 23
    Last Post: 03-23-2013, 12:42 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
  •