• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

[Solved] client close after modify ip

Newbie Spellweaver
Joined
Mar 20, 2011
Messages
40
Reaction score
4
Hello,

I have a problem; my client close after modify ip in config.inb

Original config.inb (Client functional)
[SERVER]
IP = 127.0.0.1
PORT = 11005
RANK_URL =

[LOCAL_INFO]
NATION_CODE = THAIWAN
SERVICE_REGION = THAIWAN
LANGUAGE = Tha
LC_NUMERIC = C
SERVICE_TYPE = 2


[GAME]
UsePack=1 ; Use Packed Data
UseExtraPack = 1 ; Use Extra Packed Data (./World/Folders , ./BGM , etc...)
UseCoupleUI = 1 ; Show Couple UI
UseBugTrap = 1
DrawCircleShadow = 1
BugTrapAppName = Dragonica-Hydra
CashChargeURL =


FullScreen=0
Sound=1 ; Use Sound
UseAddUnitThread = 1 ; Use Add Unit Thread
MaxFrameRate=60
BugTrapIP = 127.0.0.1
BugTrapPort = 9999
BugTrapScreenShot = 0
UseGSM = 0
UseGameGuard = 0
InitGameGuardLib = DragonicaTW
UseVariableActorUpdate = 1
UseNewClone = 1
UseActorControllerUpdateOptimize = 1
UseProjectionShadow = 1
UseProjectionLight = 1
Bloom = 0
UseFindFirstLocal = 0 ; Find first local dir when 'Usepack'
SelectDialog = 0 ; Show Select Dialog
UseUIOffscreenRendering = 1
ColorShadowOff = 0
SideJobBoardMoveCost = 50

[LOG]
;CreateLog - NO_LOG/ERROR_LOG/FULL_LOG/FULL_LOG2
LogLevel = FULL_LOG
;DirectMode - do not buffer log, write to file directly
DirectMode = 1
;InfoLogLevel - INFO_LOG level (0 ~ 9)
InfoLogLevel = 9

And after modify

config.inb modify (Client close after login)
[SERVER]
IP = 25.128.118.76
PORT = 11005
RANK_URL =

[LOCAL_INFO]
NATION_CODE = THAIWAN
SERVICE_REGION = THAIWAN
LANGUAGE = Tha
LC_NUMERIC = C
SERVICE_TYPE = 2


[GAME]
UsePack=1 ; Use Packed Data
UseExtraPack = 1 ; Use Extra Packed Data (./World/Folders , ./BGM , etc...)
UseCoupleUI = 1 ; Show Couple UI
UseBugTrap = 1
DrawCircleShadow = 1
BugTrapAppName = Dragonica-Hydra
CashChargeURL =


FullScreen=0
Sound=1 ; Use Sound
UseAddUnitThread = 1 ; Use Add Unit Thread
MaxFrameRate=60
BugTrapIP = 127.0.0.1
BugTrapPort = 9999
BugTrapScreenShot = 0
UseGSM = 0
UseGameGuard = 0
InitGameGuardLib = DragonicaTW
UseVariableActorUpdate = 1
UseNewClone = 1
UseActorControllerUpdateOptimize = 1
UseProjectionShadow = 1
UseProjectionLight = 1
Bloom = 0
UseFindFirstLocal = 0 ; Find first local dir when 'Usepack'
SelectDialog = 0 ; Show Select Dialog
UseUIOffscreenRendering = 1
ColorShadowOff = 0
SideJobBoardMoveCost = 50

[LOG]
;CreateLog - NO_LOG/ERROR_LOG/FULL_LOG/FULL_LOG2
LogLevel = FULL_LOG
;DirectMode - do not buffer log, write to file directly
DirectMode = 1
;InfoLogLevel - INFO_LOG level (0 ~ 9)
InfoLogLevel = 9

My client close after login with the config modify.

Sorry for my english, i'm french.
 
Last edited:
Dragonica Guy
Joined
May 4, 2014
Messages
207
Reaction score
108
Always make sure that you not only change the ip in config.ini but also hex the dragonica.exe to run from a specific server IP
 
Back
Top