11
This commit is contained in:
@@ -132,6 +132,19 @@ class GameManager extends Base_C_Object {
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
||||
//修改交易金币上限
|
||||
function FixGlodTradeDaily(Count) {
|
||||
local Arr = [0xB8];
|
||||
local BlobObj = blob(0);
|
||||
BlobObj.writen(Count, 'i');
|
||||
for (local i = 0; i< 4; i++) {
|
||||
Arr.append(BlobObj[i]);
|
||||
}
|
||||
Arr.append(0x90);
|
||||
Sq_WriteByteArr(S_Ptr("0x86464CE"), Arr);
|
||||
}
|
||||
|
||||
}
|
||||
//热重载
|
||||
function _Reload_List_Write_(Path) {
|
||||
|
||||
Reference in New Issue
Block a user