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!

Rappelz Server Files

Status
Not open for further replies.
Experienced Elementalist
Joined
Nov 9, 2009
Messages
212
Reaction score
8
If someone wants to talk to the Chinese person, the owner of a server :

<meta name="author" content="YinzCN" />
<meta name="reply-to" content="YinzCN@Gmail.com" />
<meta name="copyright" content="YinzCN" />
<td><input type="text" name="mysqlHost" value="localhost" /></td>
<td>MySQL </td>
<td><input type="text" name="mysqlDb" value="test" /></td>
tr>

r>
<td>MySQL </td>
<td><input type="text" name="mysqlUser" value="root" /></td>


ps:I have a lot of information, but will not I pose here,

For information, I contributed to the overthrow of the server

Greetings SvA260
chuckles well it was a good shot hes right about it being default but good try anyway
 
Initiate Mage
Joined
Mar 15, 2011
Messages
1
Reaction score
0
if you can pm me as to where i can find the server files, i would like to help with development.
 
Newbie Spellweaver
Joined
Dec 21, 2007
Messages
8
Reaction score
0
Hi all Im having problems trying to Get the SQL files to mySQL Via Navicat Pro I keep getting a Error "[Err] 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '[Telcaster]" every time I try to execute the SQL can some help me
 
Newbie Spellweaver
Joined
Dec 21, 2007
Messages
8
Reaction score
0
Gah im pulling my Freaking hair out I HATE SQL I download 2005 and 2008 and None of them seem to help God I just want to kill Microsoft
 
Initiate Mage
Joined
Mar 28, 2011
Messages
1
Reaction score
0
if you can pm me as to where i can find the server files, i would like to help with development.

As far as I know the first post is where to start. I am not sure if they have been keeping those up to date with the file changes / updates.

I am use to using a SVN, its kinda hard to keep track here where we all are at, when it comes to the files and updates.

There is not a step by step manual to help you start so you have to read threw the post to kinda try and figure it out.

Atm, I am gona try setting up a different computer, so that I will be able to download and TRY to setup what has happened so far to see if I can understand and get to where everyone else is.

@HappyHardCore - If you do update the files you have, can you note a date or something so that we know that the main files you posted have been updated?

General rule of thumb - Organization is key. Not to redo work that has already been done.

:scared: Even then I think I am gona get lost on trying to set things up... lol

Notes of what I done:
Computer
DotNet2.0
Microsoft SQL 2005 - Stuck, not what I expected.
 
Last edited:
Initiate Mage
Joined
Feb 3, 2011
Messages
4
Reaction score
3
go in hack server gptotato and share complete file server epic 7.2 ^_^
 
Newbie Spellweaver
Joined
Jan 26, 2004
Messages
54
Reaction score
10
DBUpdater.exe run success !!!

HappyHardcore - Rappelz Server Files - RaGEZONE Forums


HappyHardcore - Rappelz Server Files - RaGEZONE Forums


My DBUpdater.opt
Code:
S db.preset_00:RDUpdater Server|127.0.0.1|1433|Telecaster|sa|1a6a2dfd3e44b8a0b02a2b66c801821e

PS: http://www.elitepvpers.de/forum/rappelz/736033-dev-server-files-19.html
 

Attachments

You must be registered for see attachments list
Last edited:
Newbie Spellweaver
Joined
Jan 26, 2004
Messages
54
Reaction score
10
New Table Query [ ItemCoolTime, Party ]
Code:
USE [Telecaster]
GO
/****** 개체:  Table [dbo].[ItemCoolTime]    스크립트 날짜: 03/31/2011 14:37:04 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
CREATE TABLE [dbo].[ItemCoolTime](
	[owner_id] [int] NULL,
	[cool_time_00] [int] NULL,
	[cool_time_01] [int] NULL,
	[cool_time_02] [int] NULL,
	[cool_time_03] [int] NULL,
	[cool_time_04] [int] NULL,
	[cool_time_05] [int] NULL,
	[cool_time_06] [int] NULL,
	[cool_time_07] [int] NULL,
	[cool_time_08] [int] NULL,
	[cool_time_09] [int] NULL,
	[cool_time_10] [int] NULL,
	[cool_time_11] [int] NULL,
	[cool_time_12] [int] NULL,
	[cool_time_13] [int] NULL,
	[cool_time_14] [int] NULL,
	[cool_time_15] [int] NULL,
	[cool_time_16] [int] NULL,
	[cool_time_17] [int] NULL,
	[cool_time_18] [int] NULL,
	[cool_time_19] [int] NULL
) ON [PRIMARY]

GO
/****** 개체:  Table [dbo].[Party]    스크립트 날짜: 03/31/2011 14:37:04 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
CREATE TABLE [dbo].[Party](
	[sid] [int] NULL,
	[name] [nvarchar](31) NULL,
	[leader_id] [int] NULL,
	[share_mode] [int] NULL,
	[party_type] [int] NULL,
	[lead_party_id] [int] NULL
) ON [PRIMARY]
 
Newbie Spellweaver
Joined
May 13, 2006
Messages
47
Reaction score
3
newmania,

Tanks again very good job :)

Just 1 question your server is run ?
 
Last edited:
Experienced Elementalist
Joined
Aug 30, 2008
Messages
272
Reaction score
5
Great job mate! But I keep getting the following error message, which seems to be pretty strange....


---------------------------
DBUpdater
---------------------------
[DBNETLIB][ConnectionOpen (Connect()).]SQL Server does not exist or access denied.
---------------------------
OK
---------------------------

I've absolutely no idea why I keep getting this.... Any help?
 
Newbie Spellweaver
Joined
Jan 26, 2004
Messages
54
Reaction score
10
hm... 1 idea change sa passwd ''
but gameserver load fail...

Code:
USE [master]
GO
ALTER LOGIN [sa] WITH PASSWORD=N''
GO


---------- Post added at 07:02 AM ---------- Previous post was at 05:28 AM ----------

shared my Telecaster DB
Telecaster DB Backup by newmania

*important
1. Make DB : Telecaster
2. Make new user : (security -> login -> mouse right click -> new login -> name : rappelz_game , passwd : qorhvmek~1 or u want passwd , db : telecaster and check db_owner
3. restore DB
 
Last edited:
Status
Not open for further replies.
Back
Top