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!

How to create a EP8 Cabal server Step by Step with Pictures

Initiate Mage
Joined
Aug 7, 2014
Messages
4
Reaction score
0
When Setting up CentOS

** Download Link for CentOS 5.8 DvD Full and Download Link for PowerISO v5.5 Final DC 24.12.2012
[h=1]don't work for me[/h]

Where can i find them?
 
Initiate Mage
Joined
Sep 27, 2015
Messages
1
Reaction score
0
This guide will contain a lot of text. And some pictures. If i made a mistake please reply below and I will be sure to fix it. I am using Windows 7 with a custom theme so do not be alarmed. Be jealous.

Credits to:

roplys_ for making a awesome video guide, Basically this guide is just like his except his is a video with no sound (besides clicking) showing you what the steps are, and this guide I took the time to type them all out.
Justin Bieber for releasing EP8 files. Thanks bro.
Extornia for being a boss and releasing a repack (used in this guide and roplys_

and these people

x30unlimited
AkiSora
TmX
Keith

and any one else who contributed to the files

Installing / Configuring the server:

** Download Ep8 Databases backups **
1. Install and follow this to configure it while installing! Be sure to install in Default Instance, not named. And used Mixed Authentication. That will be SA's password.
2. Open SQL Server 2008 R2 and log in using SQL Server Authentication with login SA and your password.
3. Expand Server Objects
4. Right click Backup Devices and select New Backup Device
5. Click the ... next to File and Navigate to Account.Bak in the folder you extracted the EP8 Database Backups too. Select Account.Bak.
6. Name the Device "Account" without the "s (For future reference all "s in this guide are to differentiate the thing you need it to be named from the text in the guide. So when you see "s never include them unless i say to.)
7. Do the same for Authentication, CabalCash, CabalGuild, cabalmanager, EventData, NetcafeBilling, and Server01. It should look like:
LordAres - How to create a EP8 Cabal server Step by Step with Pictures - RaGEZONE Forums

8. Now expand Databases then Right click it and select New Database.
9. Name it "Account" then hit ok
10. Right click the Account database you just created and select Tasks > Restore > Database.
11. Select the Bubble next to From Device then hit the ... In the drop down menu select Backup device then select account. Then hit okay.
12. Now in the table below the device on the original menu select the bubble next to the only item in the table That will be the Restore setting. Should look like this:
LordAres - How to create a EP8 Cabal server Step by Step with Pictures - RaGEZONE Forums

13. Now in the top left select Options
14. Under Restore options enable "Overwrite the existing database (WITH REPLACE)" then hit Ok.
15. Repeat steps 8-14 for Authentication, CabalCash, CabalGuild, cabalmanager, EventData, NetcafeBilling, and Server01 databases. Be sure you name them the correct names and restore from the associated devices. MAKE SURE YOU GO SLOW AND YOU WILL NOTICE WHEN YOU CLICK RESTORE DATABASE THE "TO DATABASE" MAY CHANGE AND YOU MAY HAVE TO CHANGE IT TO THE DATABASE YOU ARE ATTEMPTING TO RESTORE When you are done it should look like this:
LordAres - How to create a EP8 Cabal server Step by Step with Pictures - RaGEZONE Forums

16. Now in the Server Objects folder right click Linked Servers and select New Linked Server
17. Fill it out like this:
LordAres - How to create a EP8 Cabal server Step by Step with Pictures - RaGEZONE Forums

Code:
DRIVER={SQL Server};SERVER=localhost;UID=;PWD=;
18. Select Server Options and change RPC and RPC Out to TRUE
LordAres - How to create a EP8 Cabal server Step by Step with Pictures - RaGEZONE Forums

19. Hit OK

Databases restored and set up

Setting up CentOS

** Download Oracle VirtualBox and the CentOS 5.8 DvD Full and install VirtualBox. Download POWERISO from and install it.***
1. Open VirtualBox, Click New name it "CentOS", choose Linux as the Type and other linux as the version. Hit Next and choose 2048 as the RAM, hit next then choose Create a virtual drive now and hit Create. Select VDI from the new window that pops up and hit Next, then select fixed size and hit next, then choose 40.98 gbs then hit create.
2. Click your new CentOS Vbox you created and then hit settings, Click network and then select Bridged instead of NAT (ONLY if you have a router). Then hit OK
3. Open your computer, you should see a virtual disk drive. Right click that, navigate to PowerISO > hit Mount image and select the disk 1 of centos you downloaded.
4. Click start on the CentOS vbox, a pop up will ask which drive you want to load centos from. Select your Virtual Disk drive with Disc 1 of centos mounted see my pic:
LordAres - How to create a EP8 Cabal server Step by Step with Pictures - RaGEZONE Forums

5. Hit Start
6. Hit Enter to start installation. Next it will ask to test the disc, hit skip. Next the graphical interface of CentOS installation will load up. Once it does hit next. Choose English, hit next. Choose U.S. English, hit next. A pop up will pop up asking if you want to partition, hit yes. On the next screen choose "Remove linux partitions on selected drives and create default layout.", hit next. A popup will asking if you want to partition for 41gb. HIT YES! if you dont have a big enough HDD you shouldnt be hosting in the first place. On the next screen hit next. On the next screen choose the yellow dot closest to your region. This is for the timezone. Hit next. on the next screen it will ask you to set up a password, type something and hit next. Now scroll down and check the boxes for Server, and Server - GUI. Hit next. Now hit next to begin installation.
7. Next to the bottom right click the disc icons and click remove disc. Then hit Reboot.
8. CentOS will begin to open for the first time. Once loaded hit Forward, Change Firewall to Disabled. Hit Forward. A popup will pop up asking if you are sure. Hit yes. On the next screen hit forward. Hit Forward again. On the date and time tab make sure its correct and hit forward. On the Create User page fill out the boxes and hit forward. Hit forward twice then hit finish. Now log in with root and the password you created.
9. Click Applications > Accessories > Terminal then type in "ifconfig" and hit enter. You then should see a bunch of text pop up similar to if you typed in ipconfig in cmd. Write the inet addr: address down. Thats your CentOS IP. Now hit the Earth icon with a mouse on it to open the web browser. Navigate to google.com to see if your internet works.
10. Hit System > Shutdown. This will shut down the vbox centos. This is how you always want to power down, similiar to shutting your real pc down.
11. Now right click CentOS in Vbox and click Clone. Name it CentOS backup. That will back CentOS up incase you mess anything up so you dont have to go through the long process again. This cloneing process can take a long time. So once again make sure your PC doesnt turn off. Go workout, go do parkour, go make sweet love to your special someone, or your hand. And then return back to this guide!

Setting Up the Server

*** You will need PuTTy and WinSCP for this section. Google will find you those links. ***

1. Open CentOS and log in to root, open terminal from Accessories > Applications section.
2. Type in "ifconfig" copy the inet addr: ###.##.#.### down. Thats your centos ip.
3. Open WinSCP and type in your CentOS IP as the Host Name. Now enter "root" as the username and your CentOS root password in password and hit Save...
4. Now hit login on WinSCP. it will ask you to save it in the Cache. Click yes
5. On WinSCP click Options > Preferences. Now click Applications under Intergration tab. Browse to where you saved your PuTTy exe. I saved mine in ""C:\CABAL\winscp and putty\putty.exe"" Make sure the boxes that say "remember session password and pass it to putty" and "open TelNet sessions in putty for FTP sessions" are checked and hit okay. Now click the putty icon in WinSCP (its under the word Sessions at the top. Looks like your PuTTy.exes icon. A pop up will ask you are you sure. Hit Run. Now Hit yes on the next pop up then once its loaded type "yum update". It will begin to update CentOS and eventually ask you if you want to download a update. Hit Y then enter. Next it will ask if importing is okay. Hit Y then enter. It will begin to import stuff. Let it work its magic.
6. Several minutes later in WinSCP ensure on the right side you are in CentOS's root folder. On the left side navigate to where you extracted Ep8repack to. Mine is C:\CABAL\ep8repack\. highlight everything in you ep8repack folder and hit f5: copy a popup will pop up. Hit Copy.
7. Once step 6 is done open Putty again. now type "./cabal_install.sh" it will ask if you want to begin the installation. Hit Y then enter. It will ask are you sure hit Y then enter.
8. Now that the files are installed type "service cabal config". Open CMD and type in "ipconfig" and hit enter. At the top you should see a ip. Use that as the MSSQL server ip in Putty and hit enter. For the SQL user type sa and hit enter. Then put your MSSQL pass and hit enter. Now open up your internet. Google search what is my ip. You will see a IP. Put that in putty and hit enter. Now type in "service cabal start" on they all say OK then the server is started.

Some times services will stop. Just type "service NAME HERE start" example "service ChatNode_01 start" to start ChatNode_01 service.

LordAres - How to create a EP8 Cabal server Step by Step with Pictures - RaGEZONE Forums


Setting Up the Client

*** You will need a EP8 Client you can refer to this page and the Client patch ***

1. Install the Ep8 Client you downloaded.
2. Extract the CabalClientPatch_DARKSTEELMAN.rar to your pc. Edit the internal file in the Data folder to your CentOS ip. You should know it already. If not open CentOS or in PuTTy type ifconfig. Use that. Save internal.
3. Copy the Data folder and the cabal_start.bat and paste it in your Cabal ep8 client folder.
4. Use the start cabal bat to load your client.

Reserved for Error Fixes

Thank you for this tutorial I've followed it I want to ask what is the next step. after configuring client and what to do if other PC would like to connect to my server?
 
Newbie Spellweaver
Joined
Nov 4, 2015
Messages
5
Reaction score
1
need help. .im a newbie
[Tue Nov 10 2015 09:32:56.385616 4158733152]: open log file '/var/log/cabal/WorldSvr_01_01.log'
[Tue Nov 10 2015 09:32:56.385936 4158733152]: LOG LEVEL: 3
[Tue Nov 10 2015 09:32:56.386051 4158733152]: MemPoolUnitSizeClass(3): 28672Bytes
[Tue Nov 10 2015 09:32:56.386558 4158733152]: Seed: 1345070399
[Tue Nov 10 2015 09:32:56.387042 4158733152]: Start WorldSvr_01_01 Server
[Tue Nov 10 2015 09:32:56.387180 4158733152]: InitEnv BEGIN
[Tue Nov 10 2015 09:32:56.428874 4158733152]: [##ERROR##] open fail ()
[Tue Nov 10 2015 09:32:56.428909 4158733152]: [##ERROR##] open fail ()
[Tue Nov 10 2015 09:32:56.428928 4158733152]: [##ERROR##] open fail ()
[Tue Nov 10 2015 09:32:56.428947 4158733152]: [##ERROR##] open fail ()
[Tue Nov 10 2015 09:32:56.428965 4158733152]: [##ERROR##] open fail ()
[Tue Nov 10 2015 09:32:56.429051 4158733152]: CheckSkillCoolTimeHack (On)
[Tue Nov 10 2015 09:32:56.429065 4158733152]: CheckShopHack (On)
[Tue Nov 10 2015 09:32:56.429076 4158733152]: CheckWarpHack (On)
[Tue Nov 10 2015 09:32:56.429087 4158733152]: CheckWareHouseHack (On)
[Tue Nov 10 2015 09:32:56.429098 4158733152]: UseCheckDistanceSkillHack (On)
[Tue Nov 10 2015 09:32:56.429110 4158733152]: UseCheckDistanceSkillHackCountForLog (1)
[Tue Nov 10 2015 09:32:56.429121 4158733152]: UseCheckDistanceSkillHackKickoutCount (30)
[Tue Nov 10 2015 09:32:56.429166 4158733152]: UseCheckDistanceSkillHackSpaceDistanceToMob (6)
[Tue Nov 10 2015 09:32:56.429178 4158733152]: UseCheckDistanceSkillHackSpaceDistanceToUser (6)
[Tue Nov 10 2015 09:32:56.429190 4158733152]: MaxTimeHackingCount(2)
[Tue Nov 10 2015 09:32:56.429201 4158733152]: MaxDistanceHackingCount(2)
[Tue Nov 10 2015 09:32:56.429212 4158733152]: CheckQuestNpcDistance (On)
[Tue Nov 10 2015 09:32:56.429223 4158733152]: UseNonClientCheck (Off)
[Tue Nov 10 2015 09:32:56.429234 4158733152]: NonClientDisAdvantageRate (90)
[Tue Nov 10 2015 09:32:56.429245 4158733152]: useDropDiscount (On)
[Tue Nov 10 2015 09:32:56.429256 4158733152]: UseBlessingBeadCheck (On)
[Tue Nov 10 2015 09:32:56.429267 4158733152]: ESTPCBangChargeInterval(600000)
[Tue Nov 10 2015 09:32:56.429278 4158733152]: AllowTradeChannel (Off)
[Tue Nov 10 2015 09:32:56.429289 4158733152]: UseCheckMissionIdx(On)
[Tue Nov 10 2015 09:32:56.429300 4158733152]: UseCheckDeadStatActive(On)
[Tue Nov 10 2015 09:32:56.429310 4158733152]: reload ActiveDeadStatCount(30)
[Tue Nov 10 2015 09:32:56.429321 4158733152]: UseHackcheckByTimeScope (On)
[Tue Nov 10 2015 09:32:56.429332 4158733152]: CheckSkillTimeHackScope(60000)
[Tue Nov 10 2015 09:32:56.429343 4158733152]: IgnoreVerifyIpDiff (On)
[Tue Nov 10 2015 09:32:56.429354 4158733152]: UseMobsChaseModify (On)
[Tue Nov 10 2015 09:32:56.429364 4158733152]: UseAlzDbHackCheck (Off)
[Tue Nov 10 2015 09:32:56.429375 4158733152]: UseCutIfAlzDbHacked (On)
[Tue Nov 10 2015 09:32:56.429386 4158733152]: UseCheckUserAttack (On)
[Tue Nov 10 2015 09:32:56.429396 4158733152]: UseHackUserDBSave (On)
[Tue Nov 10 2015 09:32:56.429425 4158733152]: UseAdminUser (Off)
[Tue Nov 10 2015 09:32:56.429473 4158733152]: InstantWarCalledGameType (1)
[Tue Nov 10 2015 09:32:56.429486 4158733152]: UsePenaltyChange (1)
[Tue Nov 10 2015 09:32:56.429497 4158733152]: UseCheckBelongItem (On)
[Tue Nov 10 2015 09:32:56.429508 4158733152]: UseCheckDMZArea (Off)
[Tue Nov 10 2015 09:32:56.429519 4158733152]: AllowCashShop(1)
[Tue Nov 10 2015 09:32:56.429532 4158733152]: ReloadAllowCheckGuildBoard(): AllowGuildBoard: 1
[Tue Nov 10 2015 09:32:56.429543 4158733152]: AllowNetcafePoint(0)
[Tue Nov 10 2015 09:32:56.429554 4158733152]: RestrictOddCircleUseCountInDungeon (On)
[Tue Nov 10 2015 09:32:56.429567 4158733152]: UseAdditionalMissionDungeonInstanceInPremiumCH (On)
[Tue Nov 10 2015 09:32:56.429577 4158733152]: UseAdditionalMissionDungeonInstanceInPremiumUser (Off)
[Tue Nov 10 2015 09:32:56.429586 4158733152]: AdditionalMissionDungeonInstanceCount (0)
[Tue Nov 10 2015 09:32:56.429597 4158733152]: PShopOpenLimitCount (200)
[Tue Nov 10 2015 09:32:56.429608 4158733152]: UseTradeChannelRestriction (Off)
[Tue Nov 10 2015 09:32:56.429619 4158733152]: UseArtOfDefensePenalty (Off)
[Tue Nov 10 2015 09:32:56.429674 4158733152]: IgnorePartyInviteDistance (Off)
[Tue Nov 10 2015 09:32:56.429686 4158733152]: UseWorldDrop (On)
[Tue Nov 10 2015 09:32:56.429697 4158733152]: UseInventoryHackCheck (On)
[Tue Nov 10 2015 09:32:56.429708 4158733152]: UseCutUserInventoryHack (On)
[Tue Nov 10 2015 09:32:56.429743 4158733152]: UseAlzSupplyUpdateTime (3600000)
[Tue Nov 10 2015 09:32:56.429756 4158733152]: UseLimitLoudLev : CharacterLevel(30), MasteryLevel(4)
[Tue Nov 10 2015 09:32:56.429769 4158733152]: LimitNormalChatLev(0)
[Tue Nov 10 2015 09:32:56.429779 4158733152]: LimitTradeChatLev(0)
[Tue Nov 10 2015 09:32:56.429790 4158733152]: UseLimitDeadPenaltyLev : Level(30)
[Tue Nov 10 2015 09:32:56.429802 4158733152]: UseLimitAlzSave : inventory(500), warehouse(500)
[Tue Nov 10 2015 09:32:56.429866 4158733152]: UseAgentShop (On)
[Tue Nov 10 2015 09:32:56.429879 4158733152]: DelayPartyLeaderLooting(1000)
[Tue Nov 10 2015 09:32:56.429890 4158733152]: DelayDiceOrAuction(1000)
[Tue Nov 10 2015 09:32:56.429901 4158733152]: LimitPartySearchRegistLv(10)
[Tue Nov 10 2015 09:32:56.429932 4158733152]: Maxlevel=190
[Tue Nov 10 2015 09:32:56.429969 4158733152]: MaxRank=10
[Tue Nov 10 2015 09:32:56.429985 4158733152]: UseMinLevDiffValueForExpCalc (On)
[Tue Nov 10 2015 09:32:56.429996 4158733152]: UsePartyMinExpForInvalidPartyMember (On)
[Tue Nov 10 2015 09:32:56.430007 4158733152]: UseIgnoreOtherBlessBuff (On)
[Tue Nov 10 2015 09:32:56.430018 4158733152]: UseRecoveryMasteryLevUp (Off)
[Tue Nov 10 2015 09:32:56.430029 4158733152]: UseCashItemPeriodClear (On)
[Tue Nov 10 2015 09:32:56.430040 4158733152]: UseWarSleepUserBanTime : Minute(5)
[Tue Nov 10 2015 09:32:56.430051 4158733152]: SoldItemRestoreLimitTime : Minute(180)
[Tue Nov 10 2015 09:32:56.430065 4158733152]: UseChannelToWarChannel(On)
[Tue Nov 10 2015 09:32:56.430076 4158733152]: NoIncomingCharDeleteTickCount : TickCount(60000)
[Tue Nov 10 2015 09:32:56.430087 4158733152]: OnceIncomingCharacterCount : Count(20)
[Tue Nov 10 2015 09:32:56.430098 4158733152]: UpdateUserPlayTimePeriod : Minute(60)
[Tue Nov 10 2015 09:32:56.430109 4158733152]: Shop Restriction: (AShopLv(0), PShopLv(0))
[Tue Nov 10 2015 09:32:56.430121 4158733152]: AllowDuplicatedPCBangPremium(0)
[Tue Nov 10 2015 09:32:56.430143 4158733152]: PCBangPremiumPriorType(0)
[Tue Nov 10 2015 09:32:56.430154 4158733152]: IgnoreLobbyEntryFull(0)
[Tue Nov 10 2015 09:32:56.430166 4158733152]: UseExclusivePremiumChannel(0)
[Tue Nov 10 2015 09:32:56.430177 4158733152]: UseCombatModeRestrictReturnStone(1)
[Tue Nov 10 2015 09:32:56.430188 4158733152]: UsePreventOttuki(1)
[Tue Nov 10 2015 09:32:56.430198 4158733152]: UseRevisionMovingStats(1)
[Tue Nov 10 2015 09:32:56.430209 4158733152]: UseAllowMoviePosDiff(0)
[Tue Nov 10 2015 09:32:56.430220 4158733152]: UseAllItemDrop(1)
[Tue Nov 10 2015 09:32:56.430230 4158733152]: UseBotCheckSystem(1)
[Tue Nov 10 2015 09:32:56.430241 4158733152]: UseBotCheckInCharacterSelectLogout(1)
[Tue Nov 10 2015 09:32:56.430252 4158733152]: BotAlertInterval(1800000)
[Tue Nov 10 2015 09:32:56.430263 4158733152]: BotVerifiyTimeout(180)
[Tue Nov 10 2015 09:32:56.430273 4158733152]: BotMaxVerifyFailCount(3)
[Tue Nov 10 2015 09:32:56.430284 4158733152]: UseImageAuth(Off)
[Tue Nov 10 2015 09:32:56.430294 4158733152]: ClearActStateAttackingNormalMobTimeout(30)
[Tue Nov 10 2015 09:32:56.430305 4158733152]: BeginActStateSleepTime(300)
[Tue Nov 10 2015 09:32:56.430316 4158733152]: BeginActStatePShopOpenTime(300)
[Tue Nov 10 2015 09:32:56.430327 4158733152]: BeginActStateSocialActTime(300)
[Tue Nov 10 2015 09:32:56.430354 4158733152]: DisableDancingSpIncreaseIfMissionWar(On)
[Tue Nov 10 2015 09:32:56.430367 4158733152]: AllowForceEnchantModeOthersBlessBuff(On)
[Tue Nov 10 2015 09:32:56.430378 4158733152]: IgnorePartyBuffConstraintIfDebugClient(On)
[Tue Nov 10 2015 09:32:56.430390 4158733152]: PartyBuffCastableCloseByPartyMemberCount(2)
[Tue Nov 10 2015 09:32:56.430401 4158733152]: AllowAdditionalDmgForMultiHitSkill(On)
[Tue Nov 10 2015 09:32:56.430412 4158733152]: UseMissAttackInComboMode(Off)
[Tue Nov 10 2015 09:32:56.430423 4158733152]: ForceSkillCritical(Off)
[Tue Nov 10 2015 09:32:56.430440 4158733152]: ForceSkillNonCritical(Off)
[Tue Nov 10 2015 09:32:56.430451 4158733152]: ForceSkillBFX(Off)
[Tue Nov 10 2015 09:32:56.430462 4158733152]: GivePetExpIfMissionWarPvp(On)
[Tue Nov 10 2015 09:32:56.430473 4158733152]: UseLordBroadCastCoolTimeSec (0)
[Tue Nov 10 2015 09:32:56.430484 4158733152]: UseServerMobLog (Off)
[Tue Nov 10 2015 09:32:56.430494 4158733152]: IgnoreMissionWarEntryLimit(Off)
[Tue Nov 10 2015 09:32:56.430505 4158733152]: UseCheckUpgradeDistanceHack(Off)
[Tue Nov 10 2015 09:32:56.430516 4158733152]: UseItemChangeManager(On)
[Tue Nov 10 2015 09:32:56.430527 4158733152]: UseDeleteExpiredEventItems(On)
[Tue Nov 10 2015 09:32:56.430538 4158733152]: UsePXPenaltyLogicChange(On)
[Tue Nov 10 2015 09:32:56.430574 4158733152]: UseTPointSystem (Off)
[Tue Nov 10 2015 09:32:56.430649 4158733152]: ServerTimeZoneMinutes: -480
[Tue Nov 10 2015 09:32:56.430662 4158733152]: LogLevelInventoryLogDump(5)
[Tue Nov 10 2015 09:32:56.430673 4158733152]: UseDummy(1)
[Tue Nov 10 2015 09:32:56.437665 4158733152]: WarExp Reward Control : (NOT USE)
[Tue Nov 10 2015 09:32:56.437682 4158733152]: War Entry Fee ZERO alz: (NOT USE)
[Tue Nov 10 2015 09:32:56.437694 4158733152]: SingleDungeonExpiredMinutes: (10)
[Tue Nov 10 2015 09:32:56.437706 4158733152]: DungeonPauseCooltime(60000)
[Tue Nov 10 2015 09:32:56.437717 4158733152]: UseAlzEarnLimit(0)
[Tue Nov 10 2015 09:32:56.437728 4158733152]: AlzEarnLimitValue(30000000)
[Tue Nov 10 2015 09:32:56.437739 4158733152]: AlzEarnLimitLockHours(24)
[Tue Nov 10 2015 09:32:56.437750 4158733152]: AlzEarnLimitCheckHours(24)
[Tue Nov 10 2015 09:32:56.437761 4158733152]: BotReportCooltime(1800)
[Tue Nov 10 2015 09:32:56.437772 4158733152]: Keep DP Time(10800)
[Tue Nov 10 2015 09:32:56.437782 4158733152]: Max DP Limit(100)
[Tue Nov 10 2015 09:32:56.437793 4158733152]: IsUTS(False)
[Tue Nov 10 2015 09:32:56.437803 4158733152]: first joined usernum from event start is (0)
[Tue Nov 10 2015 09:32:56.437839 4158733152]: Battle3ComboLimitTime(4000)
[Tue Nov 10 2015 09:32:56.437852 4158733152]: Battle3ComboLimitTimeTolerance(2000)
[Tue Nov 10 2015 09:32:56.437924 4158733152]: Extended Alz Mode
[Tue Nov 10 2015 09:32:56.437935 4158733152]: GameGuard disabled version
[Tue Nov 10 2015 09:32:56.437945 4158733152]: APEX disabled version
[Tue Nov 10 2015 09:32:56.437954 4158733152]: XTrap V7 enabled version
[Tue Nov 10 2015 09:32:56.437965 4158733152]: UseImageAuth(Off)
[Tue Nov 10 2015 09:32:56.438076 4158733152]: UseBanSleepUser(On)
[Tue Nov 10 2015 09:32:56.438089 4158733152]: UseGuildExpansion(On)
[Tue Nov 10 2015 09:32:56.438100 4158733152]: AlzTimeout(60000)
[Tue Nov 10 2015 09:32:56.438111 4158733152]: AlzOwnTimeout(30000)
[Tue Nov 10 2015 09:32:56.438122 4158733152]: ItemTimeout(360000)
[Tue Nov 10 2015 09:32:56.438156 4158733152]: ItemOwnTimeout(60000)
[Tue Nov 10 2015 09:32:56.438168 4158733152]: ItemTimeoutInIWar(360000)
[Tue Nov 10 2015 09:32:56.438179 4158733152]: ItemOwnTimeoutInIWar(10000)
[Tue Nov 10 2015 09:32:56.438190 4158733152]: NotVerifiedKickInterval(15000)
[Tue Nov 10 2015 09:32:56.438201 4158733152]: EraseSavedUserPackDataMinutes(5)
[Tue Nov 10 2015 09:32:56.438212 4158733152]: CharacterDeleteLimitLevel (100)
[Tue Nov 10 2015 09:32:56.438223 4158733152]: LimitedBroadCastByLord(false)
[Tue Nov 10 2015 09:32:56.438232 4158733152]: InitEnv END
[Tue Nov 10 2015 09:32:56.438242 4158733152]: RunServer BEGIN
[Tue Nov 10 2015 09:32:56.441782 4158733152]: Local ip = 180.191.114.68 (from ini)
[Tue Nov 10 2015 09:32:56.441803 4158733152]: MaxAttackHackTime (15000)
[Tue Nov 10 2015 09:32:56.441814 4158733152]: SpeedHackCheckTime (20000)
[Tue Nov 10 2015 09:32:56.441826 4158733152]: MovingSpeedCheckDistance (100)
[Tue Nov 10 2015 09:32:56.441837 4158733152]: MovingSpeedCheckMagnification (18)
[Tue Nov 10 2015 09:32:56.442801 4158733152]: try listening 38111 port
[Tue Nov 10 2015 09:32:56.443594 4158733152]: try connect 127.0.0.1:38170, Sync
[Tue Nov 10 2015 09:32:56.445343 4158733152]: sock 6 ->LinkHandler Open
[Tue Nov 10 2015 09:32:56.445386 4158733152]: SendIPSConnect2Svr (161:01:01:00)
[Tue Nov 10 2015 09:32:56.445428 4158733152]: waiting for the 'GmsChannelType'
[Tue Nov 10 2015 09:32:56.474926 4157901712]: CProcessLayer(0)::svc Start [4157901712]
[Tue Nov 10 2015 09:32:56.475090 4157901712]: MaxUserNum: 350
[Tue Nov 10 2015 09:32:56.475104 4157901712]: EntryLimitLevel: Base(0), Range(0)
[Tue Nov 10 2015 09:32:56.475114 4157901712]: EntryLimitRank: Base(0), Range(255)
[Tue Nov 10 2015 09:32:56.475192 4157901712]: ChannelType changed(0 -> 1024)
[Tue Nov 10 2015 09:32:56.475251 4157901712]: Daily Quest Reset Time : 2015-11-10 00:00(1447084800)
[Tue Nov 10 2015 09:32:56.475327 4157901712]: OnIPCAdditionalDungeonInstanceCount(): dungeoninstance count is changed : 0 =>0, useCount : 0
[Tue Nov 10 2015 09:32:56.545881 4158733152]: run_event_loop exited. resumeEvent
[Tue Nov 10 2015 09:32:56.545993 4158733152]: try connect 127.0.0.1:38181, Sync
[Tue Nov 10 2015 09:32:56.546997 4158733152]: sock 8 ->LinkHandler Open
[Tue Nov 10 2015 09:32:56.547015 4158733152]: SendIPSConnect2Svr (161:01:01:00)
[Tue Nov 10 2015 09:32:56.547043 4158733152]: try connect 127.0.0.1:38190, Sync
[Tue Nov 10 2015 09:32:56.547909 4158733152]: sock 9 ->LinkHandler Open
[Tue Nov 10 2015 09:32:56.547976 4158733152]: SendIPSConnect2Svr (161:01:01:00)
[Tue Nov 10 2015 09:32:56.548004 4158733152]: try connect 127.0.0.1:38121, Sync
[Tue Nov 10 2015 09:32:56.548734 4158733152]: sock 10 ->LinkHandler Open
[Tue Nov 10 2015 09:32:56.548787 4158733152]: SendIPSConnect2Svr (161:01:01:00)
[Tue Nov 10 2015 09:32:56.548813 4158733152]: try connect 127.0.0.1:38140, Sync
[Tue Nov 10 2015 09:32:56.549555 4158733152]: sock 11 ->LinkHandler Open
[Tue Nov 10 2015 09:32:56.549620 4158733152]: SendIPSConnect2Svr (161:01:01:00)
[Tue Nov 10 2015 09:32:56.549749 4158733152]: try connect 127.0.0.1:38151, Sync
[Tue Nov 10 2015 09:32:56.550417 4158733152]: sock 12 ->LinkHandler Open
[Tue Nov 10 2015 09:32:56.550473 4158733152]: SendIPSConnect2Svr (161:01:01:00)
[Tue Nov 10 2015 09:32:56.550514 4158733152]: try connect 127.0.0.1:38201, Sync
[Tue Nov 10 2015 09:32:56.550952 4158733152]: sock 13 ->LinkHandler Open
[Tue Nov 10 2015 09:32:56.551007 4158733152]: SendIPSConnect2Svr (161:01:01:00)
[Tue Nov 10 2015 09:32:56.551880 4157901712]: no active user command: 4
[Tue Nov 10 2015 09:32:56.647535 4157901712]: Set Initialization Bit(1)
[Tue Nov 10 2015 09:32:56.647774 4157901712]: Check Initialization Bit(18)
[Tue Nov 10 2015 09:32:56.648300 4157901712]: Set Initialization Bit(0)
[Tue Nov 10 2015 09:32:56.648313 4157901712]: Check Initialization Bit(19)
[Tue Nov 10 2015 09:32:57.656179 4158733152]: run_event_loop exited. resumeEvent
[Tue Nov 10 2015 09:32:57.656253 4158733152]: RunServer(): passed waiting profile
[Tue Nov 10 2015 09:32:57.656280 4158733152]: run_event_loop exited. resumeEvent
[Tue Nov 10 2015 09:32:57.656307 4158733152]: RunServer(): waiting for the 'Daily Quest Reset Time'
[Tue Nov 10 2015 09:32:57.717310 4158733152]: Change Nation Need Alz: 10000000
[Tue Nov 10 2015 09:32:57.737570 4158733152]: GuildCreateFee: 10000000
[Tue Nov 10 2015 09:32:57.744211 4158733152]: GuildNameChangeFee: 10000000
[Tue Nov 10 2015 09:32:57.750955 4158733152]: SKill_Balance[Double_Cast]: 80
[Tue Nov 10 2015 09:32:57.831754 4158733152]: change old item to new : (On)
[Tue Nov 10 2015 09:32:57.839304 4158733152]: change weapon item to new : (On)
[Tue Nov 10 2015 09:32:58.244553 4158733152]: GetPathString(): Section /etc/cabal/Data/Mobs.scp
[Tue Nov 10 2015 09:32:59.003410 4158733152]: GetPathString(): Section /etc/cabal/Data/Item.scp
[Tue Nov 10 2015 09:32:59.404762 4158733152]: GetPathString(): Section /etc/cabal/Data/Warp.scp
[Tue Nov 10 2015 09:33:14.639485 4158733152]: try connect 127.0.0.1:38171, Sync
[Tue Nov 10 2015 09:33:14.641278 4158733152]: sock 82 ->LinkHandler Open
[Tue Nov 10 2015 09:33:14.641321 4158733152]: SendIPSConnect2Svr (161:01:01:00)
[Tue Nov 10 2015 09:33:19.977495 3941469072]: CProcessLayer(1)::svc Start [3941469072]
[Tue Nov 10 2015 09:33:19.977695 3930979216]: CProcessLayer(2)::svc Start [3930979216]
[Tue Nov 10 2015 09:33:19.977931 3920489360]: CProcessLayer(3)::svc Start [3920489360]
[Tue Nov 10 2015 09:33:19.978063 3909999504]: CProcessLayer(4)::svc Start [3909999504]
[Tue Nov 10 2015 09:33:19.978150 3899509648]: CProcessLayer(5)::svc Start [3899509648]
[Tue Nov 10 2015 09:33:19.978244 3889019792]: CProcessLayer(6)::svc Start [3889019792]
[Tue Nov 10 2015 09:33:19.978331 3878529936]: CProcessLayer(7)::svc Start [3878529936]
[Tue Nov 10 2015 09:33:19.979464 3868040080]: CProcessLayer(8)::svc Start [3868040080]
[Tue Nov 10 2015 09:33:19.979568 3857550224]: CProcessLayer(9)::svc Start [3857550224]
[Tue Nov 10 2015 09:33:19.979673 3847060368]: CProcessLayer(10)::svc Start [3847060368]
[Tue Nov 10 2015 09:33:19.979761 3836570512]: CProcessLayer(11)::svc Start [3836570512]
[Tue Nov 10 2015 09:33:19.980047 3826080656]: CProcessLayer(13)::svc Start [3826080656]
[Tue Nov 10 2015 09:33:19.980134 3815590800]: CProcessLayer(14)::svc Start [3815590800]
[Tue Nov 10 2015 09:33:19.980228 3805100944]: CProcessLayer(19)::svc Start [3805100944]
[Tue Nov 10 2015 09:33:19.980329 3794611088]: CProcessLayer(20)::svc Start [3794611088]
[Tue Nov 10 2015 09:33:19.980461 3784121232]: CProcessLayer(23)::svc Start [3784121232]
[Tue Nov 10 2015 09:33:19.981430 3773631376]: CProcessLayer(24)::svc Start [3773631376]
[Tue Nov 10 2015 09:33:19.981576 3763141520]: CProcessLayer(25)::svc Start [3763141520]
[Tue Nov 10 2015 09:33:19.981663 3752651664]: CProcessLayer(26)::svc Start [3752651664]
[Tue Nov 10 2015 09:33:19.981760 3742161808]: CProcessLayer(27)::svc Start [3742161808]
[Tue Nov 10 2015 09:33:19.981866 3731671952]: CProcessLayer(28)::svc Start [3731671952]
[Tue Nov 10 2015 09:33:19.981960 3721182096]: CProcessLayer(29)::svc Start [3721182096]
[Tue Nov 10 2015 09:33:19.982069 3710692240]: CProcessLayer(30)::svc Start [3710692240]
[Tue Nov 10 2015 09:33:19.982162 3700202384]: CProcessLayer(32)::svc Start [3700202384]
[Tue Nov 10 2015 09:33:19.982248 3689712528]: CProcessLayer(33)::svc Start [3689712528]
[Tue Nov 10 2015 09:33:19.983787 3679222672]: CProcessLayer(34)::svc Start [3679222672]
[Tue Nov 10 2015 09:33:19.983912 3668732816]: CProcessLayer(35)::svc Start [3668732816]
[Tue Nov 10 2015 09:33:19.984013 3658242960]: CProcessLayer(36)::svc Start [3658242960]
[Tue Nov 10 2015 09:33:19.984104 3647753104]: CProcessLayer(37)::svc Start [3647753104]
[Tue Nov 10 2015 09:33:19.984215 3637263248]: CProcessLayer(38)::svc Start [3637263248]
[Tue Nov 10 2015 09:33:19.984322 3626773392]: CProcessLayer(39)::svc Start [3626773392]
[Tue Nov 10 2015 09:33:19.984465 3616283536]: CProcessLayer(40)::svc Start [3616283536]
[Tue Nov 10 2015 09:33:19.984557 3605793680]: CProcessLayer(41)::svc Start [3605793680]
[Tue Nov 10 2015 09:33:19.984653 3595303824]: CProcessLayer(42)::svc Start [3595303824]
[Tue Nov 10 2015 09:33:19.985440 3584813968]: CProcessLayer(43)::svc Start [3584813968]
[Tue Nov 10 2015 09:33:19.985549 3574324112]: CProcessLayer(44)::svc Start [3574324112]
[Tue Nov 10 2015 09:33:19.986979 3563834256]: CProcessLayer(45)::svc Start [3563834256]
[Tue Nov 10 2015 09:33:19.987097 3553344400]: CProcessLayer(46)::svc Start [3553344400]
[Tue Nov 10 2015 09:33:19.987195 3542854544]: CProcessLayer(47)::svc Start [3542854544]
[Tue Nov 10 2015 09:33:19.987301 3532364688]: CProcessLayer(48)::svc Start [3532364688]
[Tue Nov 10 2015 09:33:19.987411 3521874832]: CProcessLayer(49)::svc Start [3521874832]
[Tue Nov 10 2015 09:33:19.987514 3511384976]: CProcessLayer(50)::svc Start [3511384976]
[Tue Nov 10 2015 09:33:19.988423 3500895120]: CProcessLayer(51)::svc Start [3500895120]
[Tue Nov 10 2015 09:33:19.988525 3490405264]: CProcessLayer(52)::svc Start [3490405264]
[Tue Nov 10 2015 09:33:19.988633 3479915408]: CProcessLayer(53)::svc Start [3479915408]
[Tue Nov 10 2015 09:33:19.988732 3469425552]: CProcessLayer(54)::svc Start [3469425552]
[Tue Nov 10 2015 09:33:19.988920 3458935696]: CProcessLayer(55)::svc Start [3458935696]
[Tue Nov 10 2015 09:33:19.989031 3448445840]: CProcessLayer(56)::svc Start [3448445840]
[Tue Nov 10 2015 09:33:19.989124 3437955984]: CProcessLayer(57)::svc Start [3437955984]
[Tue Nov 10 2015 09:33:19.989244 3427466128]: CProcessLayer(58)::svc Start [3427466128]
[Tue Nov 10 2015 09:33:19.989371 3416976272]: CProcessLayer(59)::svc Start [3416976272]
[Tue Nov 10 2015 09:33:19.990241 3406486416]: CProcessLayer(60)::svc Start [3406486416]
[Tue Nov 10 2015 09:33:19.990351 3395996560]: CProcessLayer(61)::svc Start [3395996560]
[Tue Nov 10 2015 09:33:19.990459 3385506704]: CProcessLayer(62)::svc Start [3385506704]
[Tue Nov 10 2015 09:33:19.990559 3375016848]: CProcessLayer(63)::svc Start [3375016848]
[Tue Nov 10 2015 09:33:19.990652 3364526992]: CProcessLayer(64)::svc Start [3364526992]
[Tue Nov 10 2015 09:33:19.990751 3354037136]: CProcessLayer(65)::svc Start [3354037136]
[Tue Nov 10 2015 09:33:19.990929 3343547280]: CProcessLayer(66)::svc Start [3343547280]
[Tue Nov 10 2015 09:33:19.991020 3333057424]: CProcessLayer(67)::svc Start [3333057424]
[Tue Nov 10 2015 09:33:19.991118 3322567568]: CProcessLayer(68)::svc Start [3322567568]
[Tue Nov 10 2015 09:33:19.992236 4158733152]: Request LastNationRewardWarResults
[Tue Nov 10 2015 09:33:19.992302 4158733152]: Set Initialization Bit(3)
[Tue Nov 10 2015 09:33:19.992314 4158733152]: Check Initialization Bit(27)
[Tue Nov 10 2015 09:33:19.992323 4158733152]: waiting for the 'Initialization'
[Tue Nov 10 2015 09:33:20.003734 3312077712]: CProcessLayer(69)::svc Start [3312077712]
[Tue Nov 10 2015 09:33:20.003909 3301587856]: CProcessLayer(70)::svc Start [3301587856]
[Tue Nov 10 2015 09:33:20.004027 3291098000]: CProcessLayer(71)::svc Start [3291098000]
[Tue Nov 10 2015 09:33:20.004127 3280608144]: CProcessLayer(72)::svc Start [3280608144]
[Tue Nov 10 2015 09:33:20.004217 3270118288]: CProcessLayer(74)::svc Start [3270118288]
[Tue Nov 10 2015 09:33:20.004323 3259628432]: CProcessLayer(75)::svc Start [3259628432]
[Tue Nov 10 2015 09:33:20.004437 3249138576]: CProcessLayer(76)::svc Start [3249138576]
[Tue Nov 10 2015 09:33:20.004533 3238648720]: CProcessLayer(77)::svc Start [3238648720]
[Tue Nov 10 2015 09:33:20.106962 4157901712]: Set Initialization Bit(2)
[Tue Nov 10 2015 09:33:20.106990 4157901712]: Check Initialization Bit(31)
[Tue Nov 10 2015 09:33:20.107000 4157901712]: Complete Channel Initialization
[Tue Nov 10 2015 09:33:20.215478 4158733152]: run_event_loop exited. resumeEvent
[Tue Nov 10 2015 09:33:20.216543 4158733152]: CheckWarp(): Warp.scp worldIndx(6), (X:486,Y:0) is impossible Warp point
[Tue Nov 10 2015 09:33:20.216558 4158733152]: CheckWarp(): Warp.scp worldIndx(6), (X:486,Y:3) is impossible Warp point
[Tue Nov 10 2015 09:33:20.418902 4158733152]: Complete Loading Data
[Tue Nov 10 2015 09:33:56.453497 4157901712]: Request LastNationRewardWarResults
[Tue Nov 10 2015 09:34:56.456038 4157901712]: Request LastNationRewardWarResults
[Tue Nov 10 2015 09:35:56.464086 4157901712]: Request LastNationRewardWarResults
[Tue Nov 10 2015 09:36:56.470594 4157901712]: Request LastNationRewardWarResults
[Tue Nov 10 2015 09:37:56.482828 4157901712]: Request LastNationRewardWarResults
[Tue Nov 10 2015 09:38:56.479029 4157901712]: Request LastNationRewardWarResults
[Tue Nov 10 2015 09:39:20.901638 4158733152]: SIGTERM
[Tue Nov 10 2015 09:39:20.902175 4158733152]: [##ERROR##] TerminateSignal(): OK!
[Tue Nov 10 2015 09:39:21.597764 4157901712]: CProcessLayer(0)::svc Terminated [4157901712]
[Tue Nov 10 2015 09:39:21.805753 3605793680]: CProcessLayer(41)::svc Terminated [3605793680]
[Tue Nov 10 2015 09:39:21.806037 3679222672]: CProcessLayer(34)::svc Terminated [3679222672]
[Tue Nov 10 2015 09:39:21.807386 3500895120]: CProcessLayer(51)::svc Terminated [3500895120]
[Tue Nov 10 2015 09:39:21.807472 3406486416]: CProcessLayer(60)::svc Terminated [3406486416]
[Tue Nov 10 2015 09:39:21.810180 3301587856]: CProcessLayer(70)::svc Terminated [3301587856]
[Tue Nov 10 2015 09:39:21.810371 3448445840]: CProcessLayer(56)::svc Terminated [3448445840]
[Tue Nov 10 2015 09:39:21.821602 3941469072]: CProcessLayer(1)::svc Terminated [3941469072]
[Tue Nov 10 2015 09:39:21.821786 3259628432]: CProcessLayer(75)::svc Terminated [3259628432]
[Tue Nov 10 2015 09:39:21.822051 3637263248]: CProcessLayer(38)::svc Terminated [3637263248]
[Tue Nov 10 2015 09:39:21.822150 3909999504]: CProcessLayer(4)::svc Terminated [3909999504]
[Tue Nov 10 2015 09:39:21.836569 3689712528]: CProcessLayer(33)::svc Terminated [3689712528]
[Tue Nov 10 2015 09:39:21.836809 3458935696]: CProcessLayer(55)::svc Terminated [3458935696]
[Tue Nov 10 2015 09:39:21.836934 3416976272]: CProcessLayer(59)::svc Terminated [3416976272]
[Tue Nov 10 2015 09:39:21.837045 3563834256]: CProcessLayer(45)::svc Terminated [3563834256]
[Tue Nov 10 2015 09:39:21.837133 3364526992]: CProcessLayer(64)::svc Terminated [3364526992]
[Tue Nov 10 2015 09:39:21.843312 3375016848]: CProcessLayer(63)::svc Terminated [3375016848]
[Tue Nov 10 2015 09:39:21.843478 3889019792]: CProcessLayer(6)::svc Terminated [3889019792]
[Tue Nov 10 2015 09:39:21.843655 3574324112]: CProcessLayer(44)::svc Terminated [3574324112]
[Tue Nov 10 2015 09:39:21.849508 3794611088]: CProcessLayer(20)::svc Terminated [3794611088]
[Tue Nov 10 2015 09:39:21.849641 3322567568]: CProcessLayer(68)::svc Terminated [3322567568]
[Tue Nov 10 2015 09:39:21.849695 3647753104]: CProcessLayer(37)::svc Terminated [3647753104]
[Tue Nov 10 2015 09:39:21.849775 3784121232]: CProcessLayer(23)::svc Terminated [3784121232]
[Tue Nov 10 2015 09:39:21.858676 3857550224]: CProcessLayer(9)::svc Terminated [3857550224]
[Tue Nov 10 2015 09:39:21.858907 3469425552]: CProcessLayer(54)::svc Terminated [3469425552]
[Tue Nov 10 2015 09:39:21.859054 3836570512]: CProcessLayer(11)::svc Terminated [3836570512]
[Tue Nov 10 2015 09:39:21.859115 3521874832]: CProcessLayer(49)::svc Terminated [3521874832]
[Tue Nov 10 2015 09:39:21.859192 3553344400]: CProcessLayer(46)::svc Terminated [3553344400]
[Tue Nov 10 2015 09:39:21.859293 3815590800]: CProcessLayer(14)::svc Terminated [3815590800]
[Tue Nov 10 2015 09:39:21.861096 3427466128]: CProcessLayer(58)::svc Terminated [3427466128]
[Tue Nov 10 2015 09:39:21.861198 3354037136]: CProcessLayer(65)::svc Terminated [3354037136]
[Tue Nov 10 2015 09:39:21.861268 3930979216]: CProcessLayer(2)::svc Terminated [3930979216]
[Tue Nov 10 2015 09:39:21.861383 3626773392]: CProcessLayer(39)::svc Terminated [3626773392]
[Tue Nov 10 2015 09:39:21.861443 3847060368]: CProcessLayer(10)::svc Terminated [3847060368]
[Tue Nov 10 2015 09:39:21.865192 3532364688]: CProcessLayer(48)::svc Terminated [3532364688]
[Tue Nov 10 2015 09:39:21.865289 3868040080]: CProcessLayer(8)::svc Terminated [3868040080]
[Tue Nov 10 2015 09:39:21.865906 3584813968]: CProcessLayer(43)::svc Terminated [3584813968]
[Tue Nov 10 2015 09:39:21.869905 3479915408]: CProcessLayer(53)::svc Terminated [3479915408]
[Tue Nov 10 2015 09:39:21.870045 3710692240]: CProcessLayer(30)::svc Terminated [3710692240]
[Tue Nov 10 2015 09:39:21.870121 3805100944]: CProcessLayer(19)::svc Terminated [3805100944]
[Tue Nov 10 2015 09:39:21.870217 3878529936]: CProcessLayer(7)::svc Terminated [3878529936]
[Tue Nov 10 2015 09:39:21.870276 3385506704]: CProcessLayer(62)::svc Terminated [3385506704]
[Tue Nov 10 2015 09:39:21.870328 3280608144]: CProcessLayer(72)::svc Terminated [3280608144]
[Tue Nov 10 2015 09:39:21.877271 3658242960]: CProcessLayer(36)::svc Terminated [3658242960]
[Tue Nov 10 2015 09:39:21.877509 3333057424]: CProcessLayer(67)::svc Terminated [3333057424]
[Tue Nov 10 2015 09:39:21.877569 3773631376]: CProcessLayer(24)::svc Terminated [3773631376]
[Tue Nov 10 2015 09:39:21.877664 3752651664]: CProcessLayer(26)::svc Terminated [3752651664]
[Tue Nov 10 2015 09:39:21.877747 3721182096]: CProcessLayer(29)::svc Terminated [3721182096]
[Tue Nov 10 2015 09:39:21.877828 3238648720]: CProcessLayer(77)::svc Terminated [3238648720]
[Tue Nov 10 2015 09:39:21.880037 3899509648]: CProcessLayer(5)::svc Terminated [3899509648]
[Tue Nov 10 2015 09:39:21.881603 3731671952]: CProcessLayer(28)::svc Terminated [3731671952]
[Tue Nov 10 2015 09:39:21.881693 3742161808]: CProcessLayer(27)::svc Terminated [3742161808]
[Tue Nov 10 2015 09:39:21.881757 3826080656]: CProcessLayer(13)::svc Terminated [3826080656]
[Tue Nov 10 2015 09:39:21.887804 3312077712]: CProcessLayer(69)::svc Terminated [3312077712]
[Tue Nov 10 2015 09:39:21.887900 3291098000]: CProcessLayer(71)::svc Terminated [3291098000]
[Tue Nov 10 2015 09:39:21.887976 3437955984]: CProcessLayer(57)::svc Terminated [3437955984]
[Tue Nov 10 2015 09:39:21.888032 3511384976]: CProcessLayer(50)::svc Terminated [3511384976]
[Tue Nov 10 2015 09:39:21.888081 3668732816]: CProcessLayer(35)::svc Terminated [3668732816]
[Tue Nov 10 2015 09:39:21.888130 3542854544]: CProcessLayer(47)::svc Terminated [3542854544]
[Tue Nov 10 2015 09:39:21.888184 3595303824]: CProcessLayer(42)::svc Terminated [3595303824]
[Tue Nov 10 2015 09:39:21.898535 3249138576]: CProcessLayer(76)::svc Terminated [3249138576]
[Tue Nov 10 2015 09:39:21.898723 3616283536]: CProcessLayer(40)::svc Terminated [3616283536]
[Tue Nov 10 2015 09:39:21.898778 3920489360]: CProcessLayer(3)::svc Terminated [3920489360]
[Tue Nov 10 2015 09:39:21.898834 3395996560]: CProcessLayer(61)::svc Terminated [3395996560]
[Tue Nov 10 2015 09:39:21.899038 3490405264]: CProcessLayer(52)::svc Terminated [3490405264]
[Tue Nov 10 2015 09:39:21.899094 3343547280]: CProcessLayer(66)::svc Terminated [3343547280]
[Tue Nov 10 2015 09:39:21.899142 3270118288]: CProcessLayer(74)::svc Terminated [3270118288]
[Tue Nov 10 2015 09:39:21.901144 3700202384]: CProcessLayer(32)::svc Terminated [3700202384]
[Tue Nov 10 2015 09:39:21.901203 3763141520]: CProcessLayer(25)::svc Terminated [3763141520]
[Tue Nov 10 2015 09:39:21.964250 4158733152]: RunServer END
[Tue Nov 10 2015 09:39:21.964514 4158733152]: FinalEnv BEGIN
[Tue Nov 10 2015 09:39:21.972421 4158733152]: FinalEnv END
[Tue Nov 10 2015 09:39:22.440192 4159408992]: open log file '/var/log/cabal/WorldSvr_01_01.log'
[Tue Nov 10 2015 09:39:22.440428 4159408992]: LOG LEVEL: 3
[Tue Nov 10 2015 09:39:22.440553 4159408992]: MemPoolUnitSizeClass(3): 28672Bytes
[Tue Nov 10 2015 09:39:22.441091 4159408992]: Seed: 1156195179
[Tue Nov 10 2015 09:39:22.441592 4159408992]: Start WorldSvr_01_01 Server
[Tue Nov 10 2015 09:39:22.441750 4159408992]: InitEnv BEGIN
[Tue Nov 10 2015 09:39:22.510966 4159408992]: [##ERROR##] open fail ()
[Tue Nov 10 2015 09:39:22.511027 4159408992]: [##ERROR##] open fail ()
[Tue Nov 10 2015 09:39:22.511077 4159408992]: [##ERROR##] open fail ()
[Tue Nov 10 2015 09:39:22.511096 4159408992]: [##ERROR##] open fail ()
[Tue Nov 10 2015 09:39:22.511114 4159408992]: [##ERROR##] open fail ()
[Tue Nov 10 2015 09:39:22.511195 4159408992]: CheckSkillCoolTimeHack (On)
[Tue Nov 10 2015 09:39:22.511208 4159408992]: CheckShopHack (On)
[Tue Nov 10 2015 09:39:22.511220 4159408992]: CheckWarpHack (On)
[Tue Nov 10 2015 09:39:22.511230 4159408992]: CheckWareHouseHack (On)
[Tue Nov 10 2015 09:39:22.511242 4159408992]: UseCheckDistanceSkillHack (On)
[Tue Nov 10 2015 09:39:22.511254 4159408992]: UseCheckDistanceSkillHackCountForLog (1)
[Tue Nov 10 2015 09:39:22.511265 4159408992]: UseCheckDistanceSkillHackKickoutCount (30)
[Tue Nov 10 2015 09:39:22.511277 4159408992]: UseCheckDistanceSkillHackSpaceDistanceToMob (6)
[Tue Nov 10 2015 09:39:22.511288 4159408992]: UseCheckDistanceSkillHackSpaceDistanceToUser (6)
[Tue Nov 10 2015 09:39:22.511301 4159408992]: MaxTimeHackingCount(2)
[Tue Nov 10 2015 09:39:22.511312 4159408992]: MaxDistanceHackingCount(2)
[Tue Nov 10 2015 09:39:22.511323 4159408992]: CheckQuestNpcDistance (On)
[Tue Nov 10 2015 09:39:22.511334 4159408992]: UseNonClientCheck (Off)
[Tue Nov 10 2015 09:39:22.511344 4159408992]: NonClientDisAdvantageRate (90)
[Tue Nov 10 2015 09:39:22.511355 4159408992]: useDropDiscount (On)
[Tue Nov 10 2015 09:39:22.511366 4159408992]: UseBlessingBeadCheck (On)
[Tue Nov 10 2015 09:39:22.511377 4159408992]: ESTPCBangChargeInterval(600000)
[Tue Nov 10 2015 09:39:22.511388 4159408992]: AllowTradeChannel (Off)
[Tue Nov 10 2015 09:39:22.511399 4159408992]: UseCheckMissionIdx(On)
[Tue Nov 10 2015 09:39:22.511409 4159408992]: UseCheckDeadStatActive(On)
[Tue Nov 10 2015 09:39:22.511420 4159408992]: reload ActiveDeadStatCount(30)
[Tue Nov 10 2015 09:39:22.511431 4159408992]: UseHackcheckByTimeScope (On)
[Tue Nov 10 2015 09:39:22.511558 4159408992]: CheckSkillTimeHackScope(60000)
[Tue Nov 10 2015 09:39:22.511570 4159408992]: IgnoreVerifyIpDiff (On)
[Tue Nov 10 2015 09:39:22.511580 4159408992]: UseMobsChaseModify (On)
[Tue Nov 10 2015 09:39:22.511591 4159408992]: UseAlzDbHackCheck (On)
[Tue Nov 10 2015 09:39:22.511602 4159408992]: UseCutIfAlzDbHacked (On)
[Tue Nov 10 2015 09:39:22.511612 4159408992]: UseCheckUserAttack (On)
[Tue Nov 10 2015 09:39:22.511622 4159408992]: UseHackUserDBSave (On)
[Tue Nov 10 2015 09:39:22.511651 4159408992]: UseAdminUser (Off)
[Tue Nov 10 2015 09:39:22.511720 4159408992]: InstantWarCalledGameType (1)
[Tue Nov 10 2015 09:39:22.511734 4159408992]: UsePenaltyChange (1)
[Tue Nov 10 2015 09:39:22.511745 4159408992]: UseCheckBelongItem (On)
[Tue Nov 10 2015 09:39:22.511755 4159408992]: UseCheckDMZArea (Off)
[Tue Nov 10 2015 09:39:22.511766 4159408992]: AllowCashShop(1)
[Tue Nov 10 2015 09:39:22.511779 4159408992]: ReloadAllowCheckGuildBoard(): AllowGuildBoard: 1
[Tue Nov 10 2015 09:39:22.511791 4159408992]: AllowNetcafePoint(0)
[Tue Nov 10 2015 09:39:22.511802 4159408992]: RestrictOddCircleUseCountInDungeon (On)
[Tue Nov 10 2015 09:39:22.511815 4159408992]: UseAdditionalMissionDungeonInstanceInPremiumCH (On)
[Tue Nov 10 2015 09:39:22.511825 4159408992]: UseAdditionalMissionDungeonInstanceInPremiumUser (Off)
[Tue Nov 10 2015 09:39:22.511834 4159408992]: AdditionalMissionDungeonInstanceCount (0)
[Tue Nov 10 2015 09:39:22.511845 4159408992]: PShopOpenLimitCount (200)
[Tue Nov 10 2015 09:39:22.511856 4159408992]: UseTradeChannelRestriction (Off)
[Tue Nov 10 2015 09:39:22.511867 4159408992]: UseArtOfDefensePenalty (Off)
[Tue Nov 10 2015 09:39:22.511878 4159408992]: IgnorePartyInviteDistance (Off)
[Tue Nov 10 2015 09:39:22.511889 4159408992]: UseWorldDrop (On)
[Tue Nov 10 2015 09:39:22.511899 4159408992]: UseInventoryHackCheck (On)
[Tue Nov 10 2015 09:39:22.511910 4159408992]: UseCutUserInventoryHack (On)
[Tue Nov 10 2015 09:39:22.511948 4159408992]: UseAlzSupplyUpdateTime (3600000)
[Tue Nov 10 2015 09:39:22.511962 4159408992]: UseLimitLoudLev : CharacterLevel(30), MasteryLevel(4)
[Tue Nov 10 2015 09:39:22.511974 4159408992]: LimitNormalChatLev(0)
[Tue Nov 10 2015 09:39:22.511984 4159408992]: LimitTradeChatLev(0)
[Tue Nov 10 2015 09:39:22.511995 4159408992]: UseLimitDeadPenaltyLev : Level(30)
[Tue Nov 10 2015 09:39:22.512007 4159408992]: UseLimitAlzSave : inventory(500), warehouse(500)
[Tue Nov 10 2015 09:39:22.512072 4159408992]: UseAgentShop (On)
[Tue Nov 10 2015 09:39:22.512085 4159408992]: DelayPartyLeaderLooting(1000)
[Tue Nov 10 2015 09:39:22.512096 4159408992]: DelayDiceOrAuction(1000)
[Tue Nov 10 2015 09:39:22.512107 4159408992]: LimitPartySearchRegistLv(10)
[Tue Nov 10 2015 09:39:22.512141 4159408992]: Maxlevel=190
[Tue Nov 10 2015 09:39:22.512180 4159408992]: MaxRank=10
[Tue Nov 10 2015 09:39:22.512196 4159408992]: UseMinLevDiffValueForExpCalc (On)
[Tue Nov 10 2015 09:39:22.512208 4159408992]: UsePartyMinExpForInvalidPartyMember (On)
[Tue Nov 10 2015 09:39:22.512219 4159408992]: UseIgnoreOtherBlessBuff (On)
[Tue Nov 10 2015 09:39:22.512229 4159408992]: UseRecoveryMasteryLevUp (Off)
[Tue Nov 10 2015 09:39:22.512240 4159408992]: UseCashItemPeriodClear (On)
[Tue Nov 10 2015 09:39:22.512251 4159408992]: UseWarSleepUserBanTime : Minute(5)
[Tue Nov 10 2015 09:39:22.512262 4159408992]: SoldItemRestoreLimitTime : Minute(180)
[Tue Nov 10 2015 09:39:22.512275 4159408992]: UseChannelToWarChannel(On)
[Tue Nov 10 2015 09:39:22.512286 4159408992]: NoIncomingCharDeleteTickCount : TickCount(60000)
[Tue Nov 10 2015 09:39:22.512297 4159408992]: OnceIncomingCharacterCount : Count(20)
[Tue Nov 10 2015 09:39:22.512308 4159408992]: UpdateUserPlayTimePeriod : Minute(60)
[Tue Nov 10 2015 09:39:22.512320 4159408992]: Shop Restriction: (AShopLv(0), PShopLv(0))
[Tue Nov 10 2015 09:39:22.512331 4159408992]: AllowDuplicatedPCBangPremium(0)
[Tue Nov 10 2015 09:39:22.512342 4159408992]: PCBangPremiumPriorType(0)
[Tue Nov 10 2015 09:39:22.512352 4159408992]: IgnoreLobbyEntryFull(0)
[Tue Nov 10 2015 09:39:22.512363 4159408992]: UseExclusivePremiumChannel(0)
[Tue Nov 10 2015 09:39:22.512378 4159408992]: UseCombatModeRestrictReturnStone(1)
[Tue Nov 10 2015 09:39:22.512389 4159408992]: UsePreventOttuki(1)
[Tue Nov 10 2015 09:39:22.512399 4159408992]: UseRevisionMovingStats(1)
[Tue Nov 10 2015 09:39:22.512410 4159408992]: UseAllowMoviePosDiff(0)
[Tue Nov 10 2015 09:39:22.512421 4159408992]: UseAllItemDrop(1)
[Tue Nov 10 2015 09:39:22.512431 4159408992]: UseBotCheckSystem(1)
[Tue Nov 10 2015 09:39:22.512442 4159408992]: UseBotCheckInCharacterSelectLogout(1)
[Tue Nov 10 2015 09:39:22.512452 4159408992]: BotAlertInterval(1800000)
[Tue Nov 10 2015 09:39:22.512463 4159408992]: BotVerifiyTimeout(180)
[Tue Nov 10 2015 09:39:22.512473 4159408992]: BotMaxVerifyFailCount(3)
[Tue Nov 10 2015 09:39:22.512484 4159408992]: UseImageAuth(Off)
[Tue Nov 10 2015 09:39:22.512494 4159408992]: ClearActStateAttackingNormalMobTimeout(30)
[Tue Nov 10 2015 09:39:22.512505 4159408992]: BeginActStateSleepTime(300)
[Tue Nov 10 2015 09:39:22.512515 4159408992]: BeginActStatePShopOpenTime(300)
[Tue Nov 10 2015 09:39:22.512526 4159408992]: BeginActStateSocialActTime(300)
[Tue Nov 10 2015 09:39:22.512622 4159408992]: DisableDancingSpIncreaseIfMissionWar(On)
[Tue Nov 10 2015 09:39:22.512635 4159408992]: AllowForceEnchantModeOthersBlessBuff(On)
[Tue Nov 10 2015 09:39:22.512646 4159408992]: IgnorePartyBuffConstraintIfDebugClient(On)
[Tue Nov 10 2015 09:39:22.512657 4159408992]: PartyBuffCastableCloseByPartyMemberCount(2)
[Tue Nov 10 2015 09:39:22.512668 4159408992]: AllowAdditionalDmgForMultiHitSkill(On)
[Tue Nov 10 2015 09:39:22.512679 4159408992]: UseMissAttackInComboMode(Off)
[Tue Nov 10 2015 09:39:22.512689 4159408992]: ForceSkillCritical(Off)
[Tue Nov 10 2015 09:39:22.512700 4159408992]: ForceSkillNonCritical(Off)
[Tue Nov 10 2015 09:39:22.512711 4159408992]: ForceSkillBFX(Off)
[Tue Nov 10 2015 09:39:22.512722 4159408992]: GivePetExpIfMissionWarPvp(On)
[Tue Nov 10 2015 09:39:22.512733 4159408992]: UseLordBroadCastCoolTimeSec (0)
[Tue Nov 10 2015 09:39:22.512743 4159408992]: UseServerMobLog (Off)
[Tue Nov 10 2015 09:39:22.512754 4159408992]: IgnoreMissionWarEntryLimit(Off)
[Tue Nov 10 2015 09:39:22.512765 4159408992]: UseCheckUpgradeDistanceHack(Off)
[Tue Nov 10 2015 09:39:22.512776 4159408992]: UseItemChangeManager(On)
[Tue Nov 10 2015 09:39:22.512786 4159408992]: UseDeleteExpiredEventItems(On)
[Tue Nov 10 2015 09:39:22.512797 4159408992]: UsePXPenaltyLogicChange(On)
[Tue Nov 10 2015 09:39:22.512837 4159408992]: UseTPointSystem (Off)
[Tue Nov 10 2015 09:39:22.512944 4159408992]: ServerTimeZoneMinutes: -480
[Tue Nov 10 2015 09:39:22.512957 4159408992]: LogLevelInventoryLogDump(5)
[Tue Nov 10 2015 09:39:22.512968 4159408992]: UseDummy(1)
[Tue Nov 10 2015 09:39:22.522998 4159408992]: WarExp Reward Control : (NOT USE)
[Tue Nov 10 2015 09:39:22.523450 4159408992]: War Entry Fee ZERO alz: (NOT USE)
[Tue Nov 10 2015 09:39:22.523465 4159408992]: SingleDungeonExpiredMinutes: (10)
[Tue Nov 10 2015 09:39:22.523478 4159408992]: DungeonPauseCooltime(60000)
[Tue Nov 10 2015 09:39:22.523491 4159408992]: UseAlzEarnLimit(0)
[Tue Nov 10 2015 09:39:22.523502 4159408992]: AlzEarnLimitValue(30000000)
[Tue Nov 10 2015 09:39:22.523513 4159408992]: AlzEarnLimitLockHours(24)
[Tue Nov 10 2015 09:39:22.523524 4159408992]: AlzEarnLimitCheckHours(24)
[Tue Nov 10 2015 09:39:22.523545 4159408992]: BotReportCooltime(1800)
[Tue Nov 10 2015 09:39:22.523559 4159408992]: Keep DP Time(10800)
[Tue Nov 10 2015 09:39:22.523570 4159408992]: Max DP Limit(100)
[Tue Nov 10 2015 09:39:22.523581 4159408992]: IsUTS(False)
[Tue Nov 10 2015 09:39:22.523590 4159408992]: first joined usernum from event start is (0)
[Tue Nov 10 2015 09:39:22.523632 4159408992]: Battle3ComboLimitTime(4000)
[Tue Nov 10 2015 09:39:22.523645 4159408992]: Battle3ComboLimitTimeTolerance(2000)
[Tue Nov 10 2015 09:39:22.523721 4159408992]: Extended Alz Mode
[Tue Nov 10 2015 09:39:22.523732 4159408992]: GameGuard disabled version
[Tue Nov 10 2015 09:39:22.523741 4159408992]: APEX disabled version
[Tue Nov 10 2015 09:39:22.523750 4159408992]: XTrap V7 enabled version
[Tue Nov 10 2015 09:39:22.523781 4159408992]: UseImageAuth(Off)
[Tue Nov 10 2015 09:39:22.523897 4159408992]: UseBanSleepUser(On)
[Tue Nov 10 2015 09:39:22.523911 4159408992]: UseGuildExpansion(On)
[Tue Nov 10 2015 09:39:22.523922 4159408992]: AlzTimeout(60000)
[Tue Nov 10 2015 09:39:22.523933 4159408992]: AlzOwnTimeout(30000)
[Tue Nov 10 2015 09:39:22.523944 4159408992]: ItemTimeout(360000)
[Tue Nov 10 2015 09:39:22.523955 4159408992]: ItemOwnTimeout(60000)
[Tue Nov 10 2015 09:39:22.523965 4159408992]: ItemTimeoutInIWar(360000)
[Tue Nov 10 2015 09:39:22.523976 4159408992]: ItemOwnTimeoutInIWar(10000)
[Tue Nov 10 2015 09:39:22.523987 4159408992]: NotVerifiedKickInterval(15000)
[Tue Nov 10 2015 09:39:22.523998 4159408992]: EraseSavedUserPackDataMinutes(5)
[Tue Nov 10 2015 09:39:22.524009 4159408992]: CharacterDeleteLimitLevel (100)
[Tue Nov 10 2015 09:39:22.524020 4159408992]: LimitedBroadCastByLord(false)
[Tue Nov 10 2015 09:39:22.524029 4159408992]: InitEnv END
[Tue Nov 10 2015 09:39:22.524092 4159408992]: RunServer BEGIN
[Tue Nov 10 2015 09:39:22.529151 4159408992]: Local ip = 31.3.246.181 (from ini)
[Tue Nov 10 2015 09:39:22.529197 4159408992]: MaxAttackHackTime (15000)
[Tue Nov 10 2015 09:39:22.529209 4159408992]: SpeedHackCheckTime (20000)
[Tue Nov 10 2015 09:39:22.529220 4159408992]: MovingSpeedCheckDistance (100)
[Tue Nov 10 2015 09:39:22.529231 4159408992]: MovingSpeedCheckMagnification (18)
[Tue Nov 10 2015 09:39:22.530111 4159408992]: try listening 38111 port
[Tue Nov 10 2015 09:39:22.530647 4159408992]: try connect 127.0.0.1:38170, Sync
[Tue Nov 10 2015 09:39:22.532316 4159408992]: sock 6 ->LinkHandler Open
[Tue Nov 10 2015 09:39:22.532354 4159408992]: SendIPSConnect2Svr (161:01:01:00)
[Tue Nov 10 2015 09:39:22.532396 4159408992]: waiting for the 'GmsChannelType'
[Tue Nov 10 2015 09:39:22.574665 4158577552]: CProcessLayer(0)::svc Start [4158577552]
[Tue Nov 10 2015 09:39:22.574884 4158577552]: MaxUserNum: 350
[Tue Nov 10 2015 09:39:22.574898 4158577552]: EntryLimitLevel: Base(0), Range(0)
[Tue Nov 10 2015 09:39:22.574908 4158577552]: EntryLimitRank: Base(0), Range(255)
[Tue Nov 10 2015 09:39:22.574986 4158577552]: ChannelType changed(0 -> 1024)
[Tue Nov 10 2015 09:39:22.575046 4158577552]: Daily Quest Reset Time : 2015-11-10 00:00(1447084800)
[Tue Nov 10 2015 09:39:22.575123 4158577552]: OnIPCAdditionalDungeonInstanceCount(): dungeoninstance count is changed : 0 =>0, useCount : 0
[Tue Nov 10 2015 09:39:22.632774 4159408992]: run_event_loop exited. resumeEvent
[Tue Nov 10 2015 09:39:22.633160 4159408992]: try connect 127.0.0.1:38181, Sync
[Tue Nov 10 2015 09:39:22.634911 4159408992]: sock 8 ->LinkHandler Open
[Tue Nov 10 2015 09:39:22.635161 4159408992]: SendIPSConnect2Svr (161:01:01:00)
[Tue Nov 10 2015 09:39:22.635194 4159408992]: try connect 127.0.0.1:38190, Sync
[Tue Nov 10 2015 09:39:22.638343 4159408992]: sock 9 ->LinkHandler Open
[Tue Nov 10 2015 09:39:22.638388 4159408992]: SendIPSConnect2Svr (161:01:01:00)
[Tue Nov 10 2015 09:39:22.638432 4159408992]: try connect 127.0.0.1:38121, Sync
[Tue Nov 10 2015 09:39:22.639484 4159408992]: sock 10 ->LinkHandler Open
[Tue Nov 10 2015 09:39:22.639599 4159408992]: SendIPSConnect2Svr (161:01:01:00)
[Tue Nov 10 2015 09:39:22.639630 4159408992]: try connect 127.0.0.1:38140, Sync
[Tue Nov 10 2015 09:39:22.640589 4159408992]: sock 11 ->LinkHandler Open
[Tue Nov 10 2015 09:39:22.640649 4159408992]: SendIPSConnect2Svr (161:01:01:00)
[Tue Nov 10 2015 09:39:22.640678 4159408992]: try connect 127.0.0.1:38151, Sync
[Tue Nov 10 2015 09:39:22.641473 4159408992]: sock 12 ->LinkHandler Open
[Tue Nov 10 2015 09:39:22.641509 4159408992]: SendIPSConnect2Svr (161:01:01:00)
[Tue Nov 10 2015 09:39:22.641664 4159408992]: try connect 127.0.0.1:38201, Sync
[Tue Nov 10 2015 09:39:22.642187 4159408992]: sock 13 ->LinkHandler Open
[Tue Nov 10 2015 09:39:22.642253 4159408992]: SendIPSConnect2Svr (161:01:01:00)
[Tue Nov 10 2015 09:39:22.643367 4158577552]: no active user command: 4
[Tue Nov 10 2015 09:39:22.790013 4158577552]: Set Initialization Bit(1)
[Tue Nov 10 2015 09:39:22.790555 4158577552]: Check Initialization Bit(18)
[Tue Nov 10 2015 09:39:22.808323 4158577552]: Set Initialization Bit(0)
[Tue Nov 10 2015 09:39:22.808409 4158577552]: Check Initialization Bit(19)
[Tue Nov 10 2015 09:39:23.746480 4159408992]: run_event_loop exited. resumeEvent
[Tue Nov 10 2015 09:39:23.746862 4159408992]: RunServer(): passed waiting profile
[Tue Nov 10 2015 09:39:23.746894 4159408992]: run_event_loop exited. resumeEvent
[Tue Nov 10 2015 09:39:23.746905 4159408992]: RunServer(): waiting for the 'Daily Quest Reset Time'
[Tue Nov 10 2015 09:39:23.821373 4159408992]: Change Nation Need Alz: 10000000
[Tue Nov 10 2015 09:39:23.879473 4159408992]: GuildCreateFee: 10000000
[Tue Nov 10 2015 09:39:23.886581 4159408992]: GuildNameChangeFee: 10000000
[Tue Nov 10 2015 09:39:23.895566 4159408992]: SKill_Balance[Double_Cast]: 80
[Tue Nov 10 2015 09:39:23.985117 4159408992]: change old item to new : (On)
[Tue Nov 10 2015 09:39:23.994096 4159408992]: change weapon item to new : (On)
[Tue Nov 10 2015 09:39:24.595721 4159408992]: GetPathString(): Section /etc/cabal/Data/Mobs.scp
[Tue Nov 10 2015 09:39:25.617621 4159408992]: GetPathString(): Section /etc/cabal/Data/Item.scp
[Tue Nov 10 2015 09:39:26.012361 4159408992]: GetPathString(): Section /etc/cabal/Data/Warp.scp
[Tue Nov 10 2015 09:39:41.451618 4159408992]: try connect 127.0.0.1:38171, Sync
[Tue Nov 10 2015 09:39:41.453502 4159408992]: sock 82 ->LinkHandler Open
[Tue Nov 10 2015 09:39:41.453561 4159408992]: SendIPSConnect2Svr (161:01:01:00)
[Tue Nov 10 2015 09:39:46.865555 3942144912]: CProcessLayer(1)::svc Start [3942144912]
[Tue Nov 10 2015 09:39:46.865890 3931655056]: CProcessLayer(2)::svc Start [3931655056]
[Tue Nov 10 2015 09:39:46.866105 3921165200]: CProcessLayer(3)::svc Start [3921165200]
[Tue Nov 10 2015 09:39:46.866220 3910675344]: CProcessLayer(4)::svc Start [3910675344]
[Tue Nov 10 2015 09:39:46.866472 3900185488]: CProcessLayer(5)::svc Start [3900185488]
[Tue Nov 10 2015 09:39:46.866587 3889695632]: CProcessLayer(6)::svc Start [3889695632]
[Tue Nov 10 2015 09:39:46.866695 3879205776]: CProcessLayer(7)::svc Start [3879205776]
[Tue Nov 10 2015 09:39:46.866802 3868715920]: CProcessLayer(8)::svc Start [3868715920]
[Tue Nov 10 2015 09:39:46.867958 3858226064]: CProcessLayer(9)::svc Start [3858226064]
[Tue Nov 10 2015 09:39:46.868040 3847736208]: CProcessLayer(10)::svc Start [3847736208]
[Tue Nov 10 2015 09:39:46.868142 3837246352]: CProcessLayer(11)::svc Start [3837246352]
[Tue Nov 10 2015 09:39:46.868272 3826756496]: CProcessLayer(13)::svc Start [3826756496]
[Tue Nov 10 2015 09:39:46.868496 3816266640]: CProcessLayer(14)::svc Start [3816266640]
[Tue Nov 10 2015 09:39:46.868633 3805776784]: CProcessLayer(19)::svc Start [3805776784]
[Tue Nov 10 2015 09:39:46.868768 3795286928]: CProcessLayer(20)::svc Start [3795286928]
[Tue Nov 10 2015 09:39:46.868882 3784797072]: CProcessLayer(23)::svc Start [3784797072]
[Tue Nov 10 2015 09:39:46.868997 3774307216]: CProcessLayer(24)::svc Start [3774307216]
[Tue Nov 10 2015 09:39:46.869970 3763817360]: CProcessLayer(25)::svc Start [3763817360]
[Tue Nov 10 2015 09:39:46.870076 3753327504]: CProcessLayer(26)::svc Start [3753327504]
[Tue Nov 10 2015 09:39:46.870192 3742837648]: CProcessLayer(27)::svc Start [3742837648]
[Tue Nov 10 2015 09:39:46.870293 3732347792]: CProcessLayer(28)::svc Start [3732347792]
[Tue Nov 10 2015 09:39:46.870402 3721857936]: CProcessLayer(29)::svc Start [3721857936]
[Tue Nov 10 2015 09:39:46.870504 3711368080]: CProcessLayer(30)::svc Start [3711368080]
[Tue Nov 10 2015 09:39:46.870614 3700878224]: CProcessLayer(32)::svc Start [3700878224]
[Tue Nov 10 2015 09:39:46.870715 3690388368]: CProcessLayer(33)::svc Start [3690388368]
[Tue Nov 10 2015 09:39:46.870823 3679898512]: CProcessLayer(34)::svc Start [3679898512]
[Tue Nov 10 2015 09:39:46.871799 3669408656]: CProcessLayer(35)::svc Start [3669408656]
[Tue Nov 10 2015 09:39:46.871922 3658918800]: CProcessLayer(36)::svc Start [3658918800]
[Tue Nov 10 2015 09:39:46.872033 3648428944]: CProcessLayer(37)::svc Start [3648428944]
[Tue Nov 10 2015 09:39:46.872277 3637939088]: CProcessLayer(38)::svc Start [3637939088]
[Tue Nov 10 2015 09:39:46.872626 3627449232]: CProcessLayer(39)::svc Start [3627449232]
[Tue Nov 10 2015 09:39:46.872732 3616959376]: CProcessLayer(40)::svc Start [3616959376]
[Tue Nov 10 2015 09:39:46.872863 3606469520]: CProcessLayer(41)::svc Start [3606469520]
[Tue Nov 10 2015 09:39:46.872967 3595979664]: CProcessLayer(42)::svc Start [3595979664]
[Tue Nov 10 2015 09:39:46.873076 3585489808]: CProcessLayer(43)::svc Start [3585489808]
[Tue Nov 10 2015 09:39:46.874016 3574999952]: CProcessLayer(44)::svc Start [3574999952]
[Tue Nov 10 2015 09:39:46.874119 3564510096]: CProcessLayer(45)::svc Start [3564510096]
[Tue Nov 10 2015 09:39:46.874233 3554020240]: CProcessLayer(46)::svc Start [3554020240]
[Tue Nov 10 2015 09:39:46.874385 3543530384]: CProcessLayer(47)::svc Start [3543530384]
[Tue Nov 10 2015 09:39:46.874544 3533040528]: CProcessLayer(48)::svc Start [3533040528]
[Tue Nov 10 2015 09:39:46.874645 3522550672]: CProcessLayer(49)::svc Start [3522550672]
[Tue Nov 10 2015 09:39:46.874754 3512060816]: CProcessLayer(50)::svc Start [3512060816]
[Tue Nov 10 2015 09:39:46.874856 3501570960]: CProcessLayer(51)::svc Start [3501570960]
[Tue Nov 10 2015 09:39:46.874972 3491081104]: CProcessLayer(52)::svc Start [3491081104]
[Tue Nov 10 2015 09:39:46.875771 3480591248]: CProcessLayer(53)::svc Start [3480591248]
[Tue Nov 10 2015 09:39:46.875995 3470101392]: CProcessLayer(54)::svc Start [3470101392]
[Tue Nov 10 2015 09:39:46.876102 3459611536]: CProcessLayer(55)::svc Start [3459611536]
[Tue Nov 10 2015 09:39:46.876210 3449121680]: CProcessLayer(56)::svc Start [3449121680]
[Tue Nov 10 2015 09:39:46.876321 3438631824]: CProcessLayer(57)::svc Start [3438631824]
[Tue Nov 10 2015 09:39:46.876424 3428141968]: CProcessLayer(58)::svc Start [3428141968]
[Tue Nov 10 2015 09:39:46.876532 3417652112]: CProcessLayer(59)::svc Start [3417652112]
[Tue Nov 10 2015 09:39:46.876634 3407162256]: CProcessLayer(60)::svc Start [3407162256]
[Tue Nov 10 2015 09:39:46.876762 3396672400]: CProcessLayer(61)::svc Start [3396672400]
[Tue Nov 10 2015 09:39:46.877812 3386182544]: CProcessLayer(62)::svc Start [3386182544]
[Tue Nov 10 2015 09:39:46.877926 3375692688]: CProcessLayer(63)::svc Start [3375692688]
[Tue Nov 10 2015 09:39:46.878021 3365202832]: CProcessLayer(64)::svc Start [3365202832]
[Tue Nov 10 2015 09:39:46.878114 3354712976]: CProcessLayer(65)::svc Start [3354712976]
[Tue Nov 10 2015 09:39:46.878224 3344223120]: CProcessLayer(66)::svc Start [3344223120]
[Tue Nov 10 2015 09:39:46.878335 3333733264]: CProcessLayer(67)::svc Start [3333733264]
[Tue Nov 10 2015 09:39:46.878443 3323243408]: CProcessLayer(68)::svc Start [3323243408]
[Tue Nov 10 2015 09:39:46.878552 3312753552]: CProcessLayer(69)::svc Start [3312753552]
[Tue Nov 10 2015 09:39:46.878674 3302263696]: CProcessLayer(70)::svc Start [3302263696]
[Tue Nov 10 2015 09:39:46.879429 4159408992]: Request LastNationRewardWarResults
[Tue Nov 10 2015 09:39:46.879470 4159408992]: Set Initialization Bit(3)
[Tue Nov 10 2015 09:39:46.879481 4159408992]: Check Initialization Bit(27)
[Tue Nov 10 2015 09:39:46.879491 4159408992]: waiting for the 'Initialization'
[Tue Nov 10 2015 09:39:46.910913 3291773840]: CProcessLayer(71)::svc Start [3291773840]
[Tue Nov 10 2015 09:39:46.911055 3281283984]: CProcessLayer(72)::svc Start [3281283984]
[Tue Nov 10 2015 09:39:46.911203 3270794128]: CProcessLayer(74)::svc Start [3270794128]
[Tue Nov 10 2015 09:39:46.911345 3260304272]: CProcessLayer(75)::svc Start [3260304272]
[Tue Nov 10 2015 09:39:46.911450 3249814416]: CProcessLayer(76)::svc Start [3249814416]
[Tue Nov 10 2015 09:39:46.911554 3239324560]: CProcessLayer(77)::svc Start [3239324560]
[Tue Nov 10 2015 09:39:47.022192 4158577552]: Set Initialization Bit(2)
[Tue Nov 10 2015 09:39:47.022227 4158577552]: Check Initialization Bit(31)
[Tue Nov 10 2015 09:39:47.022237 4158577552]: Complete Channel Initialization
[Tue Nov 10 2015 09:39:47.128299 4159408992]: run_event_loop exited. resumeEvent
[Tue Nov 10 2015 09:39:47.129333 4159408992]: CheckWarp(): Warp.scp worldIndx(6), (X:486,Y:0) is impossible Warp point
[Tue Nov 10 2015 09:39:47.129403 4159408992]: CheckWarp(): Warp.scp worldIndx(6), (X:486,Y:3) is impossible Warp point
[Tue Nov 10 2015 09:39:47.323206 4159408992]: Complete Loading Data
[Tue Nov 10 2015 09:40:22.539800 4158577552]: Request LastNationRewardWarResults



any suggestions about the "port already in use?"
 
Initiate Mage
Joined
Nov 17, 2015
Messages
4
Reaction score
0
This guide will contain a lot of text. And some pictures. If i made a mistake please reply below and I will be sure to fix it. I am using Windows 7 with a custom theme so do not be alarmed. Be jealous.

LordAres - How to create a EP8 Cabal server Step by Step with Pictures - RaGEZONE Forums

need help theres a problem in my CentOS always Critical Error please help me immediately
 
Joined
Mar 25, 2010
Messages
527
Reaction score
43
UPP.
help for this.
all ok now.
but the problem is cabalmain.exe
picture
[IMG]https://forum.ragezone.com/ima...gezone.com/images/404_image.png[/IMG] thanks
 
Last edited:
Initiate Mage
Joined
Jan 8, 2016
Messages
1
Reaction score
0
hi, guys im having trouble with the last part of setting up the SQL pls help. im workin on this for 2 weeks now.. pls

TITLE: Microsoft SQL Server Management Studio
------------------------------


The linked server has been updated but failed a connection test. Do you want to edit the linked server properties?


------------------------------
ADDITIONAL INFORMATION:


An exception occurred while executing a Transact-SQL statement or batch. (Microsoft.SqlServer.ConnectionInfo)


------------------------------


Cannot initialize the data source object of OLE DB provider "MSDASQL" for linked server "GAMESERVER".
OLE DB provider "MSDASQL" for linked server "GAMESERVER" returned message "[Microsoft][ODBC SQL Server Driver][DBNETLIB]ConnectionOpen (Connect()).".
OLE DB provider "MSDASQL" for linked server "GAMESERVER" returned message "[Microsoft][ODBC SQL Server Driver][DBNETLIB]SQL Server does not exist or access denied.". (Microsoft SQL Server, Error: 7303)


For help, click:


------------------------------
BUTTONS:


&Yes
&No
------------------------------

here is my skype: oliver koais
LordAres - How to create a EP8 Cabal server Step by Step with Pictures - RaGEZONE Forums
 
Initiate Mage
Joined
Jan 11, 2016
Messages
1
Reaction score
0
hello everyone,
i not sure if this gonna work on windows 10, i really dunno. i have installed centos 5.8 in virtual machine, and so on..i did everything according on the tutorial, the only thing missing is that, i can't connect winscp to centos. anyone who has a solution to this problem?

problem solved!
 
Last edited:
Initiate Mage
Joined
Feb 5, 2016
Messages
1
Reaction score
0
I finished the Virtual Box step 2 and im stuck in step 3 cause i cant see any disk drive in my computer whY?
 
Initiate Mage
Joined
Apr 13, 2016
Messages
2
Reaction score
0
Hii at all, i follow this guide step by step but i have only 1 problem. When i start cabal bat the game start but when i log in the launcher give me this error:
LordAres - How to create a EP8 Cabal server Step by Step with Pictures - RaGEZONE Forums
 
Last edited:
Newbie Spellweaver
Joined
Apr 17, 2016
Messages
8
Reaction score
0
LordAres - How to create a EP8 Cabal server Step by Step with Pictures - RaGEZONE Forums
PLEASE TRY LATER . why ? i open the server . all OK . i creat account . somebody can help me please?
 
Last edited:
Newbie Spellweaver
Joined
Apr 17, 2016
Messages
8
Reaction score
0
somebody help me please? "try again later" when i try to connect. and bega admin doesnt work . account conection ERROR
 
Newbie Spellweaver
Joined
Apr 20, 2016
Messages
13
Reaction score
0
my xtrap says error failed update



how to fix this help me guys plss


 
Back
Top