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!

Flyff v15 Official Setup Guide + Repack

Status
Not open for further replies.
Experienced Elementalist
Joined
Jan 3, 2010
Messages
206
Reaction score
14
Code:
TEST
AddTail( -1, 1, "Test", "109.196.95.97", 0, 1, 0 );
   AddTail( 1, 1, "Channel 1-1", "109.196.95.97", 0, 1, 600 );

DSN_NAME_LOGIN			"login"
DB_ADMIN_ID_LOGIN		"login"

DSN_NAME_LOG			"log01"
DB_ADMIN_ID_LOG			"log01"

MSG_VER				"20070712"

DB_PWD_LOGIN			""
DB_PWD_LOG			""

That's one. Account
 
Junior Spellweaver
Joined
Sep 25, 2008
Messages
106
Reaction score
23
same as mine just i used localhost ip (127.0.0.1)
 
Experienced Elementalist
Joined
Jan 3, 2010
Messages
206
Reaction score
14
It's doesn't metter. It is connection problem.
 
Junior Spellweaver
Joined
Sep 25, 2008
Messages
106
Reaction score
23
sec deleted the databases ill try restore them again
 
Skilled Illusionist
Joined
Aug 15, 2008
Messages
302
Reaction score
217
Code:
TEST
AddTail( -1, 1, "Test", "109.196.95.97", 0, 1, 0 );
   AddTail( 1, 1, "Channel 1-1", "109.196.95.97", 0, 1, 600 );

DSN_NAME_LOGIN			"login"
DB_ADMIN_ID_LOGIN		"login"

DSN_NAME_LOG			"log01"
DB_ADMIN_ID_LOG			"log01"

MSG_VER				"20070712"

DB_PWD_LOGIN			""
DB_PWD_LOG			""

That's one. Account

Try if it connects via localhost and did you only leave the Password fields clear for posting here? if not set your SA pw into the brackets ^^

same as mine just i used localhost ip (127.0.0.1)

Code:
USE [ACCOUNT_DBF]
GO

DECLARE	@return_value int

EXEC	@return_value = [dbo].[usp_CreateNewAccount]
		@account = N'test2',
		@pw = N'89d1ed22aac58f5bbea53b2fde81a946',
		@cash = 50,
		@email = N'test@test'

SELECT	'Return Value' = @return_value

GO

use this and try if you can login with test2 test
 
Experienced Elementalist
Joined
Jan 3, 2010
Messages
206
Reaction score
14
Checked and nothing... Same thing is happening to DB Server
Code:
query:login
SQLSTATE:28000 error:[Microsoft][SQL Native Client][SQL Server]Login failed for user 'login'.
2010/04/27	12:34:22
query:character01
SQLSTATE:28000 error:[Microsoft][SQL Native Client][SQL Server]Login failed for user 'character01'.
2010/04/27	12:35:20
SQLSTATE:08S01 error:[Microsoft][SQL Native Client]Shared Memory Provider: There is no procces at the end of stream.
 
Newbie Spellweaver
Joined
Nov 22, 2004
Messages
35
Reaction score
0
Is there possible to regain the db's from v14 offi on this v15 offi files? coz i want my players still played on my server even though i switched it from late v14 to a new v15 server files. Thanks.
 
Experienced Elementalist
Joined
Jan 3, 2010
Messages
206
Reaction score
14

(...) click on Next and Choose "Server Authentification" (2. Option)

Enter "SA" as username and "yourpassword" as password (...)

Emm ya... In this way my files were unfortunately not able to connect into database. It only works when I check Windows Authentication.
 
Status
Not open for further replies.
Back
Top