[Wildstar] 1.0.3.6610 x86 Info Dump Thread menu

User Tag List

Results 1 to 1 of 1
  1. #1
    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)

    [Wildstar] 1.0.3.6610 x86 Info Dump Thread

    Here is some offsets, enjoy

    Code:
    namespace Offsets
    {
    	namespace ObjectManager
    	{
    		//credit to Master674
    		enum ObjectManager
    		{
    			s_currentManager = 0x81BD60,
    			FirstUnit = 0x5C7C,						//start of the units linked list
    			LocalPlayer = 0x5610
    		};
    	}
    
    	namespace Unit
    	{
    		enum Unit
    		{
    			GUID = 0x4,
    			Gender = 0x30,
    			Level = 0x34,
    			Health = 0x3C,
    			Shield = 0x44,
    			NextUnit = 0x54,						//pointer to the next unit in the linked list
    			Type = 0x64,							//see Global.h enum UnitType
    			TargetGUID = 0xD8,
    			isDead = 0x1C8,						//boolean
    			isInCombat = 0x25C,						//boolean
    			Position = 0xF30,						//in memory position is a vec3
    			isCasting = 0x12DC						//isCasting > 0 ? true : false
    		};
    	}
    
    }
    Offsets of ObjectManager enum are rebased, to get absolute address you need to add the base address of WildStar32.exe like this :

    Code:
    DWORD ret = 0;
    SolarMem::Read(SolarMem::getBaseAddress(L"calling process") + Offsets::ObjectManager::s_currentManager, &ret);
    and enum

    Code:
    namespace Globals
    {
    	namespace UnitType
    	{
    		enum UnitType
    		{
    			NonPlayer = 0,
    			Chest,
    			Destructible,
    			Vehicule,
    			Door,
    			Harvest,
    			Corpse,
    			Mount,
    			Collectible,
    			Taxi,
    			Simple,
    			Platform,
    			Mailbox,
    			Turret,
    			InstancePortal,
    			Plug,
    			Residence,
    			StructuredPlug,
    			PinataLoot,
    			BindPoint,
    			Player,
    			Hiddespell,
    			Trigger,
    			Ghost,
    			Pet,
    			Esper_Pet,
    			World_Object,
    			Scanner,
    			Camera,
    			Trap,
    			DestructibleDoor,
    			Pickup,
    			SimpleCollidable,
    			HousingMannequin,
    			Unknown					// UnitType > 33 ? Unknown : Known
    		};
    	}
    }
    Anyone interested of IDB ? I can upload it

    [Wildstar] 1.0.3.6610 x86 Info Dump Thread

Similar Threads

  1. [Wildstar] 1.0.7.6682 x86 Info Dump Thread
    By -Ryuk- in forum Wildstar Memory Editing
    Replies: 6
    Last Post: 05-18-2014, 11:12 PM
  2. [Wildstar] 1.0.7.6677 x86 Info Dump Thread
    By JuceMMOCrawler in forum Wildstar Memory Editing
    Replies: 3
    Last Post: 05-14-2014, 12:13 PM
  3. [Wildstar] 1.0.7.6670 x86 Info Dump Thread
    By -Ryuk- in forum Wildstar Memory Editing
    Replies: 3
    Last Post: 05-11-2014, 05:47 AM
  4. [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
  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 04:28 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