What i found out was that inventory items don`t show in the RActor list, only in the ACD list
I'm assuming you can get item stats with the GetInteger GetDouble. theres attributes refering to those stats . havent tried to play with that yet.
Also havent figured how many bag slot an item takes.
ACD
OwnerGuid = 0x110,
Position = 0x114, // Stash 0x11
InventoryX = 0x118,
InventoryY = 0x11C,
public enum ItemPosition
{
PlayerBackpack = 0,
PlayerHead = 1,
PlayerTorso = 2,
PlayerRightHand = 3,
PlayerLeftHand = 4,
PlayerHands = 5,
PlayerWaist = 6,
PlayerFeet = 7,
PlayerShoulders = 8,
PlayerLegs = 9,
PlayerBracers = 10,
PlayerLeftFinger = 11,
PlayerRightFinger = 12,
PlayerNeck = 13,
PlayerTalisman = 14,
PlayerStash = 17,
Merchant = 20,
PetRightHand = 23,
PetLeftHand = 24,
PetSpecial = 25,
PetLeftFinger = 28,
PetRightFinger = 27,
PetNeck = 26,
}



LinkBack URL
About LinkBacks
Reply With Quote



Bookmarks