When I inspect @mi Mavka to see the droprates of a mob, it shows the following:
We can see that Witherless Rose drops at a 9.00% chance.
However, when @whodrops is executed, the Mavka is shown multiple times with various drop rates:
Please take note that above, I made a source edit so...
Reserving this post.
Table of Contents
Server side development
Source code and what it means to compile
Server configuration and customization
NPC Scripting
Source code editing
Mid-level overview of Hercules
The illustration below shows a more detailed view of the server (left)...
Introduction
I'm planning to write a guide to Ragnarok Online development that begins with the big picture of server development, and transition into more detail through a series of carefully selected newbie questions to guide our path.
I'll be providing extended reading materials (other...
Using @Dastgir's updated charms.c plugin found in his Github (Apr 29 2017), I was able to test it and it seems to be working fine on my build.
Dropping the item from my inventory results to the effects (+1 STR in my case) to disappear. Picking the item up returns the effect. The command...
Problem
When I open my newly hexed 2018 client, I'm getting the errors as shown in the images below.
First attempt details
Client version
2018-06-20eRagexeRE.exe downloaded from Nemo downloadable clients
Hexed using
4144's continuation of the Nemo client
What I think is wrong
I know that...
Thank you both for the advice.
I will move forward with using a newer client and post the details of my experiment and its results here.
Edit
I did the following:
Used Rytech's release of 2017-06-14b,
Configured using the continued NEMO Patcher using the recommended patches,
Updated...
Hello there,
Do you guys have an idea what is causing this visual error? I'm not sure if it's cause by:
corrupted map files
bad client configuration
some other client file that i haven't configured
Issue
Black spots show up in only certain parts of the map. It appears to be some kind...
Details
I'm actually the guy who updated the documentation on the Wiki on building an HPM plugin. Been wanting to contribute to the community. So I think this will make plugin deployment easier (with error checking!).
Testing
Currently, I have only tested it on my machine (Windows x64). If...
View File
Plugin Automator for Windows
This program automates some of the tedious manual process of building a plugin into your Hercules server on a Windows Machine.
It follows the instructions on the Hercules Wiki. From the guide linked, this does steps 1 to 10 of the Old...