I want use 1th 2th 3th 4th 5th inventory slots.
But 4th and 5th not updating..
Please help me:
Code:
InjectPacket($alchemy_packet, "0203030D0E0F1011")
Code:
If $opcode = $invupdate_packet then $iPos = ParseByte() ;->Inventory Position $dummy = ParseByte() ;->kp $iCount = ParseWord() ;->Count If $iPos = "0E" Then GUICtrlSetData($elexiere_box, Dec($iCount)) If $iPos = "0F" Then GUICtrlSetData($powder_box, Dec($iCount)) If $iPos = "10" Then GUICtrlSetData($stead_box, Dec($iCount)) If $iPos = "11" Then GUICtrlSetData($luck_box, Dec($iCount)) EndIf






