Req: Recent classic binaries menu

User Tag List

Results 1 to 8 of 8
  1. #1
    klumpen's Avatar Active Member
    Reputation
    18
    Join Date
    Apr 2007
    Posts
    69
    Thanks G/R
    31/12
    Trade Feedback
    2 (100%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Req: Recent classic binaries

    Hello,
    I'm looking for binaries of some specific recent patch versions, as I was dumb and didn't save them prior to patch day(s).
    I haven't been able to source them from the web.
    So, if anyone has either of the following & the will to share, I'd be very happy.

    - 3.4.1.47168
    - 3.4.1.47612
    - 3.4.1.47720

    Req: Recent classic binaries
  2. #2
    qop1832's Avatar Active Member

    Reputation
    21
    Join Date
    Dec 2021
    Posts
    52
    Thanks G/R
    17/9
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    I have 47168 needs here, so leave your email
    Hello everyone, I'm a newbie~ Recently I'm trying to study how to execute API externally and get the return value of API, as well as the release of aoe spells, come on!

  3. #3
    Razzue's Avatar Contributor Avid Ailurophile

    CoreCoins Purchaser Authenticator enabled
    Reputation
    379
    Join Date
    Jun 2017
    Posts
    588
    Thanks G/R
    184/268
    Trade Feedback
    2 (100%)
    Mentioned
    14 Post(s)
    Tagged
    0 Thread(s)
    Ahhh, if you had posted 3 days ago I could have sent 47720 and 47612
    "May all your bacon burn"

  4. #4
    klumpen's Avatar Active Member
    Reputation
    18
    Join Date
    Apr 2007
    Posts
    69
    Thanks G/R
    31/12
    Trade Feedback
    2 (100%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Bummer!

    Thanks to @qop1832 I got my hands on the 47168 build. That enabled me to backtest my patterns and adapt them to where they needed to be for the current patch. Happy!

    Struggling to make sense out of 'in_game_status' though. Am I right in saying that it only applies to states that are past the character selection & login screen(s)?
    The byte doesn't seem to carry any value(s) when on login/charselect (0x0). That's what I need to chase down rn, such that I can distinguish between login/charselect/ingame.
    Though that's better suited for another thread I reckon, not strictly on topic.

  5. #5
    qop1832's Avatar Active Member

    Reputation
    21
    Join Date
    Dec 2021
    Posts
    52
    Thanks G/R
    17/9
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    GameStatus = "0F B6 05 ?? ?? ?? ?? B9 ?? ?? ?? FF"
    I only use GameStatus to identify whether I am in the game. As for how to tell whether I am in other states, I have not tried it, but I feel that it can be distinguished by traversing the frame?
    Hello everyone, I'm a newbie~ Recently I'm trying to study how to execute API externally and get the return value of API, as well as the release of aoe spells, come on!

  6. Thanks klumpen (1 members gave Thanks to qop1832 for this useful post)
  7. #6
    klumpen's Avatar Active Member
    Reputation
    18
    Join Date
    Apr 2007
    Posts
    69
    Thanks G/R
    31/12
    Trade Feedback
    2 (100%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by qop1832 View Post
    GameStatus = "0F B6 05 ?? ?? ?? ?? B9 ?? ?? ?? FF"
    I only use GameStatus to identify whether I am in the game. As for how to tell whether I am in other states, I have not tried it, but I feel that it can be distinguished by traversing the frame?
    I haven't dug into enumerating frames yet, but that doesn't sound like a terrible idea. I'll let you know how I fare.

  8. #7
    charles420's Avatar Contributor
    Reputation
    315
    Join Date
    Jun 2009
    Posts
    329
    Thanks G/R
    25/119
    Trade Feedback
    0 (0%)
    Mentioned
    10 Post(s)
    Tagged
    0 Thread(s)
    InGame = 0x2D59650,
    LoadingScreen = 0x29FDCB8,
    i use frames for doing the login part of it

  9. Thanks klumpen (1 members gave Thanks to charles420 for this useful post)
  10. #8
    ValikK's Avatar Member
    Reputation
    5
    Join Date
    Jan 2023
    Posts
    4
    Thanks G/R
    1/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    DropMeFiles – free one-click file sharing service
    47720
    47168

    enum CGGameUI_isinworldID
    {
    NotInitialized = 0,
    LoadingScreen1 = 131,
    LoadingScreen2 = 130,
    Loaded = 132
    };

    F6 05 ? ? ? ? ? 74 0B //byte
    Offset_IsPlayerInWorld = 0x2D59650 // offset for 3.4.1.48632

    uint8_t inGameState()
    {
    auto res = *reinterpret_cast<uint8_t*>(Offset_IsPlayerInWorld);
    return res;
    }
    Last edited by ValikK; 03-28-2023 at 05:28 PM.

  11. Thanks klumpen (1 members gave Thanks to ValikK for this useful post)

Similar Threads

  1. [Classic] Binary dumps 1.13.5.35186 - 1.13.5.37497
    By scimmy in forum WoW Memory Editing
    Replies: 5
    Last Post: 04-05-2021, 09:38 PM
  2. New build of x64dbg fixes bug triggered by wow classic binary
    By namreeb in forum WoW Memory Editing
    Replies: 2
    Last Post: 08-28-2019, 04:01 PM
  3. [Model Swap] [Req] Wow Classic Dwarf to Daenei or LF Dreanei
    By ragatho in forum World of Warcraft Model Editing
    Replies: 0
    Last Post: 08-10-2019, 06:08 AM
  4. Recent weeks, changes and rechanges
    By KuRIoS in forum OC News
    Replies: 9
    Last Post: 12-27-2006, 09:50 AM
  5. The classic AH scam
    By Shanka in forum WoW Scam Prevention
    Replies: 6
    Last Post: 08-03-2006, 12:06 AM
All times are GMT -5. The time now is 01:07 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