Wildstar 6760 Info Dump. menu

User Tag List

Results 1 to 15 of 15
  1. #1
    fusspawn's Avatar Member
    Reputation
    5
    Join Date
    May 2008
    Posts
    54
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Wildstar 6760 Info Dump.

    Please do not forget. This is for x86.

    Offsets (all are rebased)


    Servers are still down. So these havent been checked.

    Code:
       enum class GameManager
       {
          CurrentManager          = 0x875138,
          CurrentZoneId           = 0x630C,
          IsMovingForward         = 0x6674,
          IsMoving                = 0x5FD0,
       };
    Code:
       enum class Functions
       {
          VacuumLoot           = 0x2C6D30,
          ClickToMove          = 0x3A3450,
          SetTarget            = 0x3FD210,
          GetDispositionTo     = 0x2EE3D0,
          HandleLuaEvent       = 0x892B0,
       };
    Code:
       enum class LuaState
       {
          LuaMgr               = 0x6078,
       };
    Code:
       //CTM Struct
       public static IntPtr CTMLocation = new IntPtr(0x5EC0);
       public static IntPtr CTMActive = new IntPtr(0x5EA4);

    Thanks to Midi12, JuceMMOCrawler
    Last edited by fusspawn; 07-04-2014 at 07:02 AM. Reason: Added CTM offsets

    Wildstar 6760 Info Dump.
  2. #2
    berryman13's Avatar Contributor
    Reputation
    251
    Join Date
    Dec 2006
    Posts
    856
    Thanks G/R
    0/2
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Servers are up here.
    PLEASE REMEMBER! A simple thanks can mean so much
    CHEAP GOLD ON [US] [ALLIANCE] STORMRAGE & KEL'THUZAD! -https://bit.ly/1nf04nF

    - BERRYMAN13

  3. #3
    fusspawn's Avatar Member
    Reputation
    5
    Join Date
    May 2008
    Posts
    54
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by berryman13 View Post
    Servers are up here.
    EU made it up about 30 seconds after I posted >.>

  4. #4
    Midi12's Avatar Contributor
    Reputation
    90
    Join Date
    Sep 2012
    Posts
    182
    Thanks G/R
    6/13
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Correct GameManager = 0x875138, (rebased x86)

  5. #5
    fusspawn's Avatar Member
    Reputation
    5
    Join Date
    May 2008
    Posts
    54
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ooops. Updated thanks.

  6. #6
    JuceMMOCrawler's Avatar Sergeant
    Reputation
    45
    Join Date
    Mar 2014
    Posts
    45
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    A few more..

    Code:
       enum class GameManager
       {
          CurrentManager          = 0x875138,
          CurrentZoneId           = 0x630C,
          IsMovingForward         = 0x6674,
          IsMoving                = 0x5FD0,
       };
    Code:
       enum class Functions
       {
          VacuumLoot           = 0x2C6D30,
          ClickToMove          = 0x3A3450,
          SetTarget            = 0x3FD210,
          GetDispositionTo     = 0x2EE3D0,
          HandleLuaEvent       = 0x892B0,
       };
    Code:
       enum class LuaState
       {
          LuaMgr               = 0x6078,
       };

  7. #7
    fusspawn's Avatar Member
    Reputation
    5
    Join Date
    May 2008
    Posts
    54
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by JuceMMOCrawler View Post
    Snip
    Op Updated. Thanks.

  8. #8
    alcor75's Avatar Site Donator CoreCoins Purchaser
    Reputation
    114
    Join Date
    Oct 2008
    Posts
    320
    Thanks G/R
    11/59
    Trade Feedback
    7 (100%)
    Mentioned
    2 Post(s)
    Tagged
    2 Thread(s)
    My little contrib:

    Code:
    enum class ObjectManager
       {
          NextObject              = 0x48,       // <int>
          FirstUnit               = 0x5d88,     // <int>
       };

  9. #9
    aeo's Avatar Contributor
    Reputation
    127
    Join Date
    Apr 2007
    Posts
    270
    Thanks G/R
    84/62
    Trade Feedback
    7 (100%)
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by alcor75 View Post
    My little contrib:

    Code:
    enum class ObjectManager
       {
          NextObject              = 0x48,       // <int>
          FirstUnit               = 0x5d88,     // <int>
       };
    Just curious as to what function these values are found in in idea? Some of the unit script_xxxx functions?

  10. #10
    alcor75's Avatar Site Donator CoreCoins Purchaser
    Reputation
    114
    Join Date
    Oct 2008
    Posts
    320
    Thanks G/R
    11/59
    Trade Feedback
    7 (100%)
    Mentioned
    2 Post(s)
    Tagged
    2 Thread(s)
    I dig them with CE, i'm not skilled enoght to find that with IDA Pro.

    But i would love some info on how to finde them with IDA Pro too.

  11. #11
    fusspawn's Avatar Member
    Reputation
    5
    Join Date
    May 2008
    Posts
    54
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Anyone got the new CTM offsets? for a while I thought Id worked them out in IDA but those just crash the client Ill keep poking none the less. at least Im learning more about ASM as I go \o/

  12. #12
    JuceMMOCrawler's Avatar Sergeant
    Reputation
    45
    Join Date
    Mar 2014
    Posts
    45
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    CTM Offset is in the first post?

  13. #13
    Midi12's Avatar Contributor
    Reputation
    90
    Join Date
    Sep 2012
    Posts
    182
    Thanks G/R
    6/13
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Just xref the call of clicktomove in Ida then look at arguments
    At Juce : i think he ask about the ctm struct
    Last edited by Midi12; 07-02-2014 at 09:25 AM.

  14. #14
    fusspawn's Avatar Member
    Reputation
    5
    Join Date
    May 2008
    Posts
    54
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by JuceMMOCrawler View Post
    CTM Offset is in the first post?
    I was thinking about the CTM struct as Midi pointed out.

    Not sure why I hadnt considered Xrefing the function. Was just trying to reverse what was inside it :/
    Thanks for the hint.

  15. #15
    fusspawn's Avatar Member
    Reputation
    5
    Join Date
    May 2008
    Posts
    54
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Finally worked it out. thanks for the hints. Offsets added to op.

Similar Threads

  1. [Wildstar] 1.0.9.6760.b x64 Info Dump Thread
    By Scler in forum Wildstar Memory Editing
    Replies: 2
    Last Post: 07-13-2014, 06:54 AM
  2. [Wildstar] 1.0.8.6760.a x86 Info Dump Thread
    By JuceMMOCrawler in forum Wildstar Memory Editing
    Replies: 2
    Last Post: 07-06-2014, 07:35 PM
  3. [Wildstar] 1.0.7.6658 x86 Info Dump Thread
    By -Ryuk- in forum Wildstar Memory Editing
    Replies: 24
    Last Post: 05-08-2014, 05:20 PM
  4. [Wildstar] 1.0.3.6610 x86 Info Dump Thread
    By Midi12 in forum Wildstar Memory Editing
    Replies: 0
    Last Post: 04-04-2014, 06:01 PM
  5. [Wildstar] 0.5.12.6395 x86 Info Dump Thread
    By Master674 in forum Wildstar Memory Editing
    Replies: 4
    Last Post: 03-26-2014, 02:44 PM
All times are GMT -5. The time now is 03: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