This commit is contained in:
lenheart
2025-04-05 22:03:40 +08:00
parent 4d65103501
commit eeb773e723
53 changed files with 2348 additions and 505 deletions

View File

@@ -1,6 +1,14 @@
function sqr_main() {
print("服务端插件启动");
}
// GameManager.OpenHotFix("/dp_s/OfficialConfig");
GameManager.OpenHotFix("/dp_s/MyProject");
// GameManager.SetGameMaxLevel(70);
// Cb_History_MileageSet_Func["TW_reach_game_world"] <- function(SUser, Data) {
// //第一次上线
// if (SUser.GetCharacLevel() > 70) {
// SUser.SetCharacLevel(70);
// SUser.SendItemSpace(0);
// SUser.SendItemSpace(1);
// SUser.SendItemSpace(7);
// }
// }
}