View File
Client Rodex Return Button Handler
Adds support for "Return" button in the Rodex mail UI.
Allows recipients to return a mail back to the sender by clicking the button in the client interface.
Compatible with the latest version of Hercules
Successfully built on Windows (MSVC) and Debian 12 (GCC)
Thoroughly tested with client version: 2022-04-06 and 2025-03-19
Note
The "Return" button is available in client versions from approximately 2022-03-30 and later.
Setup
1. Set PACKETVER >= 20220330 in /src/common/mmo.h
2. Recompile your Hercules server with the plugin
馃敆 https://github.com/AcidMarco/ro-releases
Submitter
AcidMarco
Submitted
06/05/25
Category
Plugins
Coming back to report that after hours upon hours of trial and error, I managed to make a working client with the features I want. I can't say I learned much about how it all works, my success was born of desperation and stubbornness and nothing else hahahahahahaha. The last error I squished was "CPetEvolutionMgr file init" that for some reason was being caused by having the patch "Disable map signs" applied. Ah, what I wouldn't give for a community made, open source, free RO client, well documented and easy to use like the server software... alas, we can't have everything, and it is way beyond my capacity to make or contribute. Thanks again for the help!
Thank you so much for trying to help! I'll try using your tips to debug and see if I can fix it.
It's very frustrating doing the exact same thing the guides tell you to do and it not working, there is video out there of people doing exactly what I did and getting a working client! I'm starting to think my PC is the problem... Need to visit a friend and try using their PC and see if it works.