-
Member
[Question] how do i find the item address pointer
Hello,
i already found easy pointer like HP, SP or Armour but i have a hard time finding out the pointer to the item thats on my cursor.
i want to read out the stats it has and use them in a tool am writing.
can someone please help me reading out the stats of an item?
-
★ Elder ★
If you look in the HUD code, InGameState->0xC14->0xA8C will get you the entity of an item that your mouse is hovered over (if the item is in your inventory/stash).
There are other offsets for the entities if the item is on the ground (InventoryItemIcon in HUD I think will point you in the right direction here) or in chat (I never have been able to find the chat one, not that I tried too hard).
Last edited by TehCheat; 07-27-2016 at 03:01 PM.
-
Post Thanks / Like - 2 Thanks
-
Member
[img]cwdt.jpg[/img]
Is there any adress/pointer to read the textline under the cursor for upgradable skillgems and the level of this gem?
if i open inventory. the skillgems to upgrade are listet "under" inventory.... does the hover/read- pointers work here too?
Last edited by ferrokarr; 12-28-2016 at 05:01 AM.