[question] Chat log issue with 4.3.2.15211 menu

User Tag List

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

    [question] Chat log issue with 4.3.2.15211

    Greetings.

    I'm thinking that either my offsets are off or my C# might be, in which case feel free to smite me with the Hammer of Noob. Anyway, the following gives me garbage characters when it should apparently give me chat log goodness:
    Code:
    private void btnRefresh_Click(object sender, EventArgs e)
            {
                UInt32 chatStart = 0xAD79B8;
                UInt32 ChatCurrent = chatStart;
                textBox1.Clear();
                for (uint i = 0; i < 60; i++)
                {
                    string s = SMemory.ReadASCIIString(bMagic.ProcessHandle, ((uint)bMagic.MainModule.BaseAddress) + ChatCurrent, 255);
                    textBox1.Text += s + '\n';
                    ChatCurrent += 0x17C0;
                }
            }
    Just what am I stuffing up?

    [question] Chat log issue with 4.3.2.15211
  2. #2
    Sacred's Avatar Contributor
    Reputation
    207
    Join Date
    Dec 2007
    Posts
    152
    Thanks G/R
    3/9
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You doing it slightly wrong.
    As i remember, it should be something like this.

    Code:
                UInt32 chatStart = 0xAD79B8;
                UInt32 NextMessage = 0x17C0;
                textBox1.Clear();
                for (uint i = 0; i < 60; i++)
                {
                    var baseMsg = chatStart + (i * NextMessage);
                    string s = SMemory.ReadASCIIString(bMagic.ProcessHandle, ((uint)bMagic.MainModule.BaseAddress + baseMsg) + 0x3C, 0x200);
                    textBox1.Text += s + '\n';
                }
    Last edited by Sacred; 02-10-2012 at 10:35 AM.

  3. #3
    tallin32's Avatar Member
    Reputation
    1
    Join Date
    Jan 2012
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yep, that fixed it. Thanks for that, mate.
    By the way—where is that actually documented on here, or did I miss the significance of something obvious?

  4. #4
    Sacred's Avatar Contributor
    Reputation
    207
    Join Date
    Dec 2007
    Posts
    152
    Thanks G/R
    3/9
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

Similar Threads

  1. [Question] Did model change but having issues with skin. =/
    By cj151695 in forum WoW ME Questions and Requests
    Replies: 0
    Last Post: 05-09-2008, 07:43 PM
  2. [Question] Hair issues with race conversion
    By mercutius in forum WoW ME Questions and Requests
    Replies: 6
    Last Post: 04-19-2008, 01:37 PM
  3. [Question] After New Patch Cannot Log In WIth ME FIX (HELP)
    By jaymankk in forum WoW ME Questions and Requests
    Replies: 1
    Last Post: 10-12-2007, 11:15 PM
  4. [Question] Camera Issue with Model Editing.
    By Frombehind in forum WoW ME Questions and Requests
    Replies: 0
    Last Post: 10-12-2007, 03:57 PM
All times are GMT -5. The time now is 08:30 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