bWolfie
bWolfie
[//]: # (**********************************) [//]: # (** Fill in the following fields **) [//]: # (**********************************) [//]: # (Note: Lines beginning with syntax such as this one, are comments and will...
**Is your feature request related to a problem? Please describe.** Currently in the mob_db, we have used mob ids from 2500-3999. This is obviously an issue, as with more and...
**Is your feature request related to a problem? Please describe.** Let's say Poring Card (4001) has been setup to be specifically logged. If it meets any of the configured logging...
Some issues I had with the mob_avail.txt converter (this was from the December release). - First, it doesn't generate tabs. It does a bunch of spaces as replacements for tabs....
I added sellitem2 plugin and it seems my map server crashes because of it. ```[Error]: Memory manager: freed-data is changed. (freed in script.c line 20745)``` this is the line where...
After updating to latest Hercules (2024-02), I receive this warning on ExtendedVending plugin. Using GCC 7. ``` CC ExtendedVending.c In file included from ExtendedVending.c:55:0: ExtendedVending.c: In function ‘plugin_init’: ../plugins/HPMHooking.h:53:53: warning:...
**Describe the bug** Nullpo error when using Auto Shadow Spell skill. Hoping someone can reproduce. **To Reproduce** Steps to reproduce the behavior: 1. Use Auto Shadow Spell. 2. Click cancel...
Dunno if anyone is doing anything with Flux CP? Anywho, the Item DB SQL structure has changed, so Flux source needs to be updated. To reproduce, install FluxCP, put error...
Downloaded the current github version and been running some donation tests through sandbox (and real paypal). Had absolutely no luck getting in-game (cp accounts) to be credited once the donation...
**Describe the bug** Caused by this line in status.c ``` status->change_start(bl, &tsd->bl, type, 10000, val1, 5 + val1 * 5, val3, val4, total_tick, SCFLAG_NOAVOID, skill_id); ``` Should be ``` status->change_start(bl,...