Jump to content
Dastgir

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

Recommended Posts

On 2/15/2021 at 1:52 PM, MikZ said:

 

@4144 what do you mean not same version of plugin and hercules? I did git clone https://github.com/HerculesWS/Hercules.git ~/Hercules then get the lates version of plugin from Dastgir github. Does this mean the lates git of EBG is not compatible with the latest version of git?

Hercules was updated from search_freecell to search_free_cell you need to change 2793 to look like this:

map->search_free_cell(NULL, m, &x, &y, range, range, 1);

Share this post


Link to post
Share on other sites
9 hours ago, Minuvas said:

Hercules was updated from search_freecell to search_free_cell you need to change 2793 to look like this:

map->search_free_cell(NULL, m, &x, &y, range, range, 1);

Thank you so much!

Share this post


Link to post
Share on other sites
On 5/11/2021 at 12:04 AM, Judas said:

Does anything show up on the map console that show any errors?

Its code problem,

The queue NPC is not using getvariableofnpc (Not noticed as almost every server prefer commands instead of waiting room)

Share this post


Link to post
Share on other sites

Why i have this error?) how i can fix it? 
plugins_list: [
    /* Enable HPMHooking when plugins in use rely on Hooking */
    "HPMHooking",
    //"db2sql",
    //"sample",
    //"other",
    "mapcache",
    "ExtendedBG",
    "ExtendedBG-char",
]

 

ebg error.png

Share this post


Link to post
Share on other sites
5 minutes ago, 4144 said:

extendedbg plugin source code too old

Any fixes? Or maybe you have older hercules version?) or anything... I need this plugin)) i can pay for stable working extended bg)

Share this post


Link to post
Share on other sites
On 8/9/2022 at 8:48 PM, Fizik said:

Any fixes? Or maybe you have older hercules version?) or anything... I need this plugin)) i can pay for stable working extended bg)

You can use an old version of hercules compatible with this plugin. Try to use hercules release of january 2021 which is compatible with the last release of the plugin. Try it.

 

https://github.com/HerculesWS/Hercules/tree/v2021.01.11

Edited by Caspian

Share this post


Link to post
Share on other sites

Hi @Dastgir due the big update from @4144 the plugin now it's outdated.

 

can you please update this?. i was able to solved some errores, but i'm stucked in this error.

 

imagen.png.a2637db02737aaa457952c9406f58728.png

 

As i see, now exist 3 GuildRequestEmblem, i used GuildRequestEmblem1, but don't know if is the correct.

imagen.png.62dead8f8bebbfe3f58f7ba8eb6e4f2d.png

Edited by fiction

Share this post


Link to post
Share on other sites

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.thumb.png.bfd5cd2a53cb6b6c526462c143134baa.png

Share this post


Link to post
Share on other sites
35 minutes ago, fiction said:

Do you have ScriptCommands.inc in you plugins folder?.

 

Seems that error is trying to find a mission function

I Do, here's a screenshot on my src/plugins folder as well as the makefile.in file
image.png.04c313a2ea2d9d9c763a80d43b8e2616.png

Share this post


Link to post
Share on other sites

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.328a3206e87281bd907d765224be00d1.png

Share this post


Link to post
Share on other sites

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.

ExtendedBG.c

Edited by AtlantisRO
Add info about ExtendedBG-char.c

Share this post


Link to post
Share on other sites

Mind helping fix this?? No error on compiling. But map-server is not pushing thru~ See screenshot below...

Spoiler

828009823_Screenshot2023-12-11215827.thumb.png.fd381d8913db5af31e73e9443b64c55a.png

 

Share this post


Link to post
Share on other sites
On 12/11/2023 at 11:11 AM, Rebel said:

Mind helping fix this?? No error on compiling. But map-server is not pushing thru~ See screenshot below...

  Reveal hidden contents

828009823_Screenshot2023-12-11215827.thumb.png.fd381d8913db5af31e73e9443b64c55a.png

 

I also have the same error, latest version of hercules

Share this post


Link to post
Share on other sites

seems that the crashes occurs because the emblem db can't be read in Extended.c

 

Try this. Isn't a fix, but at least will not read emblem anymore, cause now we use HTTP version

ExtendedBG.c

Edited by fiction

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.