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!

FuckMS v117.1

Status
Not open for further replies.
Junior Spellweaver
Joined
Oct 12, 2010
Messages
152
Reaction score
39
One nice source on v117. I have already used this source on my based
It working properly with no error something.
But honestly i still get quite bit bugs...And i'd fixed much by myself :thumbup:
Nice release.... (thumb)
 
Newbie Spellweaver
Joined
Apr 6, 2008
Messages
27
Reaction score
0


help me please i cannot run FuckMS

but i can run ExiledMS

what is a problem ?

helpme TT
 
Newbie Spellweaver
Joined
Feb 6, 2011
Messages
62
Reaction score
3


help me please i cannot run FuckMS

but i can run ExiledMS

what is a problem ?

helpme TT

*sign* Check if all your database is edited correctly.
 
Skilled Illusionist
Joined
Jun 23, 2012
Messages
349
Reaction score
144
I have no idea how the magnifying glasses work on this.
 
Newbie Spellweaver
Joined
Jun 3, 2013
Messages
27
Reaction score
1
help me please i cannot run FuckMS

but i can run ExiledMS

what is a problem ?

helpme TT

The error caused when your cmd doesn't know which database to use.

what you want to do is look for DatabaseConnection.java and look at line 109 to 112.

on line 111 replace with this "jdbc:mysql://localhost:3306/v117?autoReconnect=true",
 
Last edited:
Newbie Spellweaver
Joined
Aug 28, 2012
Messages
5
Reaction score
0
What is the default database name? I can't start the server unless I know, because I'm not sure where I can change the directory.
 
Last edited:
Newbie Spellweaver
Joined
Aug 10, 2012
Messages
17
Reaction score
0
How about this

sqll - FuckMS v117.1 - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Jun 18, 2013
Messages
6
Reaction score
0
I had to add honourExp to my characters table in the SQL,but when i creat char,this error come up Untitled - FuckMS v117.1 - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Skilled Illusionist
Joined
Oct 16, 2012
Messages
386
Reaction score
90
I had to add honourExp to my characters table in the SQL,but when i creat char,this error come upView attachment 132975

Maybe you can read the error and set a default value for that column when you added it?

Something like ALTER TABLE characters ADD COLUMN honourExp type(size) DEFAULT value;

Since you created the column already, you can use ALTER TABLE characters ALTER honourExp SET DEFAULT value;
 
Moongran
Joined
Jan 3, 2012
Messages
506
Reaction score
104
you should read the error
"doesn't have a default value"
set a default value.(0)

ninja'd
 
Newbie Spellweaver
Joined
Jun 18, 2013
Messages
6
Reaction score
0
Tks guys,I had fixed it. But just one more question, xD. How can I turn off Auto register?
 
Junior Spellweaver
Joined
Sep 4, 2008
Messages
132
Reaction score
14
AutoRegister.java , set true to false. easy huh?
 
Status
Not open for further replies.
Back
Top