parent
36c144dc6d
commit
ee09eb5efc
|
|
@ -176,7 +176,7 @@ class OutfitSystem {
|
||||||
local EquipAmplification = Inven_Item.GetAmplification();
|
local EquipAmplification = Inven_Item.GetAmplification();
|
||||||
local EquipForging = Inven_Item.GetForging();
|
local EquipForging = Inven_Item.GetForging();
|
||||||
local EquipEnchanting = Inven_Item.GetEnchanting();
|
local EquipEnchanting = Inven_Item.GetEnchanting();
|
||||||
if (EquipUpgrade == Upgrade && EquipAmplification == Amplification && EquipForging == Forging && EquipEnchanting == Enchanting) {
|
// if (EquipUpgrade == Upgrade && EquipAmplification == Amplification && EquipForging == Forging && EquipEnchanting == Enchanting) {
|
||||||
//对比成功
|
//对比成功
|
||||||
if (SlotInfo[0] == 2) {
|
if (SlotInfo[0] == 2) {
|
||||||
Sq_CallFunc(S_Ptr("0x08500688"), "int", ["pointer", "int", "int", "int", "int"], InvenObj.C_Object, 3, i, 0, 22);
|
Sq_CallFunc(S_Ptr("0x08500688"), "int", ["pointer", "int", "int", "int", "int"], InvenObj.C_Object, 3, i, 0, 22);
|
||||||
|
|
@ -186,7 +186,7 @@ class OutfitSystem {
|
||||||
Sq_CallFunc(S_Ptr("0x0865EED2"), "int", ["pointer", "int", "short", "int"], SUser.C_Object, SlotInfo[0], i, SlotInfo[1]);
|
Sq_CallFunc(S_Ptr("0x0865EED2"), "int", ["pointer", "int", "short", "int"], SUser.C_Object, SlotInfo[0], i, SlotInfo[1]);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
// }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue