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!

[RELEASE] Pokemon Dawn Src (German Pkmn XNA MMORPG Project)

凸(ಠ益ಠ)凸
Member
Joined
Jun 16, 2008
Messages
1,665
Reaction score
227
Because people are incapable of asking themselves or?

It's even more sad that ill have to explain it to you. I didn't see you asking so my point in proven.

By the way whats the point in being part of a mmorpg development forum if nobody shared?
Apparently you take Rage out of Zone more then anyone that comes here.
 
Initiate Mage
Joined
May 11, 2009
Messages
95
Reaction score
8
By the way whats the point in being part of a mmorpg development forum if nobody shared?

I never said that LOL If people want to share they will, you don't have to ask (apparently for other people)

I am a ragaholic LOL
 
凸(ಠ益ಠ)凸
Member
Joined
Jun 16, 2008
Messages
1,665
Reaction score
227
I never said that LOL If people want to share they will, you don't have to ask (apparently for other people)

I am a ragaholic LOL

You mean rage aholic, you might want to take a ragezone 101 class about that xd RAA
 
Experienced Elementalist
Joined
May 28, 2012
Messages
289
Reaction score
51
Im not very good in english, but please stop your talking here or tolerate...i have News, im in contact with the creator of the Game, hes actual not online but he told me that he will help me creating the server!
Im very happy *-* I'm already working on a HTML5 homepage for the game :D
 
凸(ಠ益ಠ)凸
Member
Joined
Jun 16, 2008
Messages
1,665
Reaction score
227
Im not very good in english, but please stop your talking here or tolerate...i have News, im in contact with the creator of the Game, hes actual not online but he told me that he will help me creating the server!
Im very happy *-* I'm already working on a HTML5 homepage for the game :D

That's good news, so the release was on purpose?
Also will he release latest assuming these aren't the latest?
 
Last edited:
Initiate Mage
Joined
May 17, 2012
Messages
20
Reaction score
5
How to start:
1. Set "Dawn.Testing.NHibernate" as startproject und run it.
-> The database will be createt

2. Run the following command
Code:
INSERT INTO `dawn`.`playerdata` (
`ID` ,
`EntityID` ,
`ModelIndex` ,
`Username` ,
`Password` ,
`X` ,
`Y` ,
`Rank`
)
VALUES (
NULL , '1', '501', 'test', '098f6bcd4621d373cade4e832627b4f6 ', '5', '5', '4'
);
-> a User will be added.
Username: "test"
Password: "test"

3. Set "Dawn.Server" as startproject und run it

4. Start the client und fill the boxes with "test"

5. Press "Anmelden"
-> you should be logged in
 
Experienced Elementalist
Joined
May 28, 2012
Messages
289
Reaction score
51
Error: The type or namespace name 'MySql' could not be found (are you missing a using directive or an assembly reference?) C:\Users\*******\Downloads\PokemonDawn (1)\PokemonDawn (1)\Dawn.Engine.Data.Access\DataAccessFactory.cs 9 7 Dawn.Engine.Data.Access
 
Elite Diviner
Joined
Sep 18, 2009
Messages
414
Reaction score
149
Error: The type or namespace name 'MySql' could not be found (are you missing a using directive or an assembly reference?) C:\Users\*******\Downloads\PokemonDawn (1)\PokemonDawn (1)\Dawn.Engine.Data.Access\DataAccessFactory.cs 9 7 Dawn.Engine.Data.Access

Don't forget to add the reference to the MySQL connector in use.
 
Initiate Mage
Joined
May 17, 2012
Messages
20
Reaction score
5
may be you need to install the
then add the reference
 
Experienced Elementalist
Joined
May 28, 2012
Messages
289
Reaction score
51
"NullReferenceException was unhandeled" (in Nhibernate Testing): Error: return this.factory.OpenSession();
 
Initiate Mage
Joined
May 17, 2012
Messages
20
Reaction score
5
I know what you mean...
I got the same error, but the database should be createt nevertheless.

Normaly you could run the Dawn.Server
 
Experienced Elementalist
Joined
May 28, 2012
Messages
289
Reaction score
51
Ok server is working and creates the tables, but the client doesnt Start after login...Error: The binary.must have Time ticks....and: unable to read beyond the end of the stream...
 
Last edited:
凸(ಠ益ಠ)凸
Member
Joined
Jun 16, 2008
Messages
1,665
Reaction score
227
What does and doesn't work on the server, generally speaking?
 
Initiate Mage
Joined
May 17, 2012
Messages
20
Reaction score
5
You can login.
Then you enter a test map, where you can see all other logged in players.
i haven't tested more...
you don't have pokemons...
you can not battle...

but may be there is just missing a database table... i don't know :p
 
Experienced Elementalist
Joined
May 28, 2012
Messages
289
Reaction score
51
You can login.
Then you enter a test map, where you can see all other logged in players.
i haven't tested more...
you don't have pokemons...
you can not battle...

but may be there is just missing a database table... i don't know :p

Can someone help me with the error...?
 
Back
Top