更新道具转职hook
This commit is contained in:
parent
ccac8f4427
commit
0c1f0ee41a
|
|
@ -688,6 +688,11 @@ Cb_DisPatcher_MoveItem_Enter_Func <- {};
|
||||||
Cb_DisPatcher_MoveItem_Leave_Func <- {};
|
Cb_DisPatcher_MoveItem_Leave_Func <- {};
|
||||||
_Hook_Register_Currency_Func_("0x81C5B76", ["pointer", "pointer", "pointer", "void"],Cb_DisPatcher_MoveItem_Enter_Func, Cb_DisPatcher_MoveItem_Leave_Func);
|
_Hook_Register_Currency_Func_("0x81C5B76", ["pointer", "pointer", "pointer", "void"],Cb_DisPatcher_MoveItem_Enter_Func, Cb_DisPatcher_MoveItem_Leave_Func);
|
||||||
|
|
||||||
|
// 注册道具转职Hook
|
||||||
|
Cb_ChangeGrowType_Item_Enter_Func <- {};
|
||||||
|
Cb_ChangeGrowType_Item_Leave_Func <- {};
|
||||||
|
_Hook_Register_Currency_Func_("0x0867B196", ["pointer", "int", "short", "int"], Cb_ChangeGrowType_Item_Enter_Func, Cb_ChangeGrowType_Item_Leave_Func);
|
||||||
|
|
||||||
function _Hook_Register_Currency_DelayHook_() {
|
function _Hook_Register_Currency_DelayHook_() {
|
||||||
//五国时的热点函数
|
//五国时的热点函数
|
||||||
//获取Item Rarity
|
//获取Item Rarity
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue