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!

Guide/Release: Conquer Server (CoFuture) Using MySql

Experienced Elementalist
Joined
Jan 16, 2008
Messages
291
Reaction score
0
I have a problem...i got this error when i went Build " 'COServer.MapData' is a 'type' , which is not valid in the given context

Right click, hit refactor, then rename it to GameMapData, or something like that and hit apply, it will rename that object throughout the project and you should be able to build it
 
Newbie Spellweaver
Joined
Apr 6, 2008
Messages
24
Reaction score
0
Korvacs, Thanks . But i got other type of erro >>> When i will log into my server i got it >>>>>> Erro of conection <<<< !! =X can u help me?!
 
Newbie Spellweaver
Joined
Oct 9, 2006
Messages
26
Reaction score
0
Korvacs, Thanks . But i got other type of erro >>> When i will log into my server i got it >>>>>> Erro of conection <<<< !! =X can u help me?!

Maybe you should at least gives the right message (I never seen an Erro of conection ).

If you meant that your client can't connect...
1. Check the server console for any error message
2. Check your Server.dat for 127.0.1.1
3. Make sure you click on the RIGHT server icon...
4. Make sure the account exists
 
Newbie Spellweaver
Joined
Apr 6, 2008
Messages
24
Reaction score
0
Error: Connection with the server is interrupted. Please re-loggin
 
Newbie Spellweaver
Joined
Apr 6, 2008
Messages
24
Reaction score
0
Error in console: C:\Documents and Settings\Vinicius\Desktop\CoFuture_Release\CoFuture_Release\Server\Start.cs :line 317
 
Newbie Spellweaver
Joined
Apr 6, 2008
Messages
24
Reaction score
0
Start. cs line 317:

COClient Cli = ((AuthRequest.AuthBinder)GameClients[e.Conn]).Client;
string User = Cli.Account + ": " + Cli.Char.Name;
ClientList.Items.Add(User);
 
Newbie Spellweaver
Joined
Apr 6, 2008
Messages
24
Reaction score
0
Ah, the console has no mistake, the only time that I do in the game
 
Experienced Elementalist
Joined
May 31, 2008
Messages
265
Reaction score
0
yes work xD pls help me change player normal for GM player

flag 1 = Login
Flag 2 = normal player
flag 3 = BAN

waht flag to GM?

8 = gm
9 = pm

or otherwhise :eek6:
 
Newbie Spellweaver
Joined
Jul 9, 2008
Messages
15
Reaction score
0
Database Connection: Successful
Loaded: 0 Guilds
Loaded: 124 Maps
Loaded: 11151 items from the database
Loaded: 1 Servers
Loaded: 40 Portals
Loaded: 27 Shops
Loaded: 22 Rev Points
The Auth server has been started successfully
The Game server has been started successfully
Auth Packet: Auth Request
Auth Packet: Auth Confirmed

log on, more dont creat char -.-
i change auth to 1 and type to 1
what i do?
 
Experienced Elementalist
Joined
May 31, 2008
Messages
265
Reaction score
0
Database Connection: Successful
Loaded: 0 Guilds
Loaded: 124 Maps
Loaded: 11151 items from the database
Loaded: 1 Servers
Loaded: 40 Portals
Loaded: 27 Shops
Loaded: 22 Rev Points
The Auth server has been started successfully
The Game server has been started successfully
Auth Packet: Auth Request
Auth Packet: Auth Confirmed

log on, more dont creat char -.-
i change auth to 1 and type to 1
what i do?

go to your phpadmin
click accounts preview
edit the accounts they will show up below the page
 
Newbie Spellweaver
Joined
Jul 9, 2008
Messages
15
Reaction score
0
@lizzio
AccountID Password Type Auth Address
root macacomacaco 1 1 NULL
test4 b59f3d11e56140929de0c28f9288e92c 0 1 NULL
test1 b59f3d11e56140929de0c28f9288e92c 2 1 NULL
test2 b59f3d11e56140929de0c28f9288e92c 2 2 NULL
test3 b59f3d11e56140929de0c28f9288e92c 1 1 NULL
look this.. =(
I Can
 
Back
Top