[Release] ExtendedBG for Hercules (with eAmod BG modes)

Has anyone solved this one?
I'm trying to make this work with the latest Hercules. At the moment, I've managed to solve all the issues when running 'make plugins,' but when I run the server, this error keeps appearing

image.png

 
I'm using the default version from the github repo, but I managed to fix all errors on the way, now make plugins is not showing any errors at all, but the issue that is happening is, as you say, like if the plugins were not compiled OK, I don't have any clues of what's happening here 🤣

Make plugins output:
image.png

 
Hello.

I had those errors and warnings when compiling, but I corrected them and now it compiles without problems. I leave the file in case it helps someone.

P.D. In ExtendedBG-char.c just change all this lines:
 

mapif->send(fd, buf, offset);


To this:

mapif->send(buf, offset);


Regards.

View attachment ExtendedBG.c

 
Last edited by a moderator:
Mind helping fix this?? No error on compiling. But map-server is not pushing thru~ See screenshot below...

Screenshot 2023-12-11 215827.png

 
Hello.

I tried to update the plugin to adapt it to the new changes in the Hercules src and I thought I had succeeded at least in part during my local tests but then when I put it online for users I had some crashes, so I guess I didn't do it right.

I hope someone can manage to update it correctly.

Regards.

 
Hello.

I tried to update the plugin to adapt it to the new changes in the Hercules src and I thought I had succeeded at least in part during my local tests but then when I put it online for users I had some crashes, so I guess I didn't do it right.

I hope someone can manage to update it correctly.

Regards.
its not hard to fix, just have to read and waste some time understanding errors.

i could release it, but whats the point of releasing stuff in this dead forum anyway? people leech off, make money out of free work and expect the work to last forever? opensource is dead.

 
Back
Top