nonesense1: the Zen might be the CashMileage in the AuthTable.dbo in RustyHearts_Auth table. I'm not sure on that though.
This is a discussion on RustyHearts RePack Questions Thread within the MMORPG Extra forums, part of the MMO Zone category; Originally Posted by kyle788 Well I got Natasha working by using the client patch from 10/18/11 posted by geger009. However, ...
Ran Online (Running) | Dragonica (Setting Up) | Rusty Hearts (Setting Up)
RaiderZ (On Progress) | Luna+ Online (On Progress) | Iris Online (On Progress)
nonesense1: the Zen might be the CashMileage in the AuthTable.dbo in RustyHearts_Auth table. I'm not sure on that though.
I uploaded a copy of my working conf dir, because everyone seems to be a little confused.
I changed all IP/DNS which I changed to "CHANGEME" and URL to Auth-API and Billing-API (yes, there is a seperate billing-api, but I won't publish that one, this is for you to figure out). I also changed DBC Server settings Username, Password, Computername and Instancename. Like I said this is a WORKING COPY, you just need to change CHANGEME to your appropriate IP/DNS and DBC settings and you're good to go.
Download Option_Changeme.rar from Sendspace.com - send big files the easy way
Regarding the Missing characters after applying patch: The Protocols are mismatching. That is why you won't be able to use your client after applying it (Congratulations on fucking up your client. Redownload needed :P).
If you want to use Natasha: Change Class in Characters Table to "4" after creating the character.
If you want to check if your SQLSettings are correct, here is a screenshot of mine. I just censored IP, PCName and DNS. I also put a screenshot of all running servers here, so you know how it should look like.
![]()
Last edited by hvdaedalus; 07-08-12 at 12:14 PM.
Was really looking forward to the release, thanks :)
Been playing around with the files but it seems I don't have enough knowledge on how to set it up, oh well.
Hates sql <.<
Hello Dark Kaine. Welcome to this pretty long ongoing discussion of my repack. It has already been released. I updated my first thread to contain a link to my repack.
Gesendet von meinem GT-I9100 mit Tapatalk 2
how about win 7 32 bit??
you need 64 bit system ..
by the way , any one found a way to fix ZEN ?
since we cant use zen :S
Last edited by nonesense1; 07-08-12 at 08:59 PM.
Server works, but to connect to it either as I can not ((
Are you lazy ?
Look Auth-API.php:
Example username/password: test001/test001PHP Code:function MD5ToUID($str)
{
$resultstr=substr($str,0,8)."-".substr($str,8,4)."-".substr($str,12,4)."-".substr($str,16,4)."-".substr($str,20);
return $resultstr;
}
md5(test001test001) = 3f8c56989f14e4f23ea4a13d3a77fb27
Your Authid is: 3f8c5698-9f14-e4f2-3ea4-a13d3a77fb27
i'm coding Billing-API complete, i need to translate game language to my country, someone help me that I should start from?
The Question has already been asked multiple times, but I'm too lazy right now to find where.
If you want to begin your coding for Billing-API look at the thread dono posted here:
http://forum.ragezone.com/f111/repac...ml#post7183697
As for the Retranslation for your country:
There is a Rusty Hearts Discussion thread somewhere here in the MMORPG Extra subforum. It contains a Python script to unpack your Client. Look into the table folder. There are a lot of RH files. Open them with a simple text editor. "string.rh" would be a good file to begin with. Changing the loading screen sentences can be done in the "loading.rh". Just look in there if you're looking for something to translate.