Minuvas 3 Posted February 18, 2021 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); 1 MikZ reacted to this Quote Share this post Link to post Share on other sites
MikZ 5 Posted February 18, 2021 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! Quote Share this post Link to post Share on other sites
MikZ 5 Posted March 11, 2021 any updated hercules compatibility? thank you! Quote Share this post Link to post Share on other sites
ellandson 2 Posted May 8, 2021 added everything without problems, but when I talk to npc he does not list the teams! What can it be? Quote Share this post Link to post Share on other sites
Judas 100 Posted May 10, 2021 Does anything show up on the map console that show any errors? Quote Share this post Link to post Share on other sites
Dastgir 1246 Posted May 12, 2021 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) Quote Share this post Link to post Share on other sites
fiction 14 Posted June 25, 2021 Hi @Dastgir Touchdown is not available right?. Seems that the file bg_s4_touchdown.txt doesn't exist. Quote Share this post Link to post Share on other sites
MikZ 5 Posted April 18, 2022 Good day! can I request updated ExtendedBG.c? got an error. thank you! Quote Share this post Link to post Share on other sites
MikZ 5 Posted April 22, 2022 Anyone please i am willing to pay. thank you! Quote Share this post Link to post Share on other sites
Fizik 2 Posted August 9, 2022 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", ] Quote Share this post Link to post Share on other sites
4144 364 Posted August 9, 2022 extendedbg plugin source code too old Quote Share this post Link to post Share on other sites
Fizik 2 Posted August 9, 2022 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) Quote Share this post Link to post Share on other sites
Caspian 23 Posted August 15, 2022 (edited) 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 August 15, 2022 by Caspian Quote Share this post Link to post Share on other sites
fiction 14 Posted April 17, 2023 (edited) 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. As i see, now exist 3 GuildRequestEmblem, i used GuildRequestEmblem1, but don't know if is the correct. Edited April 17, 2023 by fiction Quote Share this post Link to post Share on other sites
Idunn 0 Posted September 27, 2023 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 Quote Share this post Link to post Share on other sites
fiction 14 Posted September 27, 2023 Do you have ScriptCommands.inc in you plugins folder?. Seems that error is trying to find a mission function Quote Share this post Link to post Share on other sites
Idunn 0 Posted September 27, 2023 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 Quote Share this post Link to post Share on other sites
fiction 14 Posted September 27, 2023 uhm, weird, did you compile that plugins right?. If you use the default version you should have some errors. Quote Share this post Link to post Share on other sites
Idunn 0 Posted October 2, 2023 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: Quote Share this post Link to post Share on other sites
jasonch 0 Posted October 10, 2023 Have you enabled the plugin in conf/plugin.conf? Quote Share this post Link to post Share on other sites
fiction 14 Posted October 14, 2023 anyways, currently this plugin it's totally outdated, requires the change against emblems. Quote Share this post Link to post Share on other sites
AtlantisRO 1 Posted November 4, 2023 (edited) 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 November 4, 2023 by AtlantisRO Add info about ExtendedBG-char.c Quote Share this post Link to post Share on other sites
Rebel 23 Posted December 11, 2023 Mind helping fix this?? No error on compiling. But map-server is not pushing thru~ See screenshot below... Spoiler Quote Share this post Link to post Share on other sites
freezing1 5 Posted December 14, 2023 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 I also have the same error, latest version of hercules Quote Share this post Link to post Share on other sites
fiction 14 Posted December 26, 2023 (edited) 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 December 26, 2023 by fiction Quote Share this post Link to post Share on other sites