Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[EP8] Server in Docker

Joined
Jul 24, 2011
Messages
806
Reaction score
614
On my side it is working but there was a shutdown idk why. I will post error when it happened again.
Btw.
Naming convention would be great.
Instead:
Code:
[COLOR=#008000]cabal_server_agent_shop_01_1       /usr/bin/AgentShop_01 -l -c      Up       0.0.0.0:38151->38151/tcp,:::38151->38151/tcp
cabal_server_auth_db_agent_1       /usr/bin/AuthDBAgent -l -c       Up       0.0.0.0:32080->32080/tcp,:::32080->32080/tcp
cabal_server_cash_db_agent_1       /usr/bin/CashDBAgent -l -c       Up       0.0.0.0:38190->38190/tcp,:::38190->38190/tcp
cabal_server_chat_node_01_1        /usr/bin/ChatNode_01 -l -c       Up       0.0.0.0:38121->38121/tcp,:::38121->38121/tcp
cabal_server_db_agent_01_1         /usr/bin/DBAgent_01 -l -c        Up       0.0.0.0:38181->38181/tcp,:::38181->38181/tcp
cabal_server_event_db_agent_1      /usr/bin/EventDBAgent -l -c      Up       0.0.0.0:37110->37110/tcp,:::37110->37110/tcp
cabal_server_event_mgr_svr_1       /usr/bin/EventMgrSvr -l -c       Up       0.0.0.0:38171->38171/tcp,:::38171->38171/tcp
cabal_server_global_db_agent_1     /usr/bin/GlobalDBAgent -l -c     Up       0.0.0.0:38180->38180/tcp,:::38180->38180/tcp
cabal_server_global_mgr_svr_1      global_mgr_svr                   Up       0.0.0.0:38170->38170/tcp,:::38170->38170/tcp
cabal_server_login_svr_01_1        /usr/bin/LoginSvr_01 -l -c       Up       0.0.0.0:38101->38101/tcp,:::38101->38101/tcp
cabal_server_mssql_1               /opt/mssql/bin/permissions ...   Up       0.0.0.0:1433->1433/tcp,:::1433->1433/tcp
cabal_server_party_svr_01_1        /usr/bin/PartySvr_01 -l -c       Up       0.0.0.0:38201->38201/tcp,:::38201->38201/tcp
cabal_server_pc_bang_db_agent_1    /usr/bin/PCBangDBAgent -l -c     Up       0.0.0.0:38140->38140/tcp,:::38140->38140/tcp
cabal_server_rock_and_roll_its_1   world_svr_start /usr/bin/R ...   Up       0.0.0.0:32001->32001/tcp,:::32001->32001/tcp
cabal_server_world_svr_01_01_1     /usr/bin/WorldSvr_01_01 -l -c    Up       0.0.0.0:38111->38111/tcp,:::38111->38111/tcp
[/COLOR]

to this:
Code:
[COLOR=#008000]cabal_server_agent_shop_01       /usr/bin/AgentShop_01 -l -c      Up       0.0.0.0:38151->38151/tcp,:::38151->38151/tcp
cabal_server_db_auth_agent       /usr/bin/AuthDBAgent -l -c       Up       0.0.0.0:32080->32080/tcp,:::32080->32080/tcp
cabal_server_db_cash_agent       /usr/bin/CashDBAgent -l -c       Up       0.0.0.0:38190->38190/tcp,:::38190->38190/tcp
cabal_server_chat_node_01        /usr/bin/ChatNode_01 -l -c       Up       0.0.0.0:38121->38121/tcp,:::38121->38121/tcp
cabal_server_db_agent_01         /usr/bin/DBAgent_01 -l -c        Up       0.0.0.0:38181->38181/tcp,:::38181->38181/tcp
cabal_server_db_event_agent      /usr/bin/EventDBAgent -l -c      Up       0.0.0.0:37110->37110/tcp,:::37110->37110/tcp
cabal_server_event_mgr_svr       /usr/bin/EventMgrSvr -l -c       Up       0.0.0.0:38171->38171/tcp,:::38171->38171/tcp
cabal_server_db_global_agent     /usr/bin/GlobalDBAgent -l -c     Up       0.0.0.0:38180->38180/tcp,:::38180->38180/tcp
cabal_server_global_mgr_svr      global_mgr_svr                   Up       0.0.0.0:38170->38170/tcp,:::38170->38170/tcp
cabal_server_login_svr_01        /usr/bin/LoginSvr_01 -l -c       Up       0.0.0.0:38101->38101/tcp,:::38101->38101/tcp
cabal_server_mssql               /opt/mssql/bin/permissions ...   Up       0.0.0.0:1433->1433/tcp,:::1433->1433/tcp
cabal_server_party_svr_01        /usr/bin/PartySvr_01 -l -c       Up       0.0.0.0:38201->38201/tcp,:::38201->38201/tcp
cabal_server_db_pc_bang_agent    /usr/bin/PCBangDBAgent -l -c     Up       0.0.0.0:38140->38140/tcp,:::38140->38140/tcp
cabal_server_rock_and_roll_its   world_svr_start /usr/bin/R ...   Up       0.0.0.0:32001->32001/tcp,:::32001->32001/tcp
cabal_server_world_svr_01_01     /usr/bin/WorldSvr_01_01 -l -c    Up       0.0.0.0:38111->38111/tcp,:::38111->38111/tcp
[/COLOR]

How about if it handling multiple server at once? :D
 
Joined
May 28, 2014
Messages
75
Reaction score
145
It seems to me that this does not interfere with the operation of the server, and understanding.This is the docker standard for creating containers.

Errors can occur if containers are started in the wrong order and do not wait for GlobalMgrSvr to start and load.You can just try to start the fallen containers again
 
Newbie Spellweaver
Joined
Feb 11, 2019
Messages
5
Reaction score
1
https://forum.ragezone.com/f949/cant-drop-items-ive-read-1102334/#post8632847
The answer to your question is here

I've modified whole column Property in Item.scp file but as you can see there is an error...

Code:
[Sun Apr 10 2022 21:20:52.679508 4156344064]: RunServer(): passed waiting profile
[Sun Apr 10 2022 21:20:52.679521 4156344064]: run_event_loop exited. resumeEvent
[Sun Apr 10 2022 21:20:52.679528 4156344064]: RunServer(): waiting for the 'Daily Quest Reset Time'
[Sun Apr 10 2022 21:20:52.683903 4156344064]: Change Nation Need Alz: 10000000
[Sun Apr 10 2022 21:20:52.685477 4156344064]: GuildCreateFee: 10000000
[Sun Apr 10 2022 21:20:52.686023 4156344064]: GuildNameChangeFee: 10000000
[Sun Apr 10 2022 21:20:52.686575 4156344064]: SKill_Balance[Double_Cast]: 80
[Sun Apr 10 2022 21:20:52.692133 4156344064]: change old item to new : (On)
[Sun Apr 10 2022 21:20:52.692888 4156344064]: change weapon item to new : (On)
[Sun Apr 10 2022 21:20:52.752701 4156344064]: GetPathString(): Section /etc/cabal/Data/Mobs.scp
[Sun Apr 10 2022 21:20:52.844359 4156344064]: GetPathString(): Section /etc/cabal/Data/Item.scp
[Sun Apr 10 2022 21:20:52.869849 4156344064]: [##ERROR##] [DATA FAULT]: GetIdx4Col(Property). (/etc/cabal/Data/Item.scp, Item)
ACE_ASSERT: file Script.cpp, line 723 assertion failed for '0'.Aborting...
[Sun Apr 10 2022 21:20:52.869949 4156344064]: SIGABRT
[Sun Apr 10 2022 21:20:52.870042 4156344064]: [MemCoreDumper] DUMP : /home/cabal/WorldSvr_01_01_SIGABRT_20220410_212052.core

Can someone please upload Item.scp file that actually work?
 
Newbie Spellweaver
Joined
Feb 11, 2019
Messages
5
Reaction score
1
Work like a charm! Thank you HariSeldon (tested on docker server)
 
Initiate Mage
Joined
Oct 6, 2022
Messages
4
Reaction score
0
Hello,

I'm a fan of this work, I've been learning Docker since I'm a web developer, so what I'm trying to do as hands-on activity is this.

I've got questions tho,
1) for client, what port should I put for Internal.txt? is it the auth_db_agent or the cabal_server_mssql_1

I've been getting error in login, "Disconnected"



Whenever I login, I get this error

Artem-Alekseev - [EP8] Server in Docker - RaGEZONE Forums
 
Initiate Mage
Joined
Oct 6, 2022
Messages
4
Reaction score
0
Show the full log, I can assume that this is related to magickey

Heres the log:

[Thu Oct 6 2022 22:58:22.785704 4156679936]: program name = WorldSvr_01_01[Thu Oct 6 2022 22:58:22.792625 4156679936]: open log file '/var/log/cabal/WorldSvr_01_01.log'[Thu Oct 6 2022 22:58:22.792945 4156679936]: LOG LEVEL: 3[Thu Oct 6 2022 22:58:22.792996 4156679936]: MemPoolUnitSizeClass(2): 24576Bytes[Thu Oct 6 2022 22:58:22.793183 4156679936]: Seed: 1332079233[Thu Oct 6 2022 22:58:22.800696 4156679936]: Start WorldSvr_01_01 Server[Thu Oct 6 2022 22:58:22.800832 4156679936]: InitEnv BEGIN[Thu Oct 6 2022 22:58:22.812080 4156679936]: [##ERROR##] open fail ()[Thu Oct 6 2022 22:58:22.812159 4156679936]: [##ERROR##] open fail ()[Thu Oct 6 2022 22:58:22.812184 4156679936]: [##ERROR##] open fail ()[Thu Oct 6 2022 22:58:22.812195 4156679936]: [##ERROR##] open fail ()[Thu Oct 6 2022 22:58:22.812205 4156679936]: [##ERROR##] open fail ()[Thu Oct 6 2022 22:58:22.812217 4156679936]: CheckSkillCoolTimeHack (Off)[Thu Oct 6 2022 22:58:22.812225 4156679936]: CheckShopHack (Off)[Thu Oct 6 2022 22:58:22.812232 4156679936]: CheckWarpHack (Off)[Thu Oct 6 2022 22:58:22.812239 4156679936]: CheckWareHouseHack (Off)[Thu Oct 6 2022 22:58:22.812246 4156679936]: UseCheckDistanceSkillHack (Off)[Thu Oct 6 2022 22:58:22.812253 4156679936]: UseCheckDistanceSkillHackCountForLog (0)[Thu Oct 6 2022 22:58:22.812261 4156679936]: UseCheckDistanceSkillHackKickoutCount (30)[Thu Oct 6 2022 22:58:22.812268 4156679936]: UseCheckDistanceSkillHackSpaceDistanceToMob (6)[Thu Oct 6 2022 22:58:22.812275 4156679936]: UseCheckDistanceSkillHackSpaceDistanceToUser (6)[Thu Oct 6 2022 22:58:22.812282 4156679936]: MaxTimeHackingCount(2)[Thu Oct 6 2022 22:58:22.812289 4156679936]: MaxDistanceHackingCount(2)[Thu Oct 6 2022 22:58:22.812297 4156679936]: CheckQuestNpcDistance (On)[Thu Oct 6 2022 22:58:22.812306 4156679936]: UseNonClientCheck (On)[Thu Oct 6 2022 22:58:22.812318 4156679936]: NonClientDisAdvantageRate (100)[Thu Oct 6 2022 22:58:22.812331 4156679936]: useDropDiscount (On)[Thu Oct 6 2022 22:58:22.812365 4156679936]: UseBlessingBeadCheck (Off)[Thu Oct 6 2022 22:58:22.812377 4156679936]: ESTPCBangChargeInterval(600000)[Thu Oct 6 2022 22:58:22.812391 4156679936]: AllowTradeChannel (Off)[Thu Oct 6 2022 22:58:22.812402 4156679936]: UseCheckMissionIdx(On)[Thu Oct 6 2022 22:58:22.812448 4156679936]: UseCheckDeadStatActive(Off)[Thu Oct 6 2022 22:58:22.812464 4156679936]: reload ActiveDeadStatCount(10)[Thu Oct 6 2022 22:58:22.812499 4156679936]: UseHackcheckByTimeScope (Off)[Thu Oct 6 2022 22:58:22.812512 4156679936]: CheckSkillTimeHackScope(60000)[Thu Oct 6 2022 22:58:22.812524 4156679936]: IgnoreVerifyIpDiff (On)[Thu Oct 6 2022 22:58:22.812534 4156679936]: UseMobsChaseModify (On)[Thu Oct 6 2022 22:58:22.812545 4156679936]: UseAlzDbHackCheck (Off)[Thu Oct 6 2022 22:58:22.812556 4156679936]: UseCutIfAlzDbHacked (Off)[Thu Oct 6 2022 22:58:22.812566 4156679936]: UseCheckUserAttack (On)[Thu Oct 6 2022 22:58:22.812576 4156679936]: UseHackUserDBSave (On)[Thu Oct 6 2022 22:58:22.812586 4156679936]: UseAdminUser (Off)[Thu Oct 6 2022 22:58:22.812600 4156679936]: InstantWarCalledGameType (1)[Thu Oct 6 2022 22:58:22.812612 4156679936]: UsePenaltyChange (1)[Thu Oct 6 2022 22:58:22.812624 4156679936]: UseCheckBelongItem (On)[Thu Oct 6 2022 22:58:22.812632 4156679936]: UseCheckDMZArea (Off)[Thu Oct 6 2022 22:58:22.812641 4156679936]: AllowCashShop(1)[Thu Oct 6 2022 22:58:22.812678 4156679936]: ReloadAllowCheckGuildBoard(): AllowGuildBoard: 0[Thu Oct 6 2022 22:58:22.812689 4156679936]: AllowNetcafePoint(0)[Thu Oct 6 2022 22:58:22.812698 4156679936]: RestrictOddCircleUseCountInDungeon (On)[Thu Oct 6 2022 22:58:22.812709 4156679936]: UseAdditionalMissionDungeonInstanceInPremiumCH (On)[Thu Oct 6 2022 22:58:22.812718 4156679936]: UseAdditionalMissionDungeonInstanceInPremiumUser (Off)[Thu Oct 6 2022 22:58:22.812729 4156679936]: AdditionalMissionDungeonInstanceCount (0)[Thu Oct 6 2022 22:58:22.812742 4156679936]: PShopOpenLimitCount (200)[Thu Oct 6 2022 22:58:22.812753 4156679936]: UseTradeChannelRestriction (Off)[Thu Oct 6 2022 22:58:22.812761 4156679936]: UseArtOfDefensePenalty (Off)[Thu Oct 6 2022 22:58:22.812778 4156679936]: IgnorePartyInviteDistance (Off)[Thu Oct 6 2022 22:58:22.812813 4156679936]: UseWorldDrop (On)[Thu Oct 6 2022 22:58:22.812828 4156679936]: UseInventoryHackCheck (Off)[Thu Oct 6 2022 22:58:22.812839 4156679936]: UseCutUserInventoryHack (Off)[Thu Oct 6 2022 22:58:22.812851 4156679936]: UseAlzSupplyUpdateTime (3600000)[Thu Oct 6 2022 22:58:22.812859 4156679936]: UseLimitLoudLev : CharacterLevel(30), MasteryLevel(4)[Thu Oct 6 2022 22:58:22.812868 4156679936]: LimitNormalChatLev(0)[Thu Oct 6 2022 22:58:22.812874 4156679936]: LimitTradeChatLev(0)[Thu Oct 6 2022 22:58:22.812883 4156679936]: UseLimitDeadPenaltyLev : Level(30)[Thu Oct 6 2022 22:58:22.812894 4156679936]: UseLimitAlzSave : inventory(500), warehouse(500)[Thu Oct 6 2022 22:58:22.812935 4156679936]: UseAgentShop (On)[Thu Oct 6 2022 22:58:22.812950 4156679936]: DelayPartyLeaderLooting(1000)[Thu Oct 6 2022 22:58:22.812995 4156679936]: DelayDiceOrAuction(1000)[Thu Oct 6 2022 22:58:22.813011 4156679936]: LimitPartySearchRegistLv(10)[Thu Oct 6 2022 22:58:22.813026 4156679936]: Maxlevel=190[Thu Oct 6 2022 22:58:22.813074 4156679936]: MaxRank=10[Thu Oct 6 2022 22:58:22.813118 4156679936]: UseMinLevDiffValueForExpCalc (On)[Thu Oct 6 2022 22:58:22.813133 4156679936]: UsePartyMinExpForInvalidPartyMember (On)[Thu Oct 6 2022 22:58:22.813145 4156679936]: UseIgnoreOtherBlessBuff (Off)[Thu Oct 6 2022 22:58:22.813177 4156679936]: UseRecoveryMasteryLevUp (Off)[Thu Oct 6 2022 22:58:22.813188 4156679936]: UseCashItemPeriodClear (On)[Thu Oct 6 2022 22:58:22.813200 4156679936]: UseWarSleepUserBanTime : Minute(5)[Thu Oct 6 2022 22:58:22.813213 4156679936]: SoldItemRestoreLimitTime : Minute(180)[Thu Oct 6 2022 22:58:22.813227 4156679936]: UseChannelToWarChannel(On)[Thu Oct 6 2022 22:58:22.813237 4156679936]: NoIncomingCharDeleteTickCount : TickCount(60000)[Thu Oct 6 2022 22:58:22.813247 4156679936]: OnceIncomingCharacterCount : Count(20)[Thu Oct 6 2022 22:58:22.813284 4156679936]: UpdateUserPlayTimePeriod : Minute(60)[Thu Oct 6 2022 22:58:22.813300 4156679936]: Shop Restriction: (AShopLv(0), PShopLv(0))[Thu Oct 6 2022 22:58:22.813339 4156679936]: AllowDuplicatedPCBangPremium(0)[Thu Oct 6 2022 22:58:22.813353 4156679936]: PCBangPremiumPriorType(0)[Thu Oct 6 2022 22:58:22.813363 4156679936]: IgnoreLobbyEntryFull(0)[Thu Oct 6 2022 22:58:22.813371 4156679936]: UseExclusivePremiumChannel(0)[Thu Oct 6 2022 22:58:22.813378 4156679936]: UseCombatModeRestrictReturnStone(1)[Thu Oct 6 2022 22:58:22.813386 4156679936]: UsePreventOttuki(1)[Thu Oct 6 2022 22:58:22.813394 4156679936]: UseRevisionMovingStats(1)[Thu Oct 6 2022 22:58:22.813404 4156679936]: UseAllowMoviePosDiff(0)[Thu Oct 6 2022 22:58:22.813415 4156679936]: UseAllItemDrop(1)[Thu Oct 6 2022 22:58:22.813440 4156679936]: UseBotCheckSystem(0)[Thu Oct 6 2022 22:58:22.813477 4156679936]: UseBotCheckInCharacterSelectLogout(0)[Thu Oct 6 2022 22:58:22.813492 4156679936]: BotAlertInterval(1800000)[Thu Oct 6 2022 22:58:22.813504 4156679936]: BotVerifiyTimeout(180)[Thu Oct 6 2022 22:58:22.813516 4156679936]: BotMaxVerifyFailCount(3)[Thu Oct 6 2022 22:58:22.813527 4156679936]: UseImageAuth(Off)[Thu Oct 6 2022 22:58:22.813540 4156679936]: ClearActStateAttackingNormalMobTimeout(30)[Thu Oct 6 2022 22:58:22.813570 4156679936]: BeginActStateSleepTime(300)[Thu Oct 6 2022 22:58:22.813584 4156679936]: BeginActStatePShopOpenTime(300)[Thu Oct 6 2022 22:58:22.813602 4156679936]: BeginActStateSocialActTime(300)[Thu Oct 6 2022 22:58:22.813638 4156679936]: DisableDancingSpIncreaseIfMissionWar(On)[Thu Oct 6 2022 22:58:22.813652 4156679936]: AllowForceEnchantModeOthersBlessBuff(On)[Thu Oct 6 2022 22:58:22.813663 4156679936]: IgnorePartyBuffConstraintIfDebugClient(On)[Thu Oct 6 2022 22:58:22.813675 4156679936]: PartyBuffCastableCloseByPartyMemberCount(2)[Thu Oct 6 2022 22:58:22.813684 4156679936]: AllowAdditionalDmgForMultiHitSkill(On)[Thu Oct 6 2022 22:58:22.813716 4156679936]: UseMissAttackInComboMode(Off)[Thu Oct 6 2022 22:58:22.813732 4156679936]: ForceSkillCritical(Off)[Thu Oct 6 2022 22:58:22.813742 4156679936]: ForceSkillNonCritical(Off)[Thu Oct 6 2022 22:58:22.813751 4156679936]: ForceSkillBFX(Off)[Thu Oct 6 2022 22:58:22.813762 4156679936]: GivePetExpIfMissionWarPvp(On)[Thu Oct 6 2022 22:58:22.813797 4156679936]: UseLordBroadCastCoolTimeSec (1)[Thu Oct 6 2022 22:58:22.813808 4156679936]: UseServerMobLog (Off)[Thu Oct 6 2022 22:58:22.813817 4156679936]: IgnoreMissionWarEntryLimit(Off)[Thu Oct 6 2022 22:58:22.813826 4156679936]: UseCheckUpgradeDistanceHack(Off)[Thu Oct 6 2022 22:58:22.813837 4156679936]: UseItemChangeManager(On)[Thu Oct 6 2022 22:58:22.813848 4156679936]: UseDeleteExpiredEventItems(On)[Thu Oct 6 2022 22:58:22.813883 4156679936]: UsePXPenaltyLogicChange(On)[Thu Oct 6 2022 22:58:22.813908 4156679936]: UseTPointSystem (On)[Thu Oct 6 2022 22:58:22.813918 4156679936]: UseTPointOnlyBeadPlusUser(0)[Thu Oct 6 2022 22:58:22.813925 4156679936]: MaxPoint : 200[Thu Oct 6 2022 22:58:22.813932 4156679936]: BasisPoint : 1[Thu Oct 6 2022 22:58:22.813939 4156679936]: UpdateSpan : 10800[Thu Oct 6 2022 22:58:22.813974 4156679936]: ServerTimeZoneMinutes: 0[Thu Oct 6 2022 22:58:22.814011 4156679936]: LogLevelInventoryLogDump(5)[Thu Oct 6 2022 22:58:22.814026 4156679936]: UseDummy(1)[Thu Oct 6 2022 22:58:22.815410 4156679936]: WarExp Reward Control : (NOT USE)[Thu Oct 6 2022 22:58:22.815479 4156679936]: War Entry Fee ZERO alz: (NOT USE)[Thu Oct 6 2022 22:58:22.815490 4156679936]: SingleDungeonExpiredMinutes: (10)[Thu Oct 6 2022 22:58:22.815498 4156679936]: DungeonPauseCooltime(60000)[Thu Oct 6 2022 22:58:22.815506 4156679936]: UseAlzEarnLimit(0)[Thu Oct 6 2022 22:58:22.815513 4156679936]: AlzEarnLimitValue(30000000)[Thu Oct 6 2022 22:58:22.815521 4156679936]: AlzEarnLimitLockHours(24)[Thu Oct 6 2022 22:58:22.815528 4156679936]: AlzEarnLimitCheckHours(24)[Thu Oct 6 2022 22:58:22.815535 4156679936]: BotReportCooltime(1800)[Thu Oct 6 2022 22:58:22.815542 4156679936]: Keep DP Time(10800)[Thu Oct 6 2022 22:58:22.815549 4156679936]: Max DP Limit(100)[Thu Oct 6 2022 22:58:22.815556 4156679936]: IsUTS(False)[Thu Oct 6 2022 22:58:22.815562 4156679936]: first joined usernum from event start is (0)[Thu Oct 6 2022 22:58:22.815581 4156679936]: Battle3ComboLimitTime(4000)[Thu Oct 6 2022 22:58:22.815589 4156679936]: Battle3ComboLimitTimeTolerance(2000)[Thu Oct 6 2022 22:58:22.815598 4156679936]: Extended Alz Mode[Thu Oct 6 2022 22:58:22.815605 4156679936]: GameGuard disabled version[Thu Oct 6 2022 22:58:22.815611 4156679936]: APEX disabled version[Thu Oct 6 2022 22:58:22.815617 4156679936]: XTrap V7 enabled version[Thu Oct 6 2022 22:58:22.815626 4156679936]: UseImageAuth(Off)[Thu Oct 6 2022 22:58:22.815651 4156679936]: UseBanSleepUser(On)[Thu Oct 6 2022 22:58:22.815685 4156679936]: UseGuildExpansion(On)[Thu Oct 6 2022 22:58:22.815698 4156679936]: AlzTimeout(60000)[Thu Oct 6 2022 22:58:22.815708 4156679936]: AlzOwnTimeout(30000)[Thu Oct 6 2022 22:58:22.815721 4156679936]: ItemTimeout(360000)[Thu Oct 6 2022 22:58:22.815735 4156679936]: ItemOwnTimeout(60000)[Thu Oct 6 2022 22:58:22.815778 4156679936]: ItemTimeoutInIWar(360000)[Thu Oct 6 2022 22:58:22.815796 4156679936]: ItemOwnTimeoutInIWar(10000)[Thu Oct 6 2022 22:58:22.815811 4156679936]: NotVerifiedKickInterval(15000)[Thu Oct 6 2022 22:58:22.815825 4156679936]: EraseSavedUserPackDataMinutes(5)[Thu Oct 6 2022 22:58:22.815858 4156679936]: CharacterDeleteLimitLevel (100)[Thu Oct 6 2022 22:58:22.815869 4156679936]: LimitedBroadCastByLord(true)[Thu Oct 6 2022 22:58:22.815877 4156679936]: InitEnv END[Thu Oct 6 2022 22:58:22.815887 4156679936]: RunServer BEGIN[Thu Oct 6 2022 22:58:22.818787 4156679936]: Local ip = 192.168.1.1 (from ini)[Thu Oct 6 2022 22:58:22.818884 4156679936]: MaxAttackHackTime (40000)[Thu Oct 6 2022 22:58:22.818898 4156679936]: SpeedHackCheckTime (40000)[Thu Oct 6 2022 22:58:22.818909 4156679936]: MovingSpeedCheckDistance (100)[Thu Oct 6 2022 22:58:22.818920 4156679936]: MovingSpeedCheckMagnification (18)[Thu Oct 6 2022 22:58:22.819138 4156679936]: try listening 38111 port[Thu Oct 6 2022 22:58:22.819282 4130675520]: CProcessLayer(0)::svc Start [4130675520][Thu Oct 6 2022 22:58:22.820505 4156679936]: try connect 172.23.0.10:38170, Sync[Thu Oct 6 2022 22:58:22.820951 4156679936]: sock 6 ->LinkHandler Open[Thu Oct 6 2022 22:58:22.820994 4156679936]: SendIPSConnect2Svr (161:01:01:00)[Thu Oct 6 2022 22:58:22.821014 4156679936]: waiting for the 'GmsChannelType'[Thu Oct 6 2022 22:58:22.821693 4130675520]: MaxUserNum: 80[Thu Oct 6 2022 22:58:22.821778 4130675520]: EntryLimitLevel: Base(0), Range(0)[Thu Oct 6 2022 22:58:22.821801 4130675520]: EntryLimitRank: Base(0), Range(255)[Thu Oct 6 2022 22:58:22.821848 4130675520]: ChannelType changed(0 -> 5)[Thu Oct 6 2022 22:58:22.821912 4130675520]: Daily Quest Reset Time : 2022-10-06 00:00(1665014400)[Thu Oct 6 2022 22:58:22.821976 4130675520]: OnIPCAdditionalDungeonInstanceCount(): dungeoninstance count is changed : 0 =>0, useCount : 0[Thu Oct 6 2022 22:58:22.921096 4156679936]: run_event_loop exited. resumeEvent[Thu Oct 6 2022 22:58:22.921895 4156679936]: try connect 172.23.0.8:38181, Sync[Thu Oct 6 2022 22:58:22.922651 4156679936]: sock 8 ->LinkHandler Open[Thu Oct 6 2022 22:58:22.922743 4156679936]: SendIPSConnect2Svr (161:01:01:00)[Thu Oct 6 2022 22:58:22.923227 4156679936]: try connect 172.23.0.5:38190, Sync[Thu Oct 6 2022 22:58:22.923662 4156679936]: sock 9 ->LinkHandler Open[Thu Oct 6 2022 22:58:22.923742 4156679936]: SendIPSConnect2Svr (161:01:01:00)[Thu Oct 6 2022 22:58:22.924166 4156679936]: try connect 172.23.0.12:38121, Sync[Thu Oct 6 2022 22:58:22.924470 4156679936]: sock 10 ->LinkHandler Open[Thu Oct 6 2022 22:58:22.924529 4156679936]: SendIPSConnect2Svr (161:01:01:00)[Thu Oct 6 2022 22:58:22.924835 4156679936]: try connect 172.23.0.3:38140, Sync[Thu Oct 6 2022 22:58:22.925241 4156679936]: sock 11 ->LinkHandler Open[Thu Oct 6 2022 22:58:22.925303 4156679936]: SendIPSConnect2Svr (161:01:01:00)[Thu Oct 6 2022 22:58:22.925695 4156679936]: try connect 172.23.0.15:38151, Sync[Thu Oct 6 2022 22:58:22.925893 4156679936]: sock 12 ->LinkHandler Open[Thu Oct 6 2022 22:58:22.925938 4156679936]: SendIPSConnect2Svr (161:01:01:00)[Thu Oct 6 2022 22:58:22.926041 4130675520]: no active user command: 4[Thu Oct 6 2022 22:58:22.926457 4156679936]: try connect 172.23.0.11:38201, Sync[Thu Oct 6 2022 22:58:22.926723 4156679936]: sock 13 ->LinkHandler Open[Thu Oct 6 2022 22:58:22.926772 4156679936]: SendIPSConnect2Svr (161:01:01:00)[Thu Oct 6 2022 22:58:22.986319 4130675520]: Set Initialization Bit(1)[Thu Oct 6 2022 22:58:22.986405 4130675520]: Check Initialization Bit(18)[Thu Oct 6 2022 22:58:22.995740 4130675520]: Set Initialization Bit(0)[Thu Oct 6 2022 22:58:22.995792 4130675520]: Check Initialization Bit(19)[Thu Oct 6 2022 22:58:24.029673 4156679936]: run_event_loop exited. resumeEvent[Thu Oct 6 2022 22:58:24.029840 4156679936]: RunServer(): passed waiting profile[Thu Oct 6 2022 22:58:24.029853 4156679936]: run_event_loop exited. resumeEvent[Thu Oct 6 2022 22:58:24.029858 4156679936]: RunServer(): waiting for the 'Daily Quest Reset Time'[Thu Oct 6 2022 22:58:24.035076 4156679936]: Change Nation Need Alz: 10000000[Thu Oct 6 2022 22:58:24.039106 4156679936]: GuildCreateFee: 10000000[Thu Oct 6 2022 22:58:24.040708 4156679936]: GuildNameChangeFee: 10000000[Thu Oct 6 2022 22:58:24.042058 4156679936]: SKill_Balance[Double_Cast]: 80[Thu Oct 6 2022 22:58:24.053795 4156679936]: change old item to new : (On)[Thu Oct 6 2022 22:58:24.056492 4156679936]: change weapon item to new : (On)[Thu Oct 6 2022 22:58:24.148106 4156679936]: GetPathString(): Section /etc/cabal/Data/Mobs.scp[Thu Oct 6 2022 22:58:24.247945 4156679936]: GetPathString(): Section /etc/cabal/Data/Item.scp[Thu Oct 6 2022 22:58:24.297841 4156679936]: GetPathString(): Section /etc/cabal/Data/Warp.scp[Thu Oct 6 2022 22:58:26.769078 4156679936]: try connect 172.23.0.13:38171, Sync[Thu Oct 6 2022 22:58:26.769666 4156679936]: sock 82 ->LinkHandler Open[Thu Oct 6 2022 22:58:26.769763 4156679936]: SendIPSConnect2Svr (161:01:01:00)[Thu Oct 6 2022 22:58:27.548339 3922996032]: CProcessLayer(1)::svc Start [3922996032][Thu Oct 6 2022 22:58:27.548577 3914603328]: CProcessLayer(2)::svc Start [3914603328][Thu Oct 6 2022 22:58:27.549389 3883924288]: CProcessLayer(5)::svc Start [3883924288][Thu Oct 6 2022 22:58:27.549399 3904895808]: CProcessLayer(3)::svc Start [3904895808][Thu Oct 6 2022 22:58:27.549579 3894410048]: CProcessLayer(4)::svc Start [3894410048][Thu Oct 6 2022 22:58:27.550121 3875531584]: CProcessLayer(6)::svc Start [3875531584][Thu Oct 6 2022 22:58:27.550191 3862952768]: CProcessLayer(7)::svc Start [3862952768][Thu Oct 6 2022 22:58:27.550539 3854560064]: CProcessLayer(8)::svc Start [3854560064][Thu Oct 6 2022 22:58:27.550874 3844078400]: CProcessLayer(9)::svc Start [3844078400][Thu Oct 6 2022 22:58:27.552043 3823106880]: CProcessLayer(11)::svc Start [3823106880][Thu Oct 6 2022 22:58:27.552169 3791649600]: CProcessLayer(19)::svc Start [3791649600][Thu Oct 6 2022 22:58:27.552277 3833592640]: CProcessLayer(10)::svc Start [3833592640][Thu Oct 6 2022 22:58:27.552910 3781163840]: CProcessLayer(20)::svc Start [3781163840][Thu Oct 6 2022 22:58:27.553028 3764378432]: CProcessLayer(24)::svc Start [3764378432][Thu Oct 6 2022 22:58:27.553115 3755985728]: CProcessLayer(25)::svc Start [3755985728][Thu Oct 6 2022 22:58:27.552949 3814714176]: CProcessLayer(13)::svc Start [3814714176][Thu Oct 6 2022 22:58:27.553267 3722414912]: CProcessLayer(29)::svc Start [3722414912][Thu Oct 6 2022 22:58:27.553147 3772771136]: CProcessLayer(23)::svc Start [3772771136][Thu Oct 6 2022 22:58:27.553509 3688844096]: CProcessLayer(34)::svc Start [3688844096][Thu Oct 6 2022 22:58:27.553345 3747593024]: CProcessLayer(26)::svc Start [3747593024][Thu Oct 6 2022 22:58:27.553661 3663665984]: CProcessLayer(37)::svc Start [3663665984][Thu Oct 6 2022 22:58:27.553735 3705629504]: CProcessLayer(32)::svc Start [3705629504][Thu Oct 6 2022 22:58:27.553358 3739200320]: CProcessLayer(27)::svc Start [3739200320][Thu Oct 6 2022 22:58:27.553906 3630095168]: CProcessLayer(41)::svc Start [3630095168][Thu Oct 6 2022 22:58:27.553979 3621702464]: CProcessLayer(42)::svc Start [3621702464][Thu Oct 6 2022 22:58:27.553598 3672058688]: CProcessLayer(36)::svc Start [3672058688][Thu Oct 6 2022 22:58:27.554116 3804232512]: CProcessLayer(14)::svc Start [3804232512][Thu Oct 6 2022 22:58:27.554197 3655273280]: CProcessLayer(38)::svc Start [3655273280][Thu Oct 6 2022 22:58:27.553935 3714022208]: CProcessLayer(30)::svc Start [3714022208][Thu Oct 6 2022 22:58:27.554351 3680451392]: CProcessLayer(35)::svc Start [3680451392][Thu Oct 6 2022 22:58:27.553540 3730807616]: CProcessLayer(28)::svc Start [3730807616][Thu Oct 6 2022 22:58:27.554473 3604917056]: CProcessLayer(44)::svc Start [3604917056][Thu Oct 6 2022 22:58:27.554552 3520990016]: CProcessLayer(54)::svc Start [3520990016][Thu Oct 6 2022 22:58:27.554648 3504204608]: CProcessLayer(56)::svc Start [3504204608][Thu Oct 6 2022 22:58:27.554219 3646880576]: CProcessLayer(39)::svc Start [3646880576][Thu Oct 6 2022 22:58:27.554799 3479026496]: CProcessLayer(59)::svc Start [3479026496][Thu Oct 6 2022 22:58:27.554878 3462241088]: CProcessLayer(61)::svc Start [3462241088][Thu Oct 6 2022 22:58:27.554894 3554560832]: CProcessLayer(50)::svc Start [3554560832][Thu Oct 6 2022 22:58:27.554984 3445455680]: CProcessLayer(63)::svc Start [3445455680][Thu Oct 6 2022 22:58:27.555084 3529382720]: CProcessLayer(53)::svc Start [3529382720][Thu Oct 6 2022 22:58:27.555170 3411884864]: CProcessLayer(67)::svc Start [3411884864][Thu Oct 6 2022 22:58:27.555271 3395099456]: CProcessLayer(69)::svc Start [3395099456][Thu Oct 6 2022 22:58:27.554215 3571346240]: CProcessLayer(48)::svc Start [3571346240][Thu Oct 6 2022 22:58:27.555536 3361528640]: CProcessLayer(74)::svc Start [3361528640][Thu Oct 6 2022 22:58:27.555620 3353135936]: CProcessLayer(75)::svc Start [3353135936][Thu Oct 6 2022 22:58:27.555721 3336350528]: CProcessLayer(77)::svc Start [3336350528][Thu Oct 6 2022 22:58:27.555831 3470633792]: CProcessLayer(60)::svc Start [3470633792][Thu Oct 6 2022 22:58:27.555036 3437062976]: CProcessLayer(64)::svc Start [3437062976][Thu Oct 6 2022 22:58:27.554497 3537775424]: CProcessLayer(52)::svc Start [3537775424][Thu Oct 6 2022 22:58:27.556112 3420277568]: CProcessLayer(66)::svc Start [3420277568][Thu Oct 6 2022 22:58:27.556222 3403492160]: CProcessLayer(68)::svc Start [3403492160][Thu Oct 6 2022 22:58:27.556332 3697236800]: CProcessLayer(33)::svc Start [3697236800][Thu Oct 6 2022 22:58:27.556380 3386706752]: CProcessLayer(70)::svc Start [3386706752][Thu Oct 6 2022 22:58:27.555462 3378314048]: CProcessLayer(71)::svc Start [3378314048][Thu Oct 6 2022 22:58:27.554680 3638487872]: CProcessLayer(40)::svc Start [3638487872][Thu Oct 6 2022 22:58:27.555659 3487419200]: CProcessLayer(58)::svc Start [3487419200][Thu Oct 6 2022 22:58:27.555725 4156679936]: Request LastNationRewardWarResults[Thu Oct 6 2022 22:58:27.553998 3613309760]: CProcessLayer(43)::svc Start [3613309760][Thu Oct 6 2022 22:58:27.555849 3546168128]: CProcessLayer(51)::svc Start [3546168128][Thu Oct 6 2022 22:58:27.555851 3453848384]: CProcessLayer(62)::svc Start [3453848384][Thu Oct 6 2022 22:58:27.555085 3428670272]: CProcessLayer(65)::svc Start [3428670272][Thu Oct 6 2022 22:58:27.554566 3579738944]: CProcessLayer(47)::svc Start [3579738944][Thu Oct 6 2022 22:58:27.556143 3596524352]: CProcessLayer(45)::svc Start [3596524352][Thu Oct 6 2022 22:58:27.555203 3588131648]: CProcessLayer(46)::svc Start [3588131648][Thu Oct 6 2022 22:58:27.555401 3512597312]: CProcessLayer(55)::svc Start [3512597312][Thu Oct 6 2022 22:58:27.556640 3369921344]: CProcessLayer(72)::svc Start [3369921344][Thu Oct 6 2022 22:58:27.556811 3344743232]: CProcessLayer(76)::svc Start [3344743232][Thu Oct 6 2022 22:58:27.556947 3562953536]: CProcessLayer(49)::svc Start [3562953536][Thu Oct 6 2022 22:58:27.557005 4156679936]: Set Initialization Bit(3)[Thu Oct 6 2022 22:58:27.558098 4156679936]: Check Initialization Bit(27)[Thu Oct 6 2022 22:58:27.557704 3495811904]: CProcessLayer(57)::svc Start [3495811904][Thu Oct 6 2022 22:58:27.558117 4156679936]: waiting for the 'Initialization'[Thu Oct 6 2022 22:58:27.584192 4130675520]: Set Initialization Bit(2)[Thu Oct 6 2022 22:58:27.584254 4130675520]: Check Initialization Bit(31)[Thu Oct 6 2022 22:58:27.584282 4130675520]: Complete Channel Initialization[Thu Oct 6 2022 22:58:27.667527 4156679936]: run_event_loop exited. resumeEvent[Thu Oct 6 2022 22:58:27.668105 4156679936]: CheckWarp(): Warp.scp worldIndx(6), (X:486,Y:0) is impossible Warp point[Thu Oct 6 2022 22:58:27.668153 4156679936]: CheckWarp(): Warp.scp worldIndx(6), (X:486,Y:3) is impossible Warp point[Thu Oct 6 2022 22:58:27.836113 4156679936]: Complete Loading Data[Thu Oct 6 2022 22:59:22.833764 4130675520]: Request LastNationRewardWarResults[Thu Oct 6 2022 23:00:22.849133 4130675520]: Request LastNationRewardWarResults
 
Back
Top