|
You last visited: Today at 20:17
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.
09/13/2013, 15:07
|
#796
|
elite*gold: 0
Join Date: Oct 2008
Posts: 30
Received Thanks: 3
|
Quote:
Originally Posted by moemet
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!!
|
|
|
09/14/2013, 16:52
|
#797
|
elite*gold: 0
Join Date: Jul 2013
Posts: 72
Received Thanks: 20
|
Quote:
Originally Posted by veenzaa
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?
|
|
|
09/14/2013, 16:54
|
#798
|
elite*gold: 33
Join Date: Jan 2011
Posts: 2,693
Received Thanks: 456
|
Quote:
Originally Posted by pungvit
Make a deal with Rito.. Somelike trade with something what Rito need?
So how Rito?
|
I can make a Cheap Price
|
|
|
09/14/2013, 17:03
|
#799
|
elite*gold: 0
Join Date: Jul 2013
Posts: 72
Received Thanks: 20
|
Quote:
Originally Posted by DevParanoid
i sell hero files with low price. pm me for more info
|
Quote:
Originally Posted by RitoYuuki
Oh yes, Hero Files with tons of Bugs, Minimap Jump etc ^^ n1
|
Hey Rito.. Let DevParanoid sell with feel free..
|
|
|
09/14/2013, 17:07
|
#800
|
elite*gold: 33
Join Date: Jan 2011
Posts: 2,693
Received Thanks: 456
|
Quote:
Originally Posted by pungvit
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
|
|
|
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 ????
|
|
|
09/14/2013, 17:12
|
#802
|
elite*gold: 33
Join Date: Jan 2011
Posts: 2,693
Received Thanks: 456
|
I already Postet it here ^^
|
|
|
09/14/2013, 23:41
|
#803
|
elite*gold: 0
Join Date: Jul 2013
Posts: 72
Received Thanks: 20
|
Quote:
Originally Posted by oching
RitoYuuki....!!!!!!!!!!!!!!!!!!
How to Add Item to Event inventory ????
|
Or you can go directly add in dbo
|
|
|
09/14/2013, 23:48
|
#804
|
elite*gold: 33
Join Date: Jan 2011
Posts: 2,693
Received Thanks: 456
|
Quote:
Originally Posted by pungvit
Or you can go directly add in dbo
|
true
|
|
|
09/15/2013, 06:41
|
#805
|
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
|
|
|
09/15/2013, 19:56
|
#806
|
elite*gold: 0
Join Date: Aug 2013
Posts: 35
Received Thanks: 0
|
|
|
|
09/17/2013, 18:47
|
#807
|
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
|
|
|
09/17/2013, 19:53
|
#808
|
elite*gold: 33
Join Date: Jan 2011
Posts: 2,693
Received Thanks: 456
|
Quote:
Originally Posted by kayzo
 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
|
|
|
09/18/2013, 03:37
|
#809
|
elite*gold: 0
Join Date: May 2013
Posts: 96
Received Thanks: 21
|
Quote:
Originally Posted by RitoYuuki
I love this Indos who use Google Translator 
|
At least we could understand what they are saying now rather than wkwkwkwk
|
|
|
09/18/2013, 09:43
|
#810
|
elite*gold: 0
Join Date: Jul 2013
Posts: 72
Received Thanks: 20
|
Quote:
Originally Posted by RitoYuuki
I love this Indos who use Google Translator 
|
are you sure from Indos..
Philipines ?? Thai ??
|
|
|
All times are GMT +1. The time now is 20:19.
|
|