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!

[Development] Season XII Source Chinesse Team - based on X-TEAM

Newbie Spellweaver
Joined
Aug 31, 2016
Messages
39
Reaction score
5
can someone tell me why when I clean the database, the same one breaks ... something crazy happens to me when I clean the database, the life jewels stop working in the item someone knows why ????
im cnot login to my acc somthing worng whit whit db or this files
 
Newbie Spellweaver
Joined
Aug 6, 2015
Messages
59
Reaction score
3
im cnot login to my acc somthing worng whit whit db or this files
for your images it is not the database the client is not connecting to the server check the server info that the IP is correct

 
Newbie Spellweaver
Joined
May 16, 2017
Messages
20
Reaction score
2
i have same problem how i fix it pls
Pyke - [Development] Season XII Source Chinesse Team - based on X-TEAM - RaGEZONE Forums
check dataserver show "could not connect to database" fix configure your ip in files and stop, restart sql services, use the post client.
 
Newbie Spellweaver
Joined
Aug 6, 2015
Messages
59
Reaction score
3
Question? The animation skill found o need fix?

 
Experienced Elementalist
Joined
Apr 15, 2012
Messages
203
Reaction score
25
Code:
er\Guild.h(217): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>f:\muonline\other\s12xteam\gameserver\gameserver\Guild.h(222): error C3646: 'h': unknown override specifier
1>f:\muonline\other\s12xteam\gameserver\gameserver\Guild.h(222): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>f:\muonline\other\s12xteam\gameserver\gameserver\Guild.h(230): error C3646: 'h': unknown override specifier
1>f:\muonline\other\s12xteam\gameserver\gameserver\Guild.h(230): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>f:\muonline\other\s12xteam\gameserver\gameserver\Guild.h(237): error C3646: 'h': unknown override specifier
1>f:\muonline\other\s12xteam\gameserver\gameserver\Guild.h(237): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>f:\muonline\other\s12xteam\gameserver\gameserver\Guild.h(243): error C3646: 'h': unknown override specifier
1>f:\muonline\other\s12xteam\gameserver\gameserver\Guild.h(243): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>f:\muonline\other\s12xteam\gameserver\gameserver\Guild.h(250): error C3646: 'h': unknown override specifier


Any idea?
 
Junior Spellweaver
Joined
Mar 15, 2008
Messages
121
Reaction score
44
Code:
er\Guild.h(217): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>f:\muonline\other\s12xteam\gameserver\gameserver\Guild.h(222): error C3646: 'h': unknown override specifier
1>f:\muonline\other\s12xteam\gameserver\gameserver\Guild.h(222): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>f:\muonline\other\s12xteam\gameserver\gameserver\Guild.h(230): error C3646: 'h': unknown override specifier
1>f:\muonline\other\s12xteam\gameserver\gameserver\Guild.h(230): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>f:\muonline\other\s12xteam\gameserver\gameserver\Guild.h(237): error C3646: 'h': unknown override specifier
1>f:\muonline\other\s12xteam\gameserver\gameserver\Guild.h(237): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>f:\muonline\other\s12xteam\gameserver\gameserver\Guild.h(243): error C3646: 'h': unknown override specifier
1>f:\muonline\other\s12xteam\gameserver\gameserver\Guild.h(243): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>f:\muonline\other\s12xteam\gameserver\gameserver\Guild.h(250): error C3646: 'h': unknown override specifier


Any idea?

what VS you use
 
Newbie Spellweaver
Joined
Sep 14, 2007
Messages
86
Reaction score
85
im using vs 2015
Try compile it with v100, right click on the project> properities and you will find platform toolset> must be visual studio 210 (v100). If you didnt have it v100, than install maybe visual studio 2010 (easy idea) or install toolset.


I stop working with this project, im working on s6ep3 with all customs what i know. When i finish it, than i will make s9e5, than i will back to the s12ep2 and add all customs what im done. Im working fast, so maybe 1month and you will find my release s9e5 files with source too, ofc based on x-team.
 
Experienced Elementalist
Joined
Apr 15, 2012
Messages
203
Reaction score
25
Try compile it with v100, right click on the project> properities and you will find platform toolset> must be visual studio 210 (v100). If you didnt have it v100, than install maybe visual studio 2010 (easy idea) or install toolset.


I stop working with this project, im working on s6ep3 with all customs what i know. When i finish it, than i will make s9e5, than i will back to the s12ep2 and add all customs what im done. Im working fast, so maybe 1month and you will find my release s9e5 files with source too, ofc based on x-team.

Have a proyect a little bit clean for vs2010? I can't fix all compiler errors
 
Newbie Spellweaver
Joined
Sep 14, 2007
Messages
86
Reaction score
85
Have a proyect a little bit clean for vs2010? I can't fix all compiler errors
OK, lets do this...

Update 1
-DataServer fixed (DataServer must be compile Release_EX401 mode)
-Clean Projects, no errors
-Hunting Log fixed


Update 1.1

Full MUServer Compiled Clean


Client ENG modded by me, 100% working with compiled files


Main DLL Source, no errors clean
 
Last edited:
Experienced Elementalist
Joined
Apr 15, 2012
Messages
203
Reaction score
25
Now can be compiled with vs2010 compiler?
 
Back
Top