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!

Working Server hadn't client

Newbie Spellweaver
Joined
Jun 21, 2011
Messages
7
Reaction score
0
well i had had completed the server, its workin perfectly,no any errors but cant find an a client for him. I had downloaded a lot of clients, but they do not work corectly after hex edition.I had find a complete driftcity.exe file but its a 0.05e version. Do a ny body have this clients? Please share your clients if you have, it will help very much to complete the Private Server.Sorry for my English:drool:
 

Attachments

You must be registered for see attachments list
DRGunZ 2 Creator
Loyal Member
Joined
Jan 21, 2007
Messages
4,493
Reaction score
161
Hmm, how did you get them to work without errors? If I remember, there was at least one error I couldn't fix.
 
Newbie Spellweaver
Joined
Jun 21, 2011
Messages
7
Reaction score
0
what kind of error???? my server working, but i need an a client for him...
 
Newbie Spellweaver
Joined
Jun 21, 2011
Messages
7
Reaction score
0
and next one, have any body an a registration script for Drift City?
 
Newbie Spellweaver
Joined
Jun 21, 2011
Messages
7
Reaction score
0
This is a query for SQL for a creating account:

USE [skdbtw]
GO

/****** Object: Table [dbo].[TBL_Member_Data] Script Date: 03/02/2011 14:09:15 ******/
SET ANSI_NULLS ON
GO

SET QUOTED_IDENTIFIER ON
GO

SET ANSI_PADDING ON
GO

CREATE TABLE [dbo].[TBL_Member_Data](
[AccountID] [varchar](50) NULL,
[passwd] [varchar](50) NULL,
[SMSFlag] [nchar](10) NULL,
[IsUseAssureCard] [nchar](10) NULL,
[Lock] [nchar](10) NULL,
[SFCheckErrCount] [nchar](10) NULL,
[LastUnLockTime] [nchar](10) NULL,
[suspended_time] [nchar](10) NULL
) ON [PRIMARY]

GO

SET ANSI_PADDING OFF
GO
_______________________________________________________________________
But i think that this table isn't working with my client...And here a question how i can find in my client what a kind of table he check on server for a account name?
 
DRGunZ 2 Creator
Loyal Member
Joined
Jan 21, 2007
Messages
4,493
Reaction score
161
I mean did you fix the HanAuth and database errors from the logs?
 
Back
Top