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)

Initiate Mage
Joined
Jun 14, 2017
Messages
9
Reaction score
1
NPC Tab Names+Map Bug Fix+Few Clean Game Loadings :
Download:
Password: mcx

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


I am newbie this link is dead...
 
Junior Spellweaver
Joined
Mar 15, 2022
Messages
174
Reaction score
8
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


To whom it may concern?!,.. kindly please update the dead links or if someone have the files?! kindly please share them...

thanks! god bless!
 
Initiate Mage
Joined
Sep 26, 2023
Messages
2
Reaction score
3
Setting up an Episode 7 Six Class Server 2023

View attachment 242252

1. Download and Install VMWARE or Purchase VPS/DDS Here:

VMWARE:

VMWARE Installation Guide



2. Download Microsoft SQL Server 2014 Express.

Microsoft® SQL Server® 2014 Express :

3. After downloading the MSQL 2014 Express. Proceed to Installation (Watch the video guide below)

Complete Video Guide





4. Downloads:

Visual Studio 2003/2008:

-Episode 9 -

Source Code (VS2008):
Bin Files:
Ryuzen Client:
Glogicserver:
Database:
CFG:

Running Server Files:
1. Session
2. Cache
3. Field
4. Agent
5. Login

-Episode 7-

Source Code (VS2003):
Project Rev Client:
Glogicserver:
Database:
Bin Files:

Running Server Files:
1. Session
2. Field
3. Agent
4. Login


Any questions? Feel free to message me or leave a comment.


Credits:
Mincoms Juver ejsayaaa Brokoli Development for the video guide. Kongouchan for VS Links To all who contributed to this wonderful work

Thanks for the credits :3
 
Initiate Mage
Joined
Oct 4, 2023
Messages
15
Reaction score
1
Setting up an Episode 7 Six Class Server 2023

View attachment 242252

1. Download and Install VMWARE or Purchase VPS/DDS Here:

VMWARE:

VMWARE Installation Guide



2. Download Microsoft SQL Server 2014 Express.

Microsoft® SQL Server® 2014 Express :

3. After downloading the MSQL 2014 Express. Proceed to Installation (Watch the video guide below)

Complete Video Guide





4. Downloads:

Visual Studio 2003/2008:

-Episode 9 -

Source Code (VS2008):
Bin Files:
Ryuzen Client:
Glogicserver:
Database:
CFG:

Running Server Files:
1. Session
2. Cache
3. Field
4. Agent
5. Login

-Episode 7-

Source Code (VS2003):
Project Rev Client:
Glogicserver:
Database:
Bin Files:

Running Server Files:
1. Session
2. Field
3. Agent
4. Login


Any questions? Feel free to message me or leave a comment.


Credits:
Mincoms Juver ejsayaaa Brokoli Development for the video guide. Kongouchan for VS Links To all who contributed to this wonderful work

Hello good Sir may I ask the pw for the VMware rar? :>
 
Initiate Mage
Joined
Oct 4, 2023
Messages
15
Reaction score
1
Pass: startcrack.co
Thank you my good Sir!

Sir I have a follow up question, I have downloaded all ep7 files here and followed the instructions in the video it was all going smoothly until I was about to enter the game it got stuck at "Processing the data" and for some reason when my character also got swollen lol.
 

Attachments

You must be registered for see attachments list
Last edited:
Initiate Mage
Joined
Jan 7, 2024
Messages
4
Reaction score
0
Good day sir, how to open .bak file? It say's choose application to open .bak file.
 
Initiate Mage
Joined
Sep 11, 2018
Messages
61
Reaction score
9
Good day sir, how to open .bak file? It say's choose application to open .bak file.
create database, put name same as BAK files, right click database, tasks -> restore -> database
open bak file from there
 
Initiate Mage
Joined
May 3, 2023
Messages
54
Reaction score
3
create database, put name same as BAK files, right click database, tasks -> restore -> database
open bak file from there
can i ask a question?

i have filess of ep9 regen based cuz thats what i llike cuz i cant find anything here has regen based
in my files only have " cfg, glogiserver, [1]svrsession, [2]svrfield, [3]svragent, [4]svrlogin, [5]svrmanager, [edit]item, [edit]mobnpc, [edit]npcaction, [edit]quest, [edit]rantool, [edit]skill, [edit]textfile, emulator "
thats it.
 
Junior Spellweaver
Joined
Feb 3, 2022
Messages
185
Reaction score
16
what maybe the problem? every time i have gold in my inventory then i logout and login again. when i check the inventory my gold turn 0. what may be the cause? even when i insert gold using gm tool. then login my character gold in inventory turn to 0.

(FIXED) I DELETED THE WELCOME ANNOUNCE CODE FROM THE SOURCE SINCE IT ALL STARTED THE PROBLEM WHEN I INCLUDE THE WELCOME ANNOUNCEMENT IN THE CODE
 
Last edited:
Back
Top