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!

[Repack] Rusty Hearts 'Reborn'

Joined
Sep 13, 2012
Messages
204
Reaction score
501
How to close Christmas Events?
this require decompile client lua scrips, edit and recompile to luc

Map\camp\script\start_condition.luc
Map\grave_yard\script\grave_yard\start_condition.luc
Map\Lobby\bramures\script\bramures_c\start_condition.luc
Map\Lobby\bramures\script\bramures_m\start_condition.luc

find and set the following items to false

SetNpcBoxNpcShow("event_npc12", false)
AniBG_SetRender("snow01", false)
AniBG_SetRender("snow02", false)
AniBG_SetRender("snow03", false)
AniBG_SetRender("snow04", false)
AniBG_SetRender("snow05", false)
AniBG_SetRender("snow06", false)
AniBG_SetRender("snow_house01", false)
AniBG_SetRender("tree01", false)
AniBG_SetRender("tree_box", false)

for drops:
eventworlditemdropgrouplist.rh
 
Newbie Spellweaver
Joined
Sep 25, 2023
Messages
28
Reaction score
27
Rusty Hearts Setup Guide v1.0
Hi all, I have written a step by step guide for how to get Rusty Hearts up and running. It also includes how to set up online multiplayer to play with some friends. I will continue to update it over time based on feedback.

 
Joined
Sep 13, 2012
Messages
204
Reaction score
501
launcher patcher need the full client to work corretly, you are just placing some files in the patch folder

1. Unpack all client files using Rusty Hearts PCK Tool
2. Place the files in the "Input" folder within the MIP Tool program directory.
Place and overwrite you file modifications on the "Input" folder
3. Compress to MIP
4. Place the MIP files including the `filelist.txt` in the `patch` directory of the Rusty Hearts API

You need to do it everytime you edit a file and want to update the client via launcher.

if not just place the files in the archive folder and run MPatcher for local edits.
 
Newbie Spellweaver
Joined
May 23, 2021
Messages
12
Reaction score
7
What's the deal with the GM Tool? There are no instructions on where to place it or what to do with it afterward. Placing files in the XLSX folder and running CreateGMDatabase doesn't do anything.

edit: I see. You need to download and manually copy files. It would be helpful for you to include links to required tools or have included the resources in the initial download.

edit2: What are the SQL log-in details?

SQL Address: DESKTOP-(whatever the VM is)
SQL Account: sa
SQL PW: RustyHearts
 
Last edited:
Newbie Spellweaver
Joined
Oct 23, 2023
Messages
10
Reaction score
0
Hey everyone,

I am excited to present RustyHeartenstein , an enhanced repacked version of my initial Rusty Hearts release, available [here].

This project has been a year-long labor of love, and I'm happy to finally share it with the community.

View attachment 253462

About this project:
Called RustyHeartenstein, this project is dedicated to bug fixing, restoration, and content porting from various client versions. This includes skill/enemy balance, maps, costumes, pets, and items.

Key Improvements:
- Brand new, completely rebuilt client.
- Ported content from diverse client versions, covering skills/enemy balance, maps, costumes, pets, and items.
- Cash shop updated with hundreds of new costumes and new pets.
- Enhanced and balanced rewards from various systems.
- Farm and Fishing systems enabled and improved;
- Updated and revised translations with English voiceovers.
- Table files now are organized into categories by folders.

Bug Fixes:
- Hundreds of fixes and improvements.
- Avatar skills have been fixed.
- Magic Chest of Change Item issue has been resolved.

Updates: Last Updated: 09/Jan/2024
- Added a fix for Collapsed Altar dungeon.
- Updated API/Launcher to 1.2 version
- Added a event patch folder with files to enable/disable events
- Disabled Christmas event
- Updated VM with 2024-01 Security Updates

Credits:
A sincere expression of gratitude goes to PrincessBeeT for their invaluable contributions to this project. Their collaborative efforts have been instrumental in shaping and enchancing the overall quality of this project.

Important Notes:
- This is an ongoing project with more updates planned.
- If you encounter any breaking bugs, kindly report them. Limit reports to repack-related issues only.
- Your feedback is highly appreciated! Share your thoughts and suggestions to contribute to the ongoing improvement.

Along with this project I am launching my new GM Tool that I was working on.

Setup Tutorial
Original Release Tutorial

The setup tutorial for original release is avaliable [here].
Rusty Hearts Setup Guide
By: PrincessBeeT


Download Links
[Hidden content]

Have fun!
 
Newbie Spellweaver
Joined
Feb 11, 2024
Messages
5
Reaction score
0
Hello everyone

1st. I wanna give my thanks to JuniorDark and other ppl whitch worked on this !! i love it

2nd i have problem after using this repack :(

in the nodejs i cant establish connection :

error: Failed to connect to the Account Database: ConnectionError: Failed to connect to 127.0.0.1:1433 - Could not connect (sequence) [2024-02-11 07:53:51]

and i did set and enabled 127.0.0.1:1433 in managment

so if anyone knows what iam doing wrong pls help

also english is not my 1st language so please excuse me.

Thank you guys you are all awsome
 
Joined
Sep 13, 2012
Messages
204
Reaction score
501
Hello everyone

1st. I wanna give my thanks to JuniorDark and other ppl whitch worked on this !! i love it

2nd i have problem after using this repack :(

in the nodejs i cant establish connection :

error: Failed to connect to the Account Database: ConnectionError: Failed to connect to 127.0.0.1:1433 - Could not connect (sequence) [2024-02-11 07:53:51]

and i did set and enabled 127.0.0.1:1433 in managment

so if anyone knows what iam doing wrong pls help

also english is not my 1st language so please excuse me.

Thank you guys you are all awsome
the message means it cannot connect to the sql server, check if the connection is correct and sql server is running, if you are using the VM wait some minutes for sql server to start.
 
Newbie Spellweaver
Joined
Feb 11, 2024
Messages
5
Reaction score
0
the message means it cannot connect to the sql server, check if the connection is correct and sql server is running, if you are using the VM wait some minutes for sql server to start.
Hello

thanks for fast reply ! is there config file somewhere for the 127.0.0.1:1433 because i dont remember seting it anywhere only in SQL net managment.

Also how can i check if the connection is right ?

Also i didnt had this issue with your old relase.

Thanks and sorry to bother you
 
Joined
Sep 13, 2012
Messages
204
Reaction score
501
Hello

thanks for fast reply ! is there config file somewhere for the 127.0.0.1:1433 because i dont remember seting it anywhere only in SQL net managment.

Also how can i check if the connection is right ?

Also i didnt had this issue with your old relase.

Thanks and sorry to bother you
1433 is the default sql server port, if you are using the VM you dont need to setup anything

You can check the connection on the API tab on RH Server Manager
1707658665709 - [Repack] Rusty Hearts 'Reborn' - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Last edited:
Newbie Spellweaver
Joined
Feb 11, 2024
Messages
5
Reaction score
0
1443 is the default sql server port, if you are using the VM you dont need to setup anything

You can check the connection on the API tab on RH Server Manager
View attachment 256337
Alright i am gonna try to start from begining and if that doesnt work i am gonna use VM thanks for your time.


Edit: its working !!!
also your new gmtool do i need to extract them tables from client ?
 

Attachments

You must be registered for see attachments list
Last edited:
Newbie Spellweaver
Joined
Jan 22, 2024
Messages
6
Reaction score
0
Out of curiosity - can use files out of VM?
 
Initiate Mage
Joined
Dec 24, 2023
Messages
3
Reaction score
0
JuniorDark , nice release buddy! Need some of your experience with this game. Is there any way to view/edit models/animations? They seems encrypted. There is header "DoBal". Any suggestions?
 
Back
Top