Pls Help

mazz

Dedicated Member
Dedicated Member
Aug 6, 2008
193
2
45
I keep getting this and when i run the client it just gives to boxes login passy ect will not let me enter name and passy on login server



ready to load ini file..
!setup.txt loaded..
loading client version information..
Ok.
loading StdItem.DB...
StdItem.DB loaded.
loading MiniMap.txt...
MiniMap information loaded.
loading MapFiles...
Mapfile loaded.
loading Monster.DB...
Monster.DB loaded.
loading Magic.DB...
Magic.DB loaded.
loading MonGen.txt...
MonGen.txt loaded.
loading UnbindList.txt...
UnbindList information loaded.
loading MapQuest.txt...
MapQuest information loaded.
loading QuestDiary\*.txt...
QuestDiary information loaded.
!Abuse.txt loaded..
Notice\LineNotice.txt loaded..
AdminList loaded..
GuildList loaded..
Castle initialized..
IDSoc Initialized..
GrobalEnvir loaded..
MakeStoneMines...
merchant loaded...
Npc loaded..
MakeItem loaded..
StartPoints loaded..
F-Engine resumed..
U-Engine initialized..
¶ÁÈ¡0¸öÐлáÇ鱨.
Gate 0 Opened..
 

mStation

Golden Oldie
Golden Oldie
Oct 29, 2003
2,042
69
235
♫♪♫ ♦♥♠♣ ♀♂♀
its a client side problem.. u are using the original wemade prguse.wil files in the data folder.. if u have another client like MR or ragezone.. copy those 2/3 prguse over your original ones and u will be able to click on them and create an account correctly..
 
Upvote 0

mazz

Dedicated Member
Dedicated Member
Aug 6, 2008
193
2
45
StartTimer exception: [Microsoft][ODBC SQL Server Driver][SQL Server]Cannot open database requested in login 'lom2'. Login fails



new error pls help i have sql now trying to run online
 
Upvote 0

2dope

Golden Oldie
Golden Oldie
Mar 15, 2005
514
13
155
You need to make sure in your !Setup you have it pointing to what ever you have called your SQL DB and also make sure you have the user/password in the db as well example below
[SQL]
UseSQL=True
SQLHost=127.0.0.1
SQLUsername=test
SQLPassword=test
SQLDatabase=lom2
SQLType=mssql
SQLCharDatabase=lom2

then also in dbsrc
[SQL]
SQLType=mssql
SQLHost=localhost
SQLPort=3306
SQLDatabase=lom2
SQLUsername=test
SQLPassword=test


I changed mine in dbconvertor not sure if your ment to but my server works
[SQL]
SQLPort=3306
UseSQL=True
SQLHost=127.0.0.1
SQLUsername=test
SQLPassword=test
SQLDatabase=lom2
SQLType=mssql
[DB]
FDBDir=C:\mirserver\DBServer\FDB2\

And also the same in guildconvertor.

Just make sure you got the correct username/passwords here and the right ip as well.
 
Upvote 0