111
This commit is contained in:
@@ -24,7 +24,10 @@ function InitPluginInfo() {
|
||||
|
||||
GameManager.Fix14Skill();
|
||||
|
||||
Sq_CreatSocketConnect("192.168.200.20", "65109");
|
||||
// Sq_CreatSocketConnect("192.168.200.20", "65109");
|
||||
// Sq_CreatSocketConnect("49.234.27.222", "65109");
|
||||
Sq_CreatSocketConnect("127.0.0.1", "65109");
|
||||
|
||||
|
||||
//初始化结婚
|
||||
// ProjectInitFuncMap.P_Marry <- Marry();
|
||||
@@ -41,6 +44,7 @@ function InitPluginInfo() {
|
||||
|
||||
GameManager.OpenCreateJob_CreatorMage();
|
||||
GameManager.FixPracticemode();
|
||||
GameManager.SetGameMaxLevel(85);
|
||||
|
||||
|
||||
// function IndependenceDropLogic(SUser, MonsterId, MonsterLevel, Xpos, Ypos, DgnName, DgnId, DgnLevel,DgnDiff, HellDiff)
|
||||
@@ -67,8 +71,8 @@ function PrintTag() {
|
||||
}
|
||||
|
||||
|
||||
function main() {
|
||||
|
||||
function main() {
|
||||
InitPluginInfo();
|
||||
|
||||
PrintTag();
|
||||
@@ -82,7 +86,7 @@ function main() {
|
||||
GameManager.FixDespairGold();
|
||||
GameManager.FixGlodTradeDaily(80000000);
|
||||
|
||||
// local PvfObject = Script();
|
||||
local PvfObject = Script();
|
||||
// local Data = ScriptData.GetEquipment(305014);
|
||||
// printT(Data);
|
||||
|
||||
@@ -91,7 +95,7 @@ function main() {
|
||||
|
||||
_Official_Project_();
|
||||
|
||||
|
||||
}
|
||||
|
||||
// if (getroottable().rawin("DP_S_VERSION") && DP_S_VERSION >= 25.329) {
|
||||
// function _Rindro_OldLogic_Enter(CUser, PacketId, PacketSrc) {
|
||||
@@ -210,10 +214,6 @@ function main() {
|
||||
// }
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
/*
|
||||
function onil() {
|
||||
print(11);
|
||||
@@ -238,4 +238,6 @@ Timer.SetCronTask(onil, "0/10 * * * * *");
|
||||
// getroottable().CombatRankServerProject <- CombatRank();
|
||||
// getroottable().ServerControlProject <- ServerControl();
|
||||
// getroottable().AntonServerProject <- Anton();
|
||||
// getroottable().FiendwarServerProject <- Fiendwar();
|
||||
// getroottable().FiendwarServerProject <- Fiendwar();
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user