Solveing system errors with arcane project

11/09/2010 17:56 Burton_1993#91
Quote:
Originally Posted by fro_ View Post
Euro masterys (char with euro masterys, when i try to load him) gives me crash. Does this emu support euro?
Character creation EU work, but it can't load masterys(skills) thats why crash.
so at the moment EU is not supported.
11/09/2010 22:32 Tazdingo7#92
Quote:
Originally Posted by abdelfattah View Post
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 ..

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
11/09/2010 22:41 Burton_1993#93
Quote:
Originally Posted by Tazdingo7 View Post
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
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...]
11/09/2010 22:51 Tazdingo7#94
Quote:
Originally Posted by Burton_1993 View Post
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...]
thx i think he can answer me quistions but thx i post it there sorry for me stupid error xD
11/09/2010 22:55 Dr.Abdelfattah#95
Quote:
Originally Posted by Tazdingo7 View Post
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
1- i think over 10m ..
2- sure ..
3- the place what u have stop in the last logoff ..
4- i don't under stand it ..
5- that the property to delete ur char. (the date) ..
6- i don't check ..
7- i think its still buggy because there is diffrance between str & int by (points) , if u try to chnge ur hp or mp it will not change and make a small bug ..
8- u must Edit the source codes :( (still no option for that) ..
9- not yet ..
10- check is 0 ..

i hope this information will be usefull for all ,,
11/10/2010 00:56 Tazdingo7#96
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
11/10/2010 19:25 Dr.Abdelfattah#97
Quote:
Originally Posted by Tazdingo7 View Post
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
u open the port 15780 in ur firewall or router ?
11/10/2010 20:44 Tazdingo7#98
Quote:
Originally Posted by abdelfattah View Post
u open the port 15780 in ur firewall or router ?
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 ^^
11/10/2010 21:56 alextlepro#99
for who wants to fix the attack speed just open character table and go berserkspeed anf change 50 to 100.. i did it and works..
11/10/2010 22:17 Dr.Abdelfattah#100
Quote:
Originally Posted by Tazdingo7 View Post
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 ^^
just in ur database change the users table in row unknown (the first unknow) change it into blocked (and type the defolt 0)
11/10/2010 22:20 Dr.Abdelfattah#101
Quote:
Originally Posted by alextlepro View Post
for who wants to fix the attack speed just open character table and go berserkspeed anf change 50 to 100.. i did it and works..
put what is relashion with berserkspeen & attac speed?
just try to edit timer.cs ..
11/10/2010 22:29 Tazdingo7#102
Quote:
Originally Posted by abdelfattah View Post
just in ur database change the users table in row unknown (the first unknow) change it into blocked (and type the defolt 0)
I dont know how to do it u can help me with the reg page posted here or give me a code ?

Edit : can you show me the congi.php of your page ?

or pass me the files u use ?
11/10/2010 22:42 Dr.Abdelfattah#103
Quote:
Originally Posted by Tazdingo7 View Post
I dont know how to do it u can help me with the reg page posted here or give me a code ?
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] [intIDENTITY(1,1NOT NULL,
    [
id] [varchar](50COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL,
    [
password] [varchar](50COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL,
    [
online] [tinyintNOT NULL,
    [
blocked] [tinyintNULL,
    [
unknown2] [intNULL,
    [
silk] [intNULL,
    [
gold] [bigintNULL,
 
CONSTRAINT [PK_usersPRIMARY KEY CLUSTERED 
(
    [
useridASC
)WITH (PAD_INDEX  OFFIGNORE_DUP_KEY OFFON [PRIMARY]
ON [PRIMARY]

GO
SET ANSI_PADDING OFF 
11/10/2010 22:44 Tazdingo7#104
Quote:
Originally Posted by abdelfattah View Post
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] [intIDENTITY(1,1NOT NULL,
    [
id] [varchar](50COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL,
    [
password] [varchar](50COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL,
    [
online] [tinyintNOT NULL,
    [
blocked] [tinyintNULL,
    [
unknown2] [intNULL,
    [
silk] [intNULL,
    [
gold] [bigintNULL,
 
CONSTRAINT [PK_usersPRIMARY KEY CLUSTERED 
(
    [
useridASC
)WITH (PAD_INDEX  OFFIGNORE_DUP_KEY OFFON [PRIMARY]
ON [PRIMARY]

GO
SET ANSI_PADDING OFF 
Ok i already replase it and now what i need to do ?
11/10/2010 22:46 Burton_1993#105
Quote:
Originally Posted by Tazdingo7 View Post
Ok i already replase it and now what i need to do ?
to create account with password MD5. ;)