Determining who is in Raid group and or Party via memory reading menu

User Tag List

Results 1 to 1 of 1
  1. #1
    WiNiFiX's Avatar Banned
    Reputation
    242
    Join Date
    Jun 2008
    Posts
    447
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Determining who is in Raid group and or Party via memory reading

    Hi There,

    I have been trying to find ways to determine the names of players currently in my raid / party group via BlackMagic memory reading.

    The one solution I thought of was to look in the text chat for "Player X has joined the raid group", and log each player X - however this
    line of information does not seem to come in when I read the text chat from wow's memory.

    I am currently using the below code, but it does not bring any trade chat etc into my textbox.

    Code:
    UInt32 chatStart = 0xAD79B8;
    UInt32 NextMessage = 0x17C0;
                            
    for (uint i = 0; i < 60; i++)
    {
        var baseMsg = chatStart + (i * NextMessage);
        string s = SMemory.ReadASCIIString(wow.ProcessHandle,
                                            ((uint)wow.MainModule.BaseAddress + baseMsg) + 0x3C,
                                            0x200);
    
        textBox1.Text += s + "\r\n";
    
        Application.DoEvents();
    }
    Is there a way to do this (without reading chat), if yes, what is the offset im looking for?
    Attached Thumbnails Attached Thumbnails Determining who is in Raid group and or Party via memory reading-code-jpg  

    Determining who is in Raid group and or Party via memory reading

Similar Threads

  1. Replies: 10
    Last Post: 02-26-2012, 05:39 PM
  2. Enter MC and BWL without a Raid Group
    By enetheru in forum World of Warcraft Exploits
    Replies: 8
    Last Post: 12-05-2011, 07:52 PM
  3. [Help] Raid Calender and Group Calender?
    By Darksid in forum World of Warcraft General
    Replies: 4
    Last Post: 08-06-2008, 08:09 PM
  4. Pass Big group and the ranged one before first boss in SH!
    By Nugma in forum World of Warcraft Exploits
    Replies: 9
    Last Post: 05-09-2007, 11:56 AM
  5. Steal Leader in ANY Raid Group
    By agrestic in forum World of Warcraft Exploits
    Replies: 7
    Last Post: 01-02-2007, 11:02 PM
All times are GMT -5. The time now is 06:50 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