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!

Dragon Nest source code

Joined
Aug 14, 2009
Messages
2,304
Reaction score
1,189
Code:
		// TODO: 3/13/2022 - Crash Fix 
		if (pSox->GetFieldFromLablePtr(iIdx, sFieldNum._NeedBuyItem) != NULL)
			pItemData->nNeedBuyItemID = pSox->GetFieldFromLablePtr(iIdx, sFieldNum._NeedBuyItem)->GetInteger();
		else
			pItemData->nNeedBuyItemID = 0;

		// TODO: 3/13/2022 - Crash Fix
		if (pSox->GetFieldFromLablePtr(iIdx, sFieldNum._NeedBuyItemCount) != NULL)
			pItemData->nNeedBuyItemCount = pSox->GetFieldFromLablePtr(iIdx, sFieldNum._NeedBuyItemCount)->GetInteger();
		else
			pItemData->nNeedBuyItemCount = 0;

This fix atleast gets the DB Server running in debug_tw mode. Haven't checked anything else tho. Release_TW crashes on CashPackageTable tho.

This is due to the ItemTable.dnt not having those two fields.

EDIT:
LoginServer needs HShield disabled by removing _HSHIELD from the preprocessors.

Also LoginServer needs CharCreate.dnt which its nowhere to be found. But you can just easy bypass it.

Something about rlkt_new_login. So just return true works since I haven't found that its used.

Code:
bool CDNExtManager::LoadNewCharCreate()
{
	return true;
}

having Problems connecting to SQL Server :/

can somebody upload the database files? ashlay maybe?
 
Last edited:
Initiate Mage
Joined
Feb 15, 2021
Messages
1
Reaction score
0
Can you send here, Et Tools compiled files. which is the tool works as well for running
 
Experienced Elementalist
Joined
Oct 18, 2020
Messages
206
Reaction score
39
Can you guys share compiled tools from this source since im planning on using it to fix sea cap 40 and share the client for cap 40 if fixed. Also I cant seems to find cap 40 server files.
 
Elite Diviner
Joined
Dec 17, 2014
Messages
478
Reaction score
61
I have managed to get things running, now just need to figure out the wrong user/pass error.
use dnmembership
exec __NX__CreateAccount 'xxx','xxx'
 
Newbie Spellweaver
Joined
Oct 20, 2022
Messages
39
Reaction score
1
Any Other Source Code ?
For this source The DNVillage & DNGameServer can't connect to GameRes ( Can't Take MapID for Map Data )
or Can tech me to fix the DNVillage & DNGameServer ?
 
Newbie Spellweaver
Joined
Jan 31, 2023
Messages
17
Reaction score
0
It was the md5.
Now I can login but can't create characters and if i try to enter the game with a existing character the client crash, wrong client or missing some poop.

Anyone have client 417? this is what is configured on the linker
try using this client this is a 417 version client of gemscool ID.

Finally managed to login.
what client did u use? is that old version?
 
Newbie Spellweaver
Joined
Jan 31, 2023
Messages
17
Reaction score
0
I have used 2013 steam client.
can you reupload it to another mirror ? i cant download cz limited country for downloading these files

thank you
 
Joined
Jun 27, 2010
Messages
939
Reaction score
1,193
can you reupload it to another mirror ? i cant download cz limited country for downloading these files

thank you

--edit--
I was checking the compiled files that comes with the source and this was used in sakura-dn.com does anyone have this client?
Screenshot_19 - Dragon Nest source code - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Last edited:
  • Like
Reactions: cmb
Back
Top