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!

[Source] Setting up Xanadu

Junior Spellweaver
Joined
Aug 3, 2008
Messages
138
Reaction score
11
Re: [Tutorial] Setting up Xanadu

Smart thinking making an guide. :)
 
✞ Godlike ✞
Joined
Jul 18, 2008
Messages
465
Reaction score
61
Re: [Tutorial] Setting up Xanadu

Good to have an guide, but it could be defined.

Some spacing, colours and numbering of steps could make this whole thing a lot faster.

Like the Q/A. Atleast put a space between them.
 
Newbie Spellweaver
Joined
Apr 27, 2008
Messages
5
Reaction score
0
Re: [Tutorial] Setting up Xanadu

Ok when i build it it says it cannot open libboost_thread-vc100-mt-gd-1_41.lib

4>LINK : fatal error LNK1104: cannot open file 'libboost_thread-vc100-mt-gd-1_41.lib'
 
Last edited:
Newbie Spellweaver
Joined
Jul 23, 2010
Messages
16
Reaction score
0
Re: [Tutorial] Setting up Xanadu

Ok when i build it it says it cannot open libboost_thread-vc100-mt-gd-1_41.lib

4>LINK : fatal error LNK1104: cannot open file 'libboost_thread-vc100-mt-gd-1_41.lib'

you are using visual c++ 2010,
you need to download the whole boost library and copy the whole library into titanms/Boost/boost_1_41_0
 
Joined
Jul 30, 2010
Messages
2
Reaction score
0
Re: [Tutorial] Setting up Xanadu

Problem when i try to run the bats file ..
Everything loaded good, until its start loading game data

the problem :
Please check your database for missing tables!
press any key to continue...

i tried everything, please help.
 
Joined
Jul 30, 2010
Messages
2
Reaction score
0
Re: [Tutorial] Setting up Xanadu

yeah i execute. every sql, the bigger one, and the two other, and i removed them and put them back just for checking.
 
Joined
Oct 14, 2008
Messages
960
Reaction score
197
Re: [Tutorial] Setting up Xanadu

Problem when i try to run the bats file ..
Everything loaded good, until its start loading game data

the problem :
Please check your database for missing tables!
press any key to continue...

i tried everything, please help.

Fixed, update your source and recompile.
(the database has to be named mcdb instead now.)
 
Newbie Spellweaver
Joined
Dec 7, 2008
Messages
46
Reaction score
17
Re: [Tutorial] Setting up Xanadu

Once i go debug mode i open the localhost right? Ohh yea i could not find titanms.sln
 
Newbie Spellweaver
Joined
Jun 19, 2008
Messages
17
Reaction score
0
Re: [Tutorial] Setting up Xanadu

any1 can upload the source at mediafire ?pls?

dude download tortoiseSVN (google it)
then make a folder, right click go to tortoiseSVN then go to export
and copy + paste this url

Do that so you can get the latest update.
 
Junior Spellweaver
Joined
Aug 12, 2009
Messages
130
Reaction score
11
Re: [Tutorial] Setting up Xanadu

When i debug and start server i got an error 'Missing libmysql.dll'

I google it and download, put it in debug folder and start server again -> Nothing happen.

I try another way, got this error

PHP:
Starting up the server engine... Done!
Your IP adress is: 127.0.0.1
Connecting to MySQL... Done!
Loading Game Data...
Please check your database for missing tables!
Press any key to continue . . .

I dont think it's missing MySQL table but the error still happen
 
Junior Spellweaver
Joined
Sep 19, 2009
Messages
111
Reaction score
19
Re: [Tutorial] Setting up Xanadu

..................................................
 
Last edited:
Newbie Spellweaver
Joined
Dec 21, 2008
Messages
59
Reaction score
4
Re: [Tutorial] Setting up Xanadu

When i debug and start server i got an error 'Missing libmysql.dll'

I google it and download, put it in debug folder and start server again -> Nothing happen.

I try another way, got this error

PHP:
Starting up the server engine... Done!
Your IP adress is: 127.0.0.1
Connecting to MySQL... Done!
Loading Game Data...
Please check your database for missing tables!
Press any key to continue . . .

I dont think it's missing MySQL table but the error still happen

i also have the missing table problem :s
can somebady please help us? :thumbup1:
 
Back
Top