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!

[GUIDE][TUTORIAL] Setting Up Episode 7 to 9 - Six Class Server (UPDATED 2023)

Skilled Illusionist
Joined
Mar 2, 2012
Messages
318
Reaction score
48
Setting up an Episode 7 Six Class Server


Page Not Found - [GUIDE][TUTORIAL] Setting Up Episode 7 to 9 - Six Class Server (UPDATED 2023) - RaGEZONE Forums



1. Download and instal :
2. Download and install :

3. Download ONLY (important: wait for my further instructions on how you install this later) Microsoft SQL Server 2005 Express Edition. Before you download this program, you should first check the "service pack" of your computer if it has. To check that, go to Start> Right Click 'My Computer' > Properties > Under the 'General' Tab, at the bottom of the 'System' column, there you can see if your computer has a service pack and what version it is. After knowing your service pack, you may finally download MSQL 2005 Express Edition.

For Service Pack 4 :
For Service Pack 3 :
For Service Pack 2 :
No Service Pack :

4. After downloading the MSQL 2005 Express Edition with the right Service Pack compatible with your computer. Install it

Here is the video guide : Installing Microsoft SQL Server 2005 Express Edition:




5. Last to download is the SQL Server Management Studio Express Service. It's download is the same as the MSQL 2005 Express Edition that you'll gonna match the service pack with your computer.

For Service Pack 4 :
For Service Pack 3 :
For Service Pack 2 :
No Service Pack :

6. The easiest step is installing SQL Server Management Studio Express Service. You're gonna do nothing but hit the 'next' button till you finish the installation.

Here is the video guide : Installing SQL Server Management Studio:



Features:

  • Supports new character creation up to 6 Classes.
  • Modified Color Glow.
  • Bypass HP-MP-SP. [By: Juver Jescolta]
  • New Interface Selection. [By: Juver Jescolta]
  • CP features [By: Ramispo]
  • Reborn view in Game. [By: Ramispo]
  • Mouse effect. [By: Geger009]
  • Many skills. [By: PrinceofPersia]
  • F4 & F5 Slots Skills. [By: PrinceofPersia & Ramispo]
  • Drop Glow. [By: Geger009]


Downloads:

  • GlogicServer.Rcc
  • REditor

    New Updates:


    Server Files 2 Channels:
    Download:

    Full Client: (NPC Tab Names+Map Bug Fix+Few Clean Game Loadings!):
    Download:

    NPC Tab Names+Map Bug Fix+Few Clean Game Loadings :
    Download:
    Password: mcx

    Database with no error (no need Script of sp's):
    Download:



Just configure the CFG and Run: Session->Login->FieldA->Fieldb->Agent

PHP:
USE [RanGame1]
GO
/****** Object: StoredProcedure [dbo].[sp_Extreme] Script Date: 01/30/2012 21:22:09 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO


ALTER PROCEDURE [dbo].[sp_Extreme]
@nUserNum int

AS 
DECLARE
@error_var int, 
@rowcount_var int 

SET NOCOUNT ON

Select 9 As M, 9 As F
From
(
Select isnull(Sum(M),1) As MSum, isnull(Sum(F),1) As FSum, isnull(Sum(MS),0) As MS, isnull(Sum(FS),0) As FS
From
(
Select ChaClass
,
Case ChaClass
When 1 Then 1
When 2 Then 1
When 256 Then 1
When 512 Then 1
Else 0
End As M
,
Case ChaClass
When 4 Then 1
When 8 Then 1
When 64 Then 1
When 128 Then 1
Else 0
End As F
,
Case ChaClass
When 16 Then 
Case ChaDeleted
When 1 Then 0
Else 1
End
Else 0
End As MS
,
Case ChaClass
When 32 Then 
Case ChaDeleted
When 1 Then 0
Else 1
End
Else 0
End As FS
From ChaInfo Where UserNum=@nUserNum And (
( ChaClass=16 OR ChaClass=32 ) OR 
( ( ChaClass=1 OR ChaClass=2 OR ChaClass=4 OR ChaClass=8 OR 
ChaClass=64 OR ChaClass=128 OR ChaClass=256 OR ChaClass=512 ) AND ChaLevel>=0 ) )
) As t
) As tt

GMC Editor: CLICK HERE

Fixes:

Gunner[F], Reborn UI, Skill UI & Reborn UI Remove: CLICK HERE



Credits:

Ramispo
PrinceofPersia
Juver Jescolta
Geger009
LatneM
McX
lourence8
editor18
Code-X


can your database compatible at sweetyran?
 
Newbie Spellweaver
Joined
May 24, 2012
Messages
5
Reaction score
0
brave ran is compatible for serverfile here?

i nid server file with 1 channel
 
Joined
Mar 20, 2012
Messages
760
Reaction score
368
Newbie Spellweaver
Joined
Mar 11, 2012
Messages
12
Reaction score
0
Thanks for this . This is my first time to do this :p

Ill try this guide :)
 
Master Summoner
Joined
Dec 25, 2011
Messages
544
Reaction score
12
use anothere ranshop try neo ranshop


the worst thing is, skilleditor Assert problem, even if you use the AutoCliker for pressing the "NO" its still no good....!!!:eek:tt1::eek:tt1::eek:tt1::eek:tt1::eek:tt1:
 
Experienced Elementalist
Joined
Apr 2, 2011
Messages
221
Reaction score
34
any alternatives for jamran and braveran?? that has direct download link ??
 
Master Summoner
Joined
Dec 25, 2011
Messages
544
Reaction score
12
Dead Links :( someone please reupload..

a friendly advise, look for other client don't expect JAMRAN or Brave cause its full of bugs and lack of editors, you are wasting your time for those client, and besides nobody use it for there main client...
 
Junior Spellweaver
Joined
May 7, 2009
Messages
133
Reaction score
2
is the brave ran client compatible with windows 7 64-bit? i cant open it even using the launcher and if i open the game.exe it says this exe dont execute independent. please help
 
Orang Asli - Semai - 华人
Loyal Member
Joined
Jan 28, 2012
Messages
1,643
Reaction score
161
is the brave ran client compatible with windows 7 64-bit? i cant open it even using the launcher and if i open the game.exe it says this exe dont execute independent. please help

yes , win7 support brave ran , and not use the game.exe to start the game LOL
download a launcher , and start the game
 
Back
Top