Hello all.
I am a new here.Learning to do some little bot things by reading and writting memory.After reading the posts here now I can use the objectmanager to get some info like the npc and player things.Thank you for applying this great forum.I get the object by type==2 and catch the containers.But
1.when using the CONTAINER_FIELD_NUM_SLOTS = 0x6, I just get the player guid because ITEM_FIELD_OWNER = 0x6,having the same offset.Both in wow 3.3.5 and I am using [this+0x8]+4*0x6 to get the info.
2.Also tryed with PLAYER_FIELD_PACK_SLOT_1 = 0x172,from playerbase,but can just get the items' info which are in the first bag.
I am doing this on a wow 3.3.5.12340,and the offsets seems no problem.
Wondering if there is a way to access CONTAINER_FIELD_NUM_SLOTS not using [this+0x8]+4* or if there is some offset like PLAYER_FIELD_PACK_SLOT_2 etc.
Searched around a few days but still can't solve it.
p.s Just trying memory reading.The Injection or Call method is a little hard to me now.
Sorry for my poor English.Thanks for any help.