更新分解机 更新毁梦战力系统
This commit is contained in:
@@ -86,8 +86,10 @@ function HandleDisjointRequest(MyUser, EquStol, Inventype, HeadId, ObjUser, Chan
|
||||
needslot.writeInt(0);
|
||||
|
||||
//初始化装备数据
|
||||
Sq_CallFunc(S_Ptr("0x80CB854"), "pointer", ["pointer"], equdata.C_Object);
|
||||
Sq_CallFunc(S_Ptr("0x81F8BA1"), "int", ["pointer", "int", "int", "pointer", "pointer", "pointer", "int"], MyUser.C_Object, EquStol, InvenTypeFromItemSpace, equdata.C_Object, needslot.C_Object, ObjUser.C_Object, ChannelIdentification);
|
||||
Sq_CallFunc(S_Ptr("0x80CB854"), "void", ["pointer"], equdata.C_Object);
|
||||
|
||||
print("MyUser.C_Object: " + MyUser.C_Object + "EquStol: " + EquStol + "InvenTypeFromItemSpace: " + InvenTypeFromItemSpace + "equdata.C_Object: " + equdata.C_Object + "needslot.C_Object: " + needslot.C_Object + "ObjUser.C_Object: " + ObjUser.C_Object + "ChannelIdentification: " + ChannelIdentification);
|
||||
Sq_CallFunc(S_Ptr("0x81F8BA1"), "int", ["pointer", "int", "int", "pointer", "pointer", "pointer", "short"], MyUser.C_Object, EquStol, InvenTypeFromItemSpace, equdata.C_Object, needslot.C_Object, ObjUser.C_Object, ChannelIdentification);
|
||||
|
||||
local itemid = equdata.add(2).readS32(); //装备代码
|
||||
local amptype = equdata.add(17).readS8(); //红字类型
|
||||
|
||||
Reference in New Issue
Block a user