help me

07/04/2011 05:43 zıçanadam#1
[Only registered and activated users can see links. Click Here To Register...]
07/04/2011 20:38 ismokedrow#2
Quote:
Originally Posted by zıçanadam View Post
[Only registered and activated users can see links. Click Here To Register...]
download [Only registered and activated users can see links. Click Here To Register...]

delete your old game_bin folder entirely, copy that one to the desired directory.

Copy the contents of ##DataBase BackUps## to the root of C:\

Open MSSQL 2008 R2 and connect to your database

delete auth
delete arcadia
delete telecaster

click Database>Restore Database

restore backup from device > add > Scroll to the bottom of the list for C:\
--Make sure to select Target, it will be blank but the scroll down list will contain the name of the Database you are trying to restore, select it.

repeat for all three database

right click each database and click "Properties" click "Files" and as owner type "SA"

on the Object Explorer Pane, double click Security > Logins > Sa
clear the two password fields
uncheck "Enforce password policy"

delete:
authserver.eop
gameserver.eop

open:
authserver.opt
make sure authserver.opt looks like the following:
Code:
S db.auth.server:127.0.0.1 OR your hamachi IP 
S db.auth.name:Auth
S db.auth.account:sa
S db.auth._password:
S app.name:Your Game Server Name
S log.ip:5.106.2.115
S db.auth.port:1433
N db.auth.use_webauth:0
N db.auth.use_md5:1
N db.auth.debug_md5:1
N db.auth.md5_key:2011
Save and Close the authserver.opt

Open Gameserver.opt
make sure your Gameserver.opt looks like the following
Code:
S app.name:game001

S auth.server_idx:1

S auth.server_name:Your server name
S io.port:4514

S io.ip_address:127.0.0.1 or your hamachi address
S log.working:0
T game.use_login_logout_debug:1 

T game.max_level:170


T game.use_auto_trap:0 <--- Optional
T game.no_skill_cooltime:1 <--- Optional
close and save your Gameserver.opt

open RappelzCompress.exe
drag authserver.opt onto the "RappelzCompress" window
click ok
open RappelzCompress.exe
drag the gameserver.opt onto the "RappelzCompress" window
click ok

now try to start your game001 (captainherlockserver) and login (princessauroraserver) if it does not crash or spits out a long list of failed mob respawns, your golden.

watch login server and if you get a connection from x.xxx.x.xxx: your servername

type in:
start_service
set game.open_external 1

open the game and login as:

account: admin
password: admin

if it gives you any trouble with that:

-go to [Only registered and activated users can see links. Click Here To Register...]
type in 2011admin or 2011whatever-you-want and hit "Generate" then copy the Generated Hash
-open Mssql 2008 r2 and double click Auth>Tables
-right click dbo.Accounts>Edit Top 200 Rows
-in the first table will be the "Admin" account, simply place your new md5 has into the column labeled "Password" and press enter

hope this works for you.