problems with login screen

kadaan

LOMCN n00bie
Mar 14, 2007
7
0
32
can anyone help with this problem i have made a server i get running but i cant click on the account create box or any other box and if i sign in using test i can get 2 the character screen but when i try to click on the create character it will not let me ne1 no the reason for this?
 

Chris22

LOMCN Veteran
Veteran
Jun 10, 2009
372
1
45
Your server isnt connecting to your SQL database, if you look at your m2server application when its running it will say "Error keeping query alive", or something to that effect.

If you can post your operating system it would help, but basically your setup files arent quite right.

Check these files are correct....

Mirserver/m2server/!setup

[SQL]
UseSQL=TRUE
SQLHost=KEVIN-PC\SQLEXPRESS <<<<<<name of your pc goes here, is displayed when you open up your sql managment suite
SQLUsername=sa
SQLPassword=sa
SQLDatabase=Mir2 <<<<<<<name of your database
SQLType=mssql <<<<<<<should be msslq
SQLPort=3306
SQLCharDatabase=Mir2

And the same with this one......

Mirserver/dbserver/dbsrc

[Reg]
Key=0123456789
ServerAddr=***.***.*.**
ServerPort=60320
[SQL]
SQLType=mssql
SQLHost=KEVIN-PC\SQLEXPRESS
SQLPort=3306
SQLDatabase=mir2
SQLUsername=sa
SQLPassword=sa
 
Last edited:
Upvote 0

kadaan

LOMCN n00bie
Mar 14, 2007
7
0
32
this is wht i get when m2server is running i all the buttons seem 2 b in the wrong place u have 2 click all over the screen if u no wht i mean

Loaded client version information and server table...
Loading StdItem.DB...
StdItem.DB loaded(758).
Loading MapFiles...
Mapfile loaded(429).
DecoItem loaded..
Loading Guild Territorys...
Loading Monster.DB...
Monster.DB loaded(502).
Loading Magic.DB...
Magic.DB loaded(55).
Loading MonGen.txt...
MonGen.txt loaded(255).
Loading GenMsg.txt...
GenMsg.txt loaded(6).
Loading UnbindList.txt...
UnbindList information loaded.
Loading BindList.txt...
BindList information loaded.
Loading MapQuest.txt...
MapQuest information loaded.
Loading QuestDiary\*.txt...
QuestDiary information loaded.
!Abuse.txt loaded..
Loading LineNotice...
Line Notice loaded...
Admin List loaded..
Guild List loaded..
PumpkinLists loaded..
Castle List loaded..
Castle initialized..
IDSoc Initialized..
GrobalEnvir loaded..
MakeStoneMines...
Merchant loaded...
GuardList loaded..
Npc loaded..
MakeItem loaded..
StartPoints loaded...
F-Engine resumed..
U-Engine initialized..
[08/04/2010 15:03:49] Guilds: 0
[08/04/2010 15:03:49] Total Castles: 1
[08/04/2010 15:04:06] LoginServer Connected(127.0.0.1:5600)
[08/04/2010 15:04:06] Gate[0](127.0.0.1:49299) Opened...
[08/04/2010 15:04:09] DBServer Connected(127.0.0.1:6000)
 
Upvote 0

kadaan

LOMCN n00bie
Mar 14, 2007
7
0
32
sorted tht problem i got server up now i just having problem with the export stuff on sql on the tables i have the mongen files in the table already on sql so shud i just boot the server up and wait 2 see if the mobs spawn?
 
Upvote 0

Chris22

LOMCN Veteran
Veteran
Jun 10, 2009
372
1
45
sorted tht problem i got server up now i just having problem with the export stuff on sql on the tables i have the mongen files in the table already on sql so shud i just boot the server up and wait 2 see if the mobs spawn?

Unless you have imported a mongen file then you dont have all the spawns, its looks like a full table but the mongen is huge, whats already in there is just the tip of the iceburg!

Your m2server says you have 255 lines of mongen, thats only 2 or 3 maps worth of spawns....
 
Last edited:
Upvote 0

kadaan

LOMCN n00bie
Mar 14, 2007
7
0
32
how can i import the files cause i dont have tht option when i right click the mongen on sql2005 any help me with this plz
 
Upvote 0