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!

[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