Almost there please help me finish
ok ive set 2.3 up but not running prop sql is connecting but the m2 server is giving this fault will the server run like this? all im getting is a blank screen when trying to loads mir 2 up.
MonGen.txt loaded(3608).
Loading GenMsg.txt...
GenMsg.txt loaded(6).
Loading UnbindList.txt...
UnbindList information loaded.
Loading MapQuest.txt...
MapQuest.txt : Failure was occurred while reading this file.Code= -14
[12/10/2007 13:06:32] -- SQL KeepAlive
if i take the file map quest out it loads more up but then goes to this message
F-Engine resumed..
U-Engine initialized..
[12/10/2007 13:23:37] Guilds: 1
[12/10/2007 13:23:37] Total Castles: 1
[12/10/2007 13:23:37] Windows socket error: The requested address is not valid in its context (10049), on API 'bind'
[12/10/2007 13:23:49] Script file not found: .\Envir\Market_Def\1AME-GA2.txt
[12/10/2007 13:23:50] Script file not found: .\Envir\Market_Def\1AME-GA2.txt
[12/10/2007 13:23:50] Script file not found: .\Envir\Market_Def\1AME-GA2.txt
[12/10/2007 13:23:50] Script file not found: .\Envir\Market_Def\1BME-GA1.txt
[12/10/2007 13:23:50] Script file not found: .\Envir\Market_Def\1BME-GA1.txt
[12/10/2007 13:23:50] Script file not found: .\Envir\Market_Def\1BME-GA1.txt
[12/10/2007 13:24:29] Script file not found: .\Envir\MapQuest_def\Q1411.txt
[12/10/2007 13:24:29] Script file not found: .\Envir\MapQuest_def\Q1406.txt
[12/10/2007 13:24:29] Script file not found: .\Envir\MapQuest_def\Q1404.txt
[12/10/2007 13:24:32] Windows socket error: The requested address is not valid in its context (10049), on API 'bind'
[12/10/2007 13:24:33] -- SQL KeepAlive
PLEAse any help
Re: Almost there please help me finish
you need to put mapquest back, and just delete line 14 about ghoul on map d4221 (i think),
the GA1 and GA2 errors are npcs, either stop them from loading or find somebody who has released them npc scripts, (i thought they were somewhere in the files)
it also looks like you might have an ip wrong with the requested address is not valid message
Re: Almost there please help me finish
thx alot m8 so happy u helping how do u stop the npcs from running? ive changed all the ips i can find to 127.0.0.1 so not sure why login screen aint loading up
Re: Almost there please help me finish
in SQL database, TBL_NPC, or TBL_MERCHANT theres a column for fld_load, change them to 0 to stop them loading
Re: Almost there please help me finish
i found npc and merchant in my sql server tables but caNT find the load bit and anything to edit any i ideas all? cheers
Re: Almost there please help me finish
right click on tbl_merchant then select open table and then return all rows.
Re: Almost there please help me finish
Quote:
Originally Posted by
NewbServrGuy
right click on tbl_merchant then select open table and then return all rows.
ty m8 but i got files now ive got more probs tho
im now getting
MakeItem loaded..
StartPoints loaded...
F-Engine resumed..
U-Engine initialized..
[12/10/2007 20:21:06] Guilds: 1
[12/10/2007 20:21:06] Total Castles: 1
[12/10/2007 20:21:06] Windows socket error: The requested address is not valid in its context (10049), on API 'bind'
[12/10/2007 20:21:55] Windows socket error: The requested address is not valid in its context (10049), on API 'bind'
[12/10/2007 20:21:55] -- SQL KeepAlive
and when i got my login server running every now and again a box comes up saying loginsvr backup file not found ok
Re: Almost there please help me finish
make sure loginservr config file has correct ips.
heres mine as example
[server]
DBServer=127.0.0.1
DBSPort=16303
FeePort=16304
LogPort=16305
ReadyServers=0
EnableMakingID=1
EnableTrial=FALSE
CountLogDir=C:\mirserver\LoginSrv\CountLog\
WebLogDir=C:\mirserver\LoginSrv\GameWFolder\
GateAddr=127.0.0.1
GatePort=5500
ServerAddr=127.0.0.1
ServerPort=5600
MonAddr=0.0.0.0 <-----KEEP IT LIKE THAT
MonPort=3000
TestServer=1
DynamicIPMode=0
FeeServer=127.0.0.1
LogServer=127.0.0.1
EnableGetbackPassword=0
AutoClear=0
AutoClearTime=3000
AdminName=
DisableNumber=0
[DB]
IdDir=c:\Mirserver\LoginSrv\IDDB\
FeedIDList=c:\Mirserver\LoginSrv\FeedIDList.txt
FeedIPList=c:\Mirserver\LoginSrv\FeedIPList.txt
CountLogDir=c:\Mirserver\LoginSrv\CountLog\
WebLogDir=c:\Mirserver\LoginSrv\GameWFolder\
[Setup]
Positions=.\Positions.ini
Re: Almost there please help me finish
and login gate
[LoginGate]
KeepConnectTimeOut=60000
MaxConnOfIPaddr=10
BlockMethod=0
Title=LoginGate
ServerAddr=127.0.0.1
ServerPort=5500
GateAddr=0.0.0.0 <-----Notice the 0.0.0.0 leave it like that
GatePort=7000
ShowLogLevel=3
Re: Almost there please help me finish
yes m8 all my settings are the same m8 ty so much for trying to help me out i wana run a server so much m8 ty ty ty
Re: Almost there please help me finish
ok try this:
do you have the correct fields where it asks for sql info?
dbsrc.ini under dbserver folder and !setup under m2server folder
m2server looks like (!setup file)
[SQL]
UseSQL=TRUE
SQLHost=(local)
SQLUsername=sa <---user name is sa unless you changed during install
SQLPassword=mir2 <---password u made during install
SQLDatabase=mir2 <---whatever u named database
SQLType=mssql
SQLCharDatabase=mir2
[Setup]
SQLPort=3306
ItemNumber=42032524
ItemNumberEx=1073755069
ClientFile1=mir.exe
ClientFile2=mir2.exe
ClientFile3=mir3.exe
MonUpLvNeedKillBase=100
===================================================
dbsrc (in DBserver folder)
[Reg]
Key=0123456789
ServerAddr=127.0.0.1
ServerPort=60320
[SQL]
SQLType=mssql
SQLHost=localhost
SQLPort=3306
SQLDatabase=mir2
SQLUsername=sa
SQLPassword=mir2
[Setup]
ServerName=ktest
ServerAddr=127.0.0.1
ServerPor=6000
MapFile=c:\mirserver\Mir200\Envir\MapInfo.txt
ViewHackMsg=1
GateAddr=127.0.0.1
GatePort=5100
DynamicIPMode=0
BackupClearData=0
ShowItemName=1
DBName=HeroDB
[Server]
IDSAddr=127.0.0.1
IDSPort=5600
[DBClear]
Interval=1000
Level1=1
Level2=7
Level3=14
Day1=7
Day2=62
Day3=124
Month1=0
Month2=0
Month3=0
[DB]
Dir=c:\Mirserver\DBServer\FDB\
IdDir=c:\Mirserver\DBServer\FDB\
HumDir=c:\Mirserver\DBServer\FDB\
FeeDir=c:\Mirserver\DBServer\FDB\
BackupDir=c:\Mirserver\DBServer\Backup\
ConnectDir=c:\Mirserver\DBServer\Connection\
LogDir=c:\Mirserver\DBServer\Log\
[Backup]
AutoBackup=0
BackupTime=18000000
hope it helps =)
Re: Almost there please help me finish
UseSQL=TRUE
SQLHost=(local)
SQLUsername=sa
SQLPassword=mir2
SQLDatabase=mir2
SQLType=mssql
SQLCharDatabase=mir2 <<<<<<<<<<<<<<<<<this was not in mine
[Setup]
SQLPort=3306
ItemNumber=41322712
ItemNumberEx=1073743867
ClientFile1=mir.exe
ClientFile2=mir2.exe
ClientFile3=mir3.exe
MonUpLvNeedKillBase=100
MonUpLvRate=16 <<<<<<<<<<<<<<<<<<<all thises are in mine and not yours???
MonUpLvNeedKillCount0=0
MonUpLvNeedKillCount1=0
MonUpLvNeedKillCount2=50
MonUpLvNeedKillCount3=100
MonUpLvNeedKillCount4=200
MonUpLvNeedKillCount5=300
MonUpLvNeedKillCount6=600
MonUpLvNeedKillCount7=1200
SlaveColor0=255
SlaveColor1=254
SlaveColor2=147
SlaveColor3=154
SlaveColor4=229
SlaveColor5=168
SlaveColor6=180
SlaveColor7=252
SlaveColor8=249
HomeMap=0
HomeX=289
HomeY=618
RedHomeMap=3
RedHomeX=845
RedHomeY=674
RedDieHomeMap=3
RedDieHomeX=839
RedDieHomeY=668
JobHomePointSystem=0
WarriorHomeMap=0
WarriorHomeX=289
WarriorHomeY=618
this is what i got m8 just guna try run it again
ty for your help ervery one u wont belive how much im appreciate this:jump1:
im also geting a login srv error coming up its a pop up box say invalid filename thx for anyone that can help
1 Attachment(s)
Re: Almost there please help me finish
Ye all that other info is in mine just copied top part.
Only thing I can think of about the "invalid Filename" is check in that folder
(LoginSrv) make everthing is spelled right and open IDDB folder and delete anything inside. Im a newb at this so thats all I can think of.
edit:added a screenie i think. teehee
Re: Almost there please help me finish
no change at all starting to annoy me now lol
Re: Almost there please help me finish
Check the LoginSrv folder LogSrv.config make sure these go to the right places:
[DB]
IdDir=D:\Mir2server\LoginSrv\IDDB\
FeedIDList=D:\Mir2server\LoginSrv\FeedIDList.txt
FeedIPList=D:\Mir2server\LoginSrv\FeedIPList.txt
CountLogDir=D:\Mir2server\LoginSrv\CountLog\
WebLogDir=D:\Mir2server\LoginSrv\GameWFolder\