Quote:
first check ur information settings of loginserver & gameserver ,,
secound try to delete ur database and attach the last database post in rev69 named (Xsense_Branch_Database_REV.sql) ..
and tell me what happen with u ..
this thread as title says for solving errors, not for asking questions related to game features.Quote:
Exelent Support !!!
I have more questions of the edit of the database and game :
- Max amount of sp cand added to the account ?
- Berseker works ?
- What is savearea ?
- TThe table of tittles in character ? Num 1 what is ? 2 ? and 3 ?
- What is delete ?
- If i added more amount of slots page 2 of inventory is added ?
- Max aomount of hp/mp ?
- How i can add start items ?
- Pets works ?
- In table server state 1 is online and check what is ?
Thx !!! i think this quistions are usefull for a lot of people
thx i think he can answer me quistions but thx i post it there sorry for me stupid error xDQuote:
this thread as title says for solving errors, not for asking questions related to game features.
use this topic [Only registered and activated users can see links. Click Here To Register...]
1- i think over 10m ..Quote:
Exelent Support !!!
I have more questions of the edit of the database and game :
1- Max amount of sp cand added to the account ?
2- Berseker works ?
3- What is savearea ?
4- The table of tittles in character ? Num 1 what is ? 2 ? and 3 ?
5- What is delete ?
6- If i added more amount of slots page 2 of inventory is added ?
7- Max aomount of hp/mp ?
8- How i can add start items ?
9- Pets works ?
10- In table server state 1 is online and check what is ?
Thx !!! i think this quistions are usefull for a lot of people
u open the port 15780 in ur firewall or router ?Quote:
Another question :
I cant put me server online :/
I edit the server table and put me ip , and then edit login and game server settings of the IP in the differents .txt then i loggin to the server but when i put me account appear error C9
jejeje now work :PQuote:
u open the port 15780 in ur firewall or router ?
just in ur database change the users table in row unknown (the first unknow) change it into blocked (and type the defolt 0)Quote:
jejeje now work :P
I cant create a simple reg page u know how ? Because the reg page already post it here is to buggy and dont work for me :/ said error in line 9 etc or if u know install that reg page in me pc or in me host i can use temaviewer ^^
I dont know how to do it u can help me with the reg page posted here or give me a code ?Quote:
just in ur database change the users table in row unknown (the first unknow) change it into blocked (and type the defolt 0)
delete ur users table & use thisQuote:
I dont know how to do it u can help me with the reg page posted here or give me a code ?
GO
/****** Object: Table [dbo].[users] Script Date: 11/10/2010 13:41:28 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
SET ANSI_PADDING ON
GO
CREATE TABLE [dbo].[users](
[userid] [int] IDENTITY(1,1) NOT NULL,
[id] [varchar](50) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL,
[password] [varchar](50) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL,
[online] [tinyint] NOT NULL,
[blocked] [tinyint] NULL,
[unknown2] [int] NULL,
[silk] [int] NULL,
[gold] [bigint] NULL,
CONSTRAINT [PK_users] PRIMARY KEY CLUSTERED
(
[userid] ASC
)WITH (PAD_INDEX = OFF, IGNORE_DUP_KEY = OFF) ON [PRIMARY]
) ON [PRIMARY]
GO
SET ANSI_PADDING OFF
Ok i already replase it and now what i need to do ?Quote:
delete ur users table & use this
PHP Code:GO
/****** Object: Table [dbo].[users] Script Date: 11/10/2010 13:41:28 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
SET ANSI_PADDING ON
GO
CREATE TABLE [dbo].[users](
[userid] [int] IDENTITY(1,1) NOT NULL,
[id] [varchar](50) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL,
[password] [varchar](50) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL,
[online] [tinyint] NOT NULL,
[blocked] [tinyint] NULL,
[unknown2] [int] NULL,
[silk] [int] NULL,
[gold] [bigint] NULL,
CONSTRAINT [PK_users] PRIMARY KEY CLUSTERED
(
[userid] ASC
)WITH (PAD_INDEX = OFF, IGNORE_DUP_KEY = OFF) ON [PRIMARY]
) ON [PRIMARY]
GO
SET ANSI_PADDING OFF