[RELEASE]Full 9.1 Server Files Revolution Team

01/18/2016 17:39 shuradoko#121
hi all :D

i have test the tuto how to setup 9.1 and revolution file

i have multi account and i configured :

-auth.opt:

auth.db.account:authuser

-common.opt:

auth.db.password:authuser non hached password

-game.opt:

S:db.c.account:arcauser
S:db.c._password:arcauser hached password with pyrock tool

S:db.user.account:telecuser
S:db.user._password:telecuser hached password with pyrock tool

S:console._password:authuser hached password with pyrock tool

when i launch RappelzServerAuth.exe it is good

but i have this error when i launch CaptainHerlockServer.exe :rtfm:

[Only registered and activated users can see links. Click Here To Register...]

plz help

thx in advance
01/18/2016 18:25 ThunderNikk#122
Are you compressing your gameserver.opt with the compressor?
01/18/2016 18:29 CHlNAMAN#123
Set your T:log.disable:0 to 1.
01/18/2016 20:24 ThunderNikk#124
Yeah but the game server should still start even with the log server event.

However the invalid permission specification is what I think is causing the issue.

Generally it is a mistake in the users and passwords or a failure to compress after making the changes.
01/18/2016 20:40 shuradoko#125
hi thndr thx its work now :)

but my .bat don't launch the game :

RappelzCmdLauncher.exe sframe.exe /auth_ip:127.0.0.1 /auth_port:58422 /use_nprotect:0 /help_url_w:611 /help_url_h:625 /locale:ASCII /country:US /cash /commercial_shop /layout_dir:6 /layout_auto:0 /cash_url_w:800 /cash_url_h:631

the version of my game is 9.1 english and the sframe is original

thx for help :)
01/19/2016 00:40 ThunderNikk#126
Your .bat launcher should be in your client directory and you either use it from the client directory or make a shortcut to it.

You have also placed RappelzCMDLauncher.exe in your client directory?
01/19/2016 18:23 shuradoko#127
hi thndr

thx its work ;)

i have a other problem :facepalm:

[Only registered and activated users can see links. Click Here To Register...]

thx in advance :)
01/19/2016 20:06 ThunderNikk#128
You did something wrong while creating the account.

You will have to look at your database for entries linked to the account ID you created. Look in tables related to bans. Maybe in auth database. Check the account entry itself for complete information or columns that may be incorrect.

Hopefully you used an account creator until you figure out what needs to be entered into various columns.

There is an auto_used column somewhere make sure it is a 0 or no of false not a 1 or yes or true. I am not sure of the correct value type but I can check when I get home.
01/19/2016 20:36 shuradoko#129
thx

i look that :)

up : i tested account creator v2 and not work

up2 : in attachments my dbo account

thx
01/20/2016 00:19 ThunderNikk#130
Where did you get your auth database?

Your account table looks weird.

This is the set up I have...

Code:
USE [Auth]
GO

/****** Object:  Table [dbo].[Account]    Script Date: 1/19/2016 6:16:59 PM ******/
DROP TABLE [dbo].[Account]
GO

/****** Object:  Table [dbo].[Account]    Script Date: 1/19/2016 6:16:59 PM ******/
SET ANSI_NULLS ON
GO

SET QUOTED_IDENTIFIER ON
GO

SET ANSI_PADDING ON
GO

CREATE TABLE [dbo].[Account](
	[account_id] [int] IDENTITY(1,1) NOT NULL,
	[account] [varchar](60) NOT NULL,
	[password] [varchar](60) NOT NULL,
	[email] [varchar](60) NOT NULL,
	[pk_] [bigint] NULL CONSTRAINT [DF_Account_pk_]  DEFAULT ((1)),
	[creationDate_] [bigint] NULL,
	[updateDate_] [bigint] NULL,
	[creatorId_] [varchar](200) NULL,
	[updatorId_] [varchar](200) NULL,
	[portId_] [varchar](200) NULL,
	[type_] [varchar](200) NULL CONSTRAINT [DF_Account_type_]  DEFAULT ('com.elixir.billing.impl.ImmAccount'),
	[accessDate_] [bigint] NULL,
	[password2] [varchar](60) NULL,
	[ban] [bigint] NULL,
	[bantime] [bigint] NULL,
	[age] [int] NOT NULL CONSTRAINT [DF_Account_age]  DEFAULT ((20)),
 CONSTRAINT [account_id_index] UNIQUE NONCLUSTERED 
(
	[account_id] ASC
)WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY],
 CONSTRAINT [uk_tb_account_game_only] UNIQUE NONCLUSTERED 
(
	[account] ASC
)WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY]
) ON [PRIMARY]

GO

SET ANSI_PADDING OFF
GO
It also looks like you set your age at 1 which could cause an issue. There is no account type column.
01/20/2016 01:34 shuradoko#131
hi thndr :)

i launch the query to mod my auth database

but don't connect = authentification error 18

thx :)
01/20/2016 02:28 ThunderNikk#132
Why are you doing things that are not being suggested?

Did you create a new account in the empty table after running the query?

Again I ask, where did you get your auth database from? Which repack?

Restore your auth database and lets keep looking into why you create a banned account.

What problem does account creator v2 give you?
01/21/2016 20:53 shuradoko#133
hi thndr :)

thx all works fine :handsdown:

i need a query for :

- 100% enchant and staged pets

-0 cooltime for all scrolls Summoning

-100% all taming

- all skills cards +10

thx in advance :cool:
01/28/2016 07:10 xion0374#134
I can not extract the files in the 9.1zip file for the data, it's asking for a pw for the encripted files. Can you help, I try the password that was on the main page but it was not working at all, its saying only partial was was extracted or something.

Can you clarified this on how to extract it. Thanks.
01/28/2016 13:06 ThunderNikk#135
Password...

Revolution-Team

Did you try reading the release thread that was linked to get the file from?