4764 【主干】【长尾】【BT】装备升星消耗灵石显示错误(B5 11通知消耗数值改为DWORD)
4758 【主干】【长尾】【BT】仙盟活跃令物品超过65535(AA 09通知物品个数数值改为DWORD)
| | |
| | | ("EquipPlace", c_ubyte), #当前要升星的装备位
|
| | | ("CurStar", c_ubyte), #当前星级
|
| | | ("CurRate", c_ubyte), #当前自动购买后的总概率,不满100则代表拍品库存不足
|
| | | ("AutoBuyCostMoney", c_ushort), #自动购买所需总消耗
|
| | | ("AutoBuyCostMoney", c_int), #自动购买所需总消耗
|
| | | ]
|
| | |
|
| | | def __init__(self):
|
| | |
| | | _pack_ = 1
|
| | | _fields_ = [
|
| | | ("ItemID", c_int),
|
| | | ("ItemCount", c_ushort), |
| | | ("ItemCount", c_int), |
| | | ("IsBind", c_ubyte),
|
| | | ]
|
| | |
|
| | |
| | | ("EquipPlace", c_ubyte), #当前要升星的装备位
|
| | | ("CurStar", c_ubyte), #当前星级
|
| | | ("CurRate", c_ubyte), #当前自动购买后的总概率,不满100则代表拍品库存不足
|
| | | ("AutoBuyCostMoney", c_ushort), #自动购买所需总消耗
|
| | | ("AutoBuyCostMoney", c_int), #自动购买所需总消耗
|
| | | ]
|
| | |
|
| | | def __init__(self):
|
| | |
| | | _pack_ = 1
|
| | | _fields_ = [
|
| | | ("ItemID", c_int),
|
| | | ("ItemCount", c_ushort), |
| | | ("ItemCount", c_int), |
| | | ("IsBind", c_ubyte),
|
| | | ]
|
| | |
|