changing transmog id's menu

User Tag List

Results 1 to 8 of 8
  1. #1
    leeecher's Avatar Member
    Reputation
    4
    Join Date
    Apr 2012
    Posts
    32
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    changing transmog id's

    hey there,
    i m wondering about if there's a serverside check about if you got the specified item for transmogging something, if not it would be rly appreciated if somebody could tell me how to change transmog item ids , tryed with drag&drop item a on the transmog interface slot, search for the id, drop item b and search for it but it didnt work.

    edit: tryed to search for a mogged id, changing it and searching for b too :/
    Last edited by leeecher; 05-08-2012 at 10:27 AM.

    changing transmog id's
  2. #2
    cvccbum's Avatar Member
    Reputation
    1
    Join Date
    Sep 2009
    Posts
    26
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    if you change the ID, that is only client side, once you do the transmog, it will still use the ID the server sees

  3. #3
    leeecher's Avatar Member
    Reputation
    4
    Join Date
    Apr 2012
    Posts
    32
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by cvccbum View Post
    if you change the ID, that is only client side, once you do the transmog, it will still use the ID the server sees
    damn ^^ thanks for clarifying

  4. #4
    -Ryuk-'s Avatar Elite User CoreCoins Purchaser Authenticator enabled
    Reputation
    529
    Join Date
    Nov 2009
    Posts
    1,028
    Thanks G/R
    38/51
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by leeecher View Post
    damn ^^ thanks for clarifying

    It MAY be possible with some packet editing
    |Leacher:11/2009|Donor:02/2010|Established Member:09/2010|Contributor:09/2010|Elite:08/2013|

  5. #5
    reliasn's Avatar Legendary Authenticator enabled
    Reputation
    774
    Join Date
    Jan 2009
    Posts
    136
    Thanks G/R
    24/215
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by -Ryuk- View Post
    It MAY be possible with some packet editing
    So I decided to give a shot at this method and what I discovered so far:

    - The packet that tells WoW server to "apply" the transmog contains 32 bytes, contains the ID in Hex of the item you want to be transmoged to and 6 bytes change all the time.
    - If you do 2 transmogs with the same item, only 6 bytes change in the packet.
    - If you do 2 transmogs using different items on the same slot, aprox 13 bytes change.
    - If you spam the same packet that you got from a previous transmog, nothing happens. Even if you click the Apply button in the game, the Transmog window just doesn't close and nothing happens.
    Actually, it seems that if you spam the packet continuously, I think the servers just stop receiving your packets. After doing this, I got out of the Transmog room, tried to mount and didn't work. Walked around Orgrimmar and then closed WoW. When I logged back, I was in the same spot (and no, I wasn't DC since I was still seeing people moving around)

    So, in order to have a sucessful transmog via packet editing with an item that you have (serves of no purpose, but only to understand how it works), you would need to discover what are the new 6 bytes that you have to send with your packet. They seem to be a key or something that changes all the time (terrible guess, maybe?).

    And in order to have a successfull transmog via packet editing with an item that you don't have, you would need to discover not only the new 6 bytes (which, again, I have no idea how they are generated) and discover the, let's say, "default bytes" for that other item. In order to do that, tell a person with Corrupted Ashbringer, let's say, to run WPE Pro, press Play, transmog the item, press Stop and send you the TXT file. In this TXT file you'll have the "default bytes" for Corrupted Ashbringer. But again, you would still need to discover which 6 other bytes to change.

    Hehe, this post probably doesn't serve of any purpose, but that "MAY" from the poster above made me try all these things.

    Regards!

    PS: If the level of bullshit/crazyness I said is too high, feel free to correct me! :P
    Last edited by reliasn; 05-28-2012 at 06:18 PM.

  6. #6
    Cen01's Avatar Banned
    Reputation
    92
    Join Date
    Dec 2011
    Posts
    53
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    The server has the same checks as the client. Instead of wasting your time with those new packet 'structures' you should call the functions.

  7. #7
    reliasn's Avatar Legendary Authenticator enabled
    Reputation
    774
    Join Date
    Jan 2009
    Posts
    136
    Thanks G/R
    24/215
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Cen01 View Post
    The server has the same checks as the client. Instead of wasting your time with those new packet 'structures' you should call the functions.
    Indeed, I agree with you. I actually tried via packet editing, because I couldn't call/use the transmog functions properly. Using only WoW API, I think the functions we should look into would be ApplyTransmogrifications() and UseItemForTransmogrify(). The first one is fine, but I couldn't use the 2nd at all. I saw their structures on IDA, but due to my poor knowledge with IDA and other "lack of experience" problems that I personally have, I couldn't figure out anything, for example, if there's a nice offset that we could edit to get the transmog to an item that you don't have, etc. But who knows...

  8. #8
    reliasn's Avatar Legendary Authenticator enabled
    Reputation
    774
    Join Date
    Jan 2009
    Posts
    136
    Thanks G/R
    24/215
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Quick update... I tried changing the memory here and there and used the function UseItemForTransmogrify()...

    This was the closest that I managed to get...Attachment 7759 And nope, I don't have the Warlock Tier 3 Shoulders...

    Sadly, clicking on button to Apply the Transmog, nothing happens. I mean, literally, nothing: the Transmog window doesn't close, you don't get the transmog, etc...

    Probably, server-side, they double-check if you have the item or not... Will keep trying here =D

Similar Threads

  1. How to change models and textures client side only
    By Matt in forum World of Warcraft Guides
    Replies: 9
    Last Post: 11-29-2006, 12:35 AM
  2. Change flight path easily
    By Matt in forum World of Warcraft Exploits
    Replies: 8
    Last Post: 07-27-2006, 04:59 AM
  3. Rep Power change
    By Shanaar in forum Suggestions
    Replies: 25
    Last Post: 05-17-2006, 12:42 PM
  4. Name Change Exploit
    By Matt in forum World of Warcraft Exploits
    Replies: 3
    Last Post: 05-16-2006, 12:50 PM
  5. MMOwned's Server Move + Forum Change
    By Matt in forum OC News
    Replies: 0
    Last Post: 03-25-2006, 04:52 AM
All times are GMT -5. The time now is 07:14 AM. 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