How to bypass Itemcache editing in 2.4 menu

User Tag List

Results 1 to 7 of 7
  1. #1
    qosmio's Avatar Member
    Reputation
    1
    Join Date
    Dec 2007
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    How to bypass Itemcache editing in 2.4

    Dear Memebers oF mmowned.com ,

    I have been on this site of quite a while now , and thought it time I gave this site a contribution .
    As you guys might be or might not be aware , Blizzard has indeed gone hard on model editing in 2.4 . Therefore meaning WoWME of 2.3 will not work on 2.4 . Therefore a fix as been released . I am not going to honor and post it here as it is not a property of mine , nor have the permission .

    But

    What I can tell you a BAD news , Blizzard has changed the “Structure of the Itemcache “ which the classic way of changing your weapons is not possible anymore

    But

    I can show you guys how to do it , its bit faster than the old way and easier too .

    Ok , what we need there do this is . 2 things :
    1) An Hex Editor ( hex Workshop )
    2) The old itemcache (2.3 )

    Steps to do so :
    1) Open the 2.3 itemcache with the Hex editor
    2) Search (text string ) for which item you want to replace . For example ( Gladiator’s Pummeler)
    Once you done searching you’ll find yourself looking at the right side something like this. Gladiator's Pummeler.Gladiator's Pummeler.Gladiator's Pummeler.Gladiator's Pummeler.n
    3) Go to the last letter of the last word of the item ( THE LAST WORD ) ( which is r ) and not ( .n)
    4) Highlight it ( r)
    5) Look at your screen on the left and you’ll see yourself looking at this figure ‘72’ and after it is ’00’ u need to go to move right after the ‘00’ and you’ll find these these figures ‘6E99’ .( remember items differ so codes differ . EVER ITEM HAS A UNIQUE CODE )
    6) The ’00’ will always be there so u need to always looking for the figures after it . that’s what we going to be changing .
    7) So now we know what the code for Gladiator's Pummeler is ‘ 6E99
    Open Itemcache (2.4) with hex editor
    9) Search (hex value ) code of the item u just looked up in itemcache 2.3 (Gladiator's Pummeler is ‘ 6E99)
    10) Once you search it will show on your screen on the right ( ‘Gladiator's Pummeler ) and the code on the left .
    11) ]This is where Blizzard tried to hide it , but I guess we where just too smart . Just simple replace that code with the item code of the weapon/item u want .
    12) ]OMG ! don’t ask me how you find the code again ! .. Just open the 2.3 itemcache and find the code …. Everything is up there :P ( professionals ignore this
    13) Have fun .
    you Screwed ur itemcache ? . Just delete it . And run WoW . it will come back automatically fixed

    Regards
    AMD

    p.s if you want to know how to position your weapons . Refer to this
    http://www.mmowned.com/forums/model-...-position.html

    (Can some please upload the 2.3 itemcache as mine is edited )
    Last edited by qosmio; 03-27-2008 at 08:53 PM.

    How to bypass Itemcache editing in 2.4
  2. #2
    Mudkip's Avatar Site Donator CoreCoins Purchaser
    Reputation
    293
    Join Date
    May 2007
    Posts
    863
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    yeh, an alternative is to look 6 0's after the highlighted letters and there are the numbers/letters to alter.



  3. #3
    qosmio's Avatar Member
    Reputation
    1
    Join Date
    Dec 2007
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Mudkip View Post
    yeh, an alternative is to look 6 0's after the highlighted letters and there are the numbers/letters to alter.
    *cough* its 8 0's not 6

  4. #4
    merfed's Avatar キタ━━━(゜∀゜)━━━!!!!!


    Reputation
    452
    Join Date
    Jul 2006
    Posts
    1,537
    Thanks G/R
    0/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    1 Thread(s)
    The WDB structure changes almost every major patch.

  5. #5
    Glitchy's Avatar ★ Elder ★
    Reputation
    1277
    Join Date
    Jun 2007
    Posts
    985
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    My New Version of MES is out as well that fixes the structure change

    Also what they did is instead of 1 trailing 0x00 After the string there is now 4. They also removed the duplicated names

    before the Structure was

    Field - 1 itemID - Integer
    Field - 2 entryLength - Integer
    Field - 3 itemClassID - Integer
    Field - 4 itemSubClassID - Integer
    Field - 5 Unknown - Unknown
    Field - 6 name - String - With 1 Trailing 0
    Field - 7 name - String - With 1 Trailing 0
    Field - 8 name - String - With 1 Trailing 0
    Field - 9 name - String - With 1 Trailing 0
    Field - 10 itemdisplayID - Integer
    Now the Structure is
    Field - 1 itemID - Integer
    Field - 2 entryLength - Integer
    Field - 3 itemClassID - Integer
    Field - 4 itemSubClassID - Integer
    Field - 5 Unknown - Unknown
    Field - 6 name - String - - With 4 Trailing 0's
    Field - 7 itemdisplayID - Integer
    There was also 134 Fields total so far i can find around 128

  6. #6
    *ChAoS*'s Avatar Contributor
    Reputation
    180
    Join Date
    Feb 2007
    Posts
    1,237
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks Glitchy.

  7. #7
    Svempy's Avatar Member
    Reputation
    12
    Join Date
    Jul 2007
    Posts
    93
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by qosmio View Post
    9) Search (hex value ) code of the item u just looked up in itemcache 2.3 (Gladiator's Pummeler is ‘ 6E99)
    10) Once you search it will show on your screen on the right ( ‘Gladiator's Pummeler ) and the code on the left .
    11) ]This is where Blizzard tried to hide it , but I guess we where just too smart . Just simple replace that code with the item code of the weapon/item u want .
    This is all we need to know, the rest is just a complicated around it. Nice post tho

Similar Threads

  1. /Guide/ How to Itemcache edit ((Gwaar's way))
    By TheBluePanda in forum WoW ME Tools & Guides
    Replies: 9
    Last Post: 06-26-2008, 11:43 PM
  2. How to bypass the raid group req?
    By kepappi in forum World of Warcraft Emulator Servers
    Replies: 5
    Last Post: 10-19-2007, 10:11 AM
  3. how do i model edit on a mac?
    By Canttouchdis in forum WoW ME Questions and Requests
    Replies: 0
    Last Post: 09-21-2007, 11:25 AM
  4. how to bypass MOST school filtering [PICS]
    By WTF LOL in forum Community Chat
    Replies: 14
    Last Post: 03-23-2007, 11:42 PM
  5. how to get model editing working again
    By KuRIoS in forum World of Warcraft Model Editing
    Replies: 47
    Last Post: 02-14-2007, 06:46 PM
All times are GMT -5. The time now is 08:47 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search