Ok i know how to add an item to a player via character creation but what i dont know is what the bag slot ID's are, like for hearthstone (slot 1) is 23 so i need to know the next slot ID (im putting the item i want in playercreateinfo_items)
Ok i know how to add an item to a player via character creation but what i dont know is what the bag slot ID's are, like for hearthstone (slot 1) is 23 so i need to know the next slot ID (im putting the item i want in playercreateinfo_items)
Here are all the possible values:
0=head
1=neck
2=Shoulder
3=shirt
4=chest
5=waist
6=legs
7=feet
8=wrists
9=gloves
10=finger1
11=finger2
12=trinket1
13=trinket2
14= Back
15= Main Hand
16= Off Hand
17= Ranged
18= Tabard
INVENTORY BAG SLOTS = 19 to 22 (the 4 bagslots next to the backpack)
INVENTORY ITEM = 23 to 39 (backpack slot)
BANK ITEMS = 39 to 66 (bankslots)
BANK BAG SLOTS = 67 to 73
KEYRING = 86 to 118
thank you, that helped alot +Rep