Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Rohan
You last visited: Today at 20:17

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[Guide] Starting your LOCAL rohan private server

Discussion on [Guide] Starting your LOCAL rohan private server within the Rohan forum part of the MMORPGs category.

Closed Thread
 
Old 09/13/2013, 15:07   #796
 
elite*gold: 0
Join Date: Oct 2008
Posts: 30
Received Thanks: 3
Quote:
Originally Posted by moemet View Post


Small size hero dbase (uploaded by visual57) ... pls be aware that this db contain lots of bug and you need to fix missing part

As for client use nexus rohan (1.0.5.1 dgamerz) ...

As for missing map/object error like missing ele pattern ... you can use Gel/gem Extractor (from xentax)

C#: console project and cpase/modify the following code ..

Code:
     static void Main(string[] args)
        {
          
            string _srcGel = "D:\\NexusRohan\\res\\world.gel";// edit this part
            string _srcGem = "D:\\NexusRohan\\res\\world.gem";// edit this part
            string _srcDest = "D:\\GelGemExtract\\world\\";// edit this part

            using (FileStream fsGel = new FileStream(_srcGel, FileMode.Open, FileAccess.Read))
            {
                using (BinaryReader brGel = new BinaryReader(fsGel))
                {
                 
                    int m_ID = brGel.ReadInt32();
                    int m_Version = brGel.ReadInt32();
                    int m_MaxAllocFileNum = brGel.ReadInt32();
                    int m_MissingFileSize = brGel.ReadInt32();
                    int m_Reserved = brGel.ReadInt32();
                    int m_Reserved1 = brGel.ReadInt32();

                    int _pos = 0;
                   
                    while (brGel.BaseStream.Position < brGel.BaseStream.Length  )
                    {
                        int i1 = brGel.ReadInt32();
                        int i2 = brGel.ReadInt32();
                        byte[] filename =  brGel.ReadBytes(128);
                        int i3 = brGel.ReadInt32();
                        int startOffset = brGel.ReadInt32();
                        int dataSize = brGel.ReadInt32();
                        int i6 = brGel.ReadInt32();
                        using (FileStream fsGem = new FileStream(_srcGem, FileMode.Open, FileAccess.Read))
                        {
                            using (BinaryReader brGem = new BinaryReader(fsGem))
                            {
                                string _s1 = Encoding.UTF8.GetString(filename);
                                _s1 = _s1.Substring(0, _s1.IndexOf("\0"));

                                if (!_s1.EndsWith(".gbf"))
                                {
                                    int _spos1 = _s1.LastIndexOf("\\");
                                    string _pth = _srcDest + _s1.Substring(0, _spos1);
                                    if (!System.IO.Directory.Exists(_pth))
                                    {
                                        System.IO.Directory.CreateDirectory(_pth);
                                    }
                                }
                                string _result = _srcDest + _s1;
                                
                                brGem.BaseStream.Seek(startOffset, SeekOrigin.Begin);
                                if (dataSize > 0)
                                {
                                    using (FileStream fsDest = new FileStream(_result, FileMode.Append, FileAccess.Write))
                                    {
                                        using (BinaryWriter bw = new BinaryWriter(fsDest))
                                        {
                                            bw.Write(brGem.ReadBytes(dataSize));
                                            Console.WriteLine("writing :" + _result + "\n");
                                        }
                                    }
                                }
                                
                                
                            }
                        }
                        _pos += 1;
                    }
                }
        
            }
        }
note: bug with .monster file.. use old .monster or you can just modify yourself... just look at pattern.

credit to : xentax original coder, member elitepvper's uploader
source :
how to restore your db? i got these error.. TNX!!
ultimate-pinoy is offline  
Old 09/14/2013, 16:52   #797
 
pungvit's Avatar
 
elite*gold: 0
Join Date: Jul 2013
Posts: 72
Received Thanks: 20
Quote:
Originally Posted by veenzaa View Post
yah,, i wanna buy it before, but 250$ is very expensive for a lil student :3
btw, that lvl cap configured inside db? or mapid.exe?
Make a deal with Rito.. Somelike trade with something what Rito need?

So how Rito?
pungvit is offline  
Old 09/14/2013, 16:54   #798

 
Dr.Dr.SheldonLeeCooper's Avatar
 
elite*gold: 33
The Black Market: 100/0/2
Join Date: Jan 2011
Posts: 2,693
Received Thanks: 456
Quote:
Originally Posted by pungvit View Post
Make a deal with Rito.. Somelike trade with something what Rito need?

So how Rito?
I can make a Cheap Price
Dr.Dr.SheldonLeeCooper is offline  
Old 09/14/2013, 17:03   #799
 
pungvit's Avatar
 
elite*gold: 0
Join Date: Jul 2013
Posts: 72
Received Thanks: 20
Quote:
Originally Posted by DevParanoid View Post
i sell hero files with low price. pm me for more info
Quote:
Originally Posted by RitoYuuki View Post
Oh yes, Hero Files with tons of Bugs, Minimap Jump etc ^^ n1
Hey Rito.. Let DevParanoid sell with feel free..
pungvit is offline  
Old 09/14/2013, 17:07   #800

 
Dr.Dr.SheldonLeeCooper's Avatar
 
elite*gold: 33
The Black Market: 100/0/2
Join Date: Jan 2011
Posts: 2,693
Received Thanks: 456
Quote:
Originally Posted by pungvit View Post
Hey Rito.. Let DevParanoid sell with feel free..
But he doesnt have the Fixe DB,Fixed Minimap Jump etc

I know his Files xD

But what ever idc
Dr.Dr.SheldonLeeCooper is offline  
Old 09/14/2013, 17:09   #801
 
elite*gold: 0
Join Date: Sep 2013
Posts: 17
Received Thanks: 1
RitoYuuki....!!!!!!!!!!!!!!!!!!

How to Add Item to Event inventory ????
oching is offline  
Thanks
1 User
Old 09/14/2013, 17:12   #802

 
Dr.Dr.SheldonLeeCooper's Avatar
 
elite*gold: 33
The Black Market: 100/0/2
Join Date: Jan 2011
Posts: 2,693
Received Thanks: 456
I already Postet it here ^^
Dr.Dr.SheldonLeeCooper is offline  
Old 09/14/2013, 23:41   #803
 
pungvit's Avatar
 
elite*gold: 0
Join Date: Jul 2013
Posts: 72
Received Thanks: 20
Quote:
Originally Posted by oching View Post
RitoYuuki....!!!!!!!!!!!!!!!!!!

How to Add Item to Event inventory ????
Or you can go directly add in dbo
pungvit is offline  
Old 09/14/2013, 23:48   #804

 
Dr.Dr.SheldonLeeCooper's Avatar
 
elite*gold: 33
The Black Market: 100/0/2
Join Date: Jan 2011
Posts: 2,693
Received Thanks: 456
Quote:
Originally Posted by pungvit View Post
Or you can go directly add in dbo
true
Dr.Dr.SheldonLeeCooper is offline  
Old 09/15/2013, 06:41   #805
 
torndes2's Avatar
 
elite*gold: 0
Join Date: Aug 2010
Posts: 55
Received Thanks: 1
how to fix gate server connect failded 3901 guys?
please tell me detailed information for fix it
torndes2 is offline  
Old 09/15/2013, 19:56   #806
 
elite*gold: 0
Join Date: Aug 2013
Posts: 35
Received Thanks: 0
Sashura is offline  
Old 09/17/2013, 18:47   #807
 
kayzo's Avatar
 
elite*gold: 0
Join Date: Nov 2012
Posts: 24
Received Thanks: 0
All Give Me File Website Item Mall

Give Me Help You File DataBase Rohan Game That It Right With Skill Hero
I got Error ROHAN6_GetCharacter
kayzo is offline  
Old 09/17/2013, 19:53   #808

 
Dr.Dr.SheldonLeeCooper's Avatar
 
elite*gold: 33
The Black Market: 100/0/2
Join Date: Jan 2011
Posts: 2,693
Received Thanks: 456
Quote:
Originally Posted by kayzo View Post
All Give Me File Website Item Mall

Give Me Help You File DataBase Rohan Game That It Right With Skill Hero
I got Error ROHAN6_GetCharacter
I love this Indos who use Google Translator
Dr.Dr.SheldonLeeCooper is offline  
Old 09/18/2013, 03:37   #809
 
elite*gold: 0
Join Date: May 2013
Posts: 96
Received Thanks: 21
Quote:
Originally Posted by RitoYuuki View Post
I love this Indos who use Google Translator

At least we could understand what they are saying now rather than wkwkwkwk
tertz13 is offline  
Old 09/18/2013, 09:43   #810
 
pungvit's Avatar
 
elite*gold: 0
Join Date: Jul 2013
Posts: 72
Received Thanks: 20
Quote:
Originally Posted by RitoYuuki View Post
I love this Indos who use Google Translator
are you sure from Indos..

Philipines ?? Thai ??
pungvit is offline  
Closed Thread




All times are GMT +1. The time now is 20:19.


Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2026 elitepvpers All Rights Reserved.