Blizzard stole ma Realmname menu

Shout-Out

User Tag List

Results 1 to 4 of 4
  1. #1
    Holico's Avatar Contributor
    Reputation
    85
    Join Date
    Jul 2009
    Posts
    114
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Blizzard stole ma Realmname

    Hey guys

    In 5.0.5 Blizzard changed something with the realmname in BGs/Crossrealm.
    Before this i get playername/realmname with this function:

    Code:
    public static string getName(UInt64 guid)
            {
                try
                {
                    string cname = "";
                    uint NameMaskOffset = playerNameOffsets.NameMaskOffset;
                    uint NameStringOffset = playerNameOffsets.NameStringOffset;
                    uint NameBaseOffset = playerNameOffsets.NameBaseOffset;
                    uint NameStorePtr = playerNameOffsets.NameStorePtr;
                    int mask = ObjectManager.WowReader.ReadInt((uint)NameStorePtr + (uint)ObjectManager.WowReader.MainModule.BaseAddress + (uint)NameMaskOffset);
                    if (mask == -1)
                    {
                        cname = "UNKNOWN";
                    }
                    else
                    {
                        int nameStoreBasePtr = ObjectManager.WowReader.ReadInt((uint)NameBaseOffset + (uint)NameStorePtr + (uint)ObjectManager.WowReader.MainModule.BaseAddress);
                        int maskedGUID = mask & (int)guid;
                        maskedGUID += maskedGUID * 2;
                        int ptr = ObjectManager.WowReader.ReadInt((uint)(nameStoreBasePtr + (maskedGUID * 4) + 4) + 4);
    
                        while (ObjectManager.WowReader.ReadUInt((uint)ptr) != (uint)guid)
                        {
                            int maskedGUID2 = (int)guid & mask;
                            maskedGUID2 += maskedGUID2 * 2;
                            int ptr2 = ObjectManager.WowReader.ReadInt((uint)nameStoreBasePtr + ((uint)maskedGUID2 * 4));
                            ptr2 += ptr;
                            ptr = ObjectManager.WowReader.ReadInt((uint)ptr2 + 4);
                        }
                        cname = System.Text.Encoding.UTF8.GetString(ObjectManager.WowReader.ReadBytes((uint)ptr + (uint)NameStringOffset, 50)).Trim();
                    }
                    cname = cname.Insert(cname.IndexOf('\0'), "#");
                    cname = cname.Replace("\0", "");
                    return cname;
                }
    So before the # was the playername, and after the # the realmname, if the player is from the same realm as me, there is nothing after the #.
    So but now the realmname is vanished. Its never there
    Can anybody tell me where the realmname is stored now?

    Blizzard stole ma Realmname
  2. #2
    eracer's Avatar Contributor
    Reputation
    201
    Join Date
    Feb 2011
    Posts
    75
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I haven't tested this but it appears there is a homePlayerRealm in the player descriptors, have you tried that?

  3. #3
    Holico's Avatar Contributor
    Reputation
    85
    Join Date
    Jul 2009
    Posts
    114
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i think this is only for the own playerobject or something

  4. #4
    TOM_RUS's Avatar Legendary
    Reputation
    914
    Join Date
    May 2008
    Posts
    699
    Thanks G/R
    0/52
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Probably because they added "realmcache.wdb" in MoP? (only exists in memory, that file never saved to disk)

Similar Threads

  1. Blizzard Cant Dedtect Glider
    By LightWave in forum World of Warcraft General
    Replies: 6
    Last Post: 07-17-2006, 09:35 PM
  2. Nude Patch for Live Blizzard Servers.
    By Toxic Speed in forum World of Warcraft Exploits
    Replies: 5
    Last Post: 07-14-2006, 08:53 AM
  3. Undiscovered Blizzard Secret
    By Tbone in forum World of Warcraft Exploits
    Replies: 13
    Last Post: 07-07-2006, 04:21 PM
  4. Blizzard Prepares
    By eom[dark_lord] in forum Community Chat
    Replies: 2
    Last Post: 07-07-2006, 11:32 AM
  5. How to get to the outlands on a live blizzard server
    By Matt in forum World of Warcraft Exploits
    Replies: 4
    Last Post: 06-16-2006, 05:27 PM
All times are GMT -5. The time now is 07:11 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search