Jump to content
TrinityCore

Expery

Plebs
  • Posts

    10
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by Expery

  1. 21 minutes ago, Daniel25 said:

    A lot of thx for sharing it, but do you care in telling me what way i could get it too? I would like to i dont need help when a new build is updated :P.

    So, okay.
    (I did it that way)

    I got offsets form "Clasic wow 1.12 5875"

    So I start to see how the addresses are stored, where are stored.
    From "5875" to "5.1.0 16357" It was easy to find out and match them. (It take me 2 days LoL :D )
    But after that I found that (I'm big noob at that :D ):
    The offsets for 'lang' is placed only at audioLocale (I named the addres "GetLocaleClient" is the offset who i need)
    http://imgur.com/a/XH0Yd

    You have to play some time with IDA to understand it.
    It's easy just do it.

    PS. See in old client where is those and than Try in actual version.
    Have fun : http://pastebin.com/NJYgw8h4

    • Upvote 2
  2. This Offsets are easy like he do it :D

    For now I'm trying to find the functions for an example for x86:

    I have Offsets for 7.0.3 22522
    I start with: lang=0x00F3A8BC which is + 0x400000 = 133A8BC
    I use IDA to see where is in 22522.

    But in 22722 is a lot different, I'm few step from the address that i want :D but if someone tell us how will be awesome :P
    so, please guys give us some guidelines.

    PS.
    Damn that search button ... Duplicate ... (I search it but don't display me anything sorry)

    ______________________Edit_______________________________________

    Just find out all offsets which i need :)
    Have fun guys! :P


    [22722]
    send=0x00330202
    recv=0x0033010C
    lang=0x010D7DC4

    and voila 1689 packet received :D it was not so hard :)

  3. 4 hours ago, FreddyLIE said:

    Now i got a other question

     

    The "guid" column in the SQL file got these entries "@CGUID+0", "@CGUID+1", "@CGUID+2" [...].
    How can i automatically fill this to match my DB after the last guid to count on?
    For testing i replaced "@CGUID+" -> "5000".
    The table "creature_template_addon" in the output is filled with "UNKNOWN" and gives me errors. What to do with this?

    Do you find any solution ?

×
×
  • Create New...