[Guide] Starting your LOCAL rohan private server

07/29/2013 09:08 AngelBoss#721
@moement
It's not working on sql 2008. It don't recognize it. I get an error like " you must select a restore source" when that file is selected.
I even googled it and i got this: You can't restore a SQL Server 2012 database to earlier versions like 2008 or 2005, it works only forward, from 2005,2008 to 2012.:(

I tried to backup that file that you give with sql express 2012 and sql 2012 sp1 ..but steel the same >.>
What free sql 2012 are you using, what version? ty
___

I found a new rohanauth (ty that person who give it to me). And now it seems that server can connect to client, i got no http server error. When i start client i put id and pass, i got no error, but it won't go next to select server list. Any1 know what may be the solution? TY!
08/04/2013 09:51 Roseno#722
I welcome, I have certain problem from log on on char. You have been ''disconnected 5101"do you know how to remedy this problem?
08/04/2013 13:06 AngelBoss#723
Maybe the client doesn't match the version of your server, or copy the data folder from client to data folder in server. Luck! :D
08/04/2013 13:25 Dr.Dr.SheldonLeeCooper#724
You can change the Version of the Client on SQL :P
08/04/2013 13:43 ultimate-pinoy#725
Quote:
Originally Posted by RitoYuuki View Post
You can change the Version of the Client on SQL :P
maybe this is t he solution in verificaion code when you log in outside vmware.. just want my player to be happy.. coz there is no stable private server now they dont want to spend their money with nothing,but if i make server in my shop they worth it to spend time and money coz they know it wont deleted like we spend time in legendary rohan such a good server but closed now.. that was very sad specially in my comp shop player..
08/04/2013 13:59 Dr.Dr.SheldonLeeCooper#726
Quote:
Originally Posted by ultimate-pinoy View Post
maybe this is t he solution in verificaion code when you log in outside vmware.. just want my player to be happy.. coz there is no stable private server now they dont want to spend their money with nothing,but if i make server in my shop they worth it to spend time and money coz they know it wont deleted like we spend time in legendary rohan such a good server but closed now.. that was very sad specially in my comp shop player..
LegendaryRohan was my old Server. Now im DEV from NexusRohan. Check it out ;) We will add soon more Features ^^
08/04/2013 14:14 moemet#727
@angelboss

Finally i got my free time... Well if you manage to pass rohan login procedure then your client should go directly to server list. Serverlist just providing info where to point your map ip|port. The question is which ver rohanclient ? Coz in 6.4 ver there shud not be anymore problem once you get to pass auth. You can try just running the client+webserver without those db.exe,log,map.exe. If you manage to get to serverlist then everything is fine.
08/04/2013 14:46 coie#728
Hi guys i try to start a local server i dont need hero ,idont have hero i make this server just for fun for me and a few friends for pvp and i open log server,dbase, mapus all good till now what i need from u its to say me where i register my id and pass in server or what i need .
THX.
08/04/2013 15:00 moemet#729
@coie

You can check rohanuser.dbo.tuser ... that contain all info about reg user. Basically you just need 3 info: login , md5(pwd), grade. I've seen someone post reg.php but you can add it manually by using tsql.
08/04/2013 16:19 Dr.Dr.SheldonLeeCooper#730
Quote:
Originally Posted by moemet View Post
@coie

You can check rohanuser.dbo.tuser ... that contain all info about reg user. Basically you just need 3 info: login , md5(pwd), grade. I've seen someone post reg.php but you can add it manually by using tsql.
on NON-Hero Files Grade 0 (Normal) Grade 250 (Admin/GM/DEV)
on Hero Files Grade 0 doesnt work or you got the new DB+MapUSA otherwise you need to make for Player Grade 10 this works also good :)

Here is the Script for Register:

[Only registered and activated users can see links. Click Here To Register...]

Just change your SQL + PW + Path
08/05/2013 12:27 paladetraian006#731
some1 can tell me why get this error after 2 3 min?
[Only registered and activated users can see links. Click Here To Register...]
08/05/2013 14:19 Dr.Dr.SheldonLeeCooper#732
Quote:
Originally Posted by paladetraian006 View Post
some1 can tell me why get this error after 2 3 min?
[Only registered and activated users can see links. Click Here To Register...]
You use Cracked VMware ?
08/05/2013 19:46 coie#733
Hey guys why i cant enter on server from another pc i get gate error ?
Its from virtual network editor and if its what ip i have to put and where.
08/06/2013 15:59 moemet#734
Quote:
Originally Posted by coie View Post
Hey guys why i cant enter on server from another pc i get gate error ?
Its from virtual network editor and if its what ip i have to put and where.
From other pc ..you can try ping CompDestionationIP if its ok then try
"http://compdestinationip:httpport/rohanauth/sendcode3.asp/php"(u'll get respond x|y|z) ..if everything fine then check your serverlist5.asp/php (PC rohan server)..check IP|port.
08/06/2013 19:38 AngelBoss#735
I am stuck at RohanAuth. I get the old and common error. When i start client(version 6.4.0.116) i get verification code and after Fatal error : httprespons in serverlist.5, somethin' about server status "suggest" (i guess)
I use for server 127.0.0.1 ip, in serverlist.5 is
Code:
<?php
$serverList = 'RohanTest|127.0.0.1|22100|3|3|1|8|0|0|Exp Server|';

HttpResponse::setData( $serverList );
HttpResponse::send();

?>
I tried to add respons -202, but result steel the same.
The RohanAuth seems to be configured for http resons

BTW I run server outside vm, in win7 ultimate
What version of xampp do i have to use? i use the newone 1.8.2.1
When i use a preconfigured xampp 1.7.7 (given by a friend) it gets stuck on screen Login and password
Thanks!