Caspian 23 Posted December 2, 2020 1 hour ago, sonyk2 said: did not work Take off the two bars before HPMHooking. Change "//HPMHooking" to "HPMHooking" Quote Share this post Link to post Share on other sites
sonyk2 0 Posted December 2, 2020 (edited) 16 horas atrás, Caspian disse: Aposente-se como duas barras antes de HPMHooking. Altere "// HPMHooking" para "HPMHooking" funcionou muito obrigado now I will translate for PT-BR Edited December 2, 2020 by sonyk2 Quote Share this post Link to post Share on other sites
Caspian 23 Posted December 2, 2020 27 minutes ago, sonyk2 said: funcionou muito obrigado now I will translate for PT-BR I have already translated this one to portuguese, just be careful to don't mess up with everything when translating the files. Quote Share this post Link to post Share on other sites
Daraen 7 Posted December 2, 2020 @Dastgir Why not have included the @listenbg commands for everyone, @bgstart or @bgstop for server administrators? Quote Share this post Link to post Share on other sites
sonyk2 0 Posted December 19, 2020 boa noite teria ele para Rathena Quote Share this post Link to post Share on other sites
Dastgir 1246 Posted December 26, 2020 On 12/19/2020 at 7:04 AM, sonyk2 said: boa noite teria ele para Rathena English please, and no, plugin isn't going to be converted to rA, they sure have several topics on how to add these bg. On 12/3/2020 at 3:16 AM, Daraen said: @Dastgir Why not have included the @listenbg commands for everyone, @bgstart or @bgstop for server administrators? Because they are out of scope. @listenbg, @bgstart or @bgstop isn't neccessary to add a BG System. Quote Share this post Link to post Share on other sites
Caspian 23 Posted January 11, 2021 @Dastgir How to put the Battleground to display in a sequence instead of random rotation? OnChangeBG: // Called by callsub callsub(OnResetChangeTimer); do { .bg_change = rand(BGT_CTF, .bg_common[0]); //Random Rotation. } while(.bg_enabled[.bg_change] == false); Quote Share this post Link to post Share on other sites
Neffletics 9 Posted January 12, 2021 On 12/26/2020 at 7:48 PM, Dastgir said: English please, and no, plugin isn't going to be converted to rA, they sure have several topics on how to add these bg. Because they are out of scope. @listenbg, @bgstart or @bgstop isn't neccessary to add a BG System. There's a command called @ignorebg, it works like @listenbg. 1 Daraen reacted to this Quote Share this post Link to post Share on other sites
Daraen 7 Posted January 12, 2021 19 hours ago, Neffletics said: There's a command called @ignorebg, it works like @listenbg. Ohhhhh ~ Thanks, I never paid attention to this! Quote Share this post Link to post Share on other sites
Dastgir 1246 Posted January 16, 2021 On 1/11/2021 at 7:45 PM, Caspian said: @Dastgir How to put the Battleground to display in a sequence instead of random rotation? OnChangeBG: // Called by callsub callsub(OnResetChangeTimer); do { .bg_change = rand(BGT_CTF, .bg_common[0]); //Random Rotation. } while(.bg_enabled[.bg_change] == false); just add .bg_change with 1, till it has reached .bg_common[0], then revert it back to BGT_CTF. its simple Quote Share this post Link to post Share on other sites
Psyz 0 Posted January 19, 2021 @Dastgir How do I add KVM mode? Quote Share this post Link to post Share on other sites
vBrenth 39 Posted January 23, 2021 On 1/19/2021 at 2:59 PM, Psyz said: @Dastgir How do I add KVM mode? I think ExtendedBG only supports eAmodBG, the KVM mode is a official mode. Maybe you can add a tweak to make it compatible with ExtendedBG. Quote Share this post Link to post Share on other sites
Minuvas 3 Posted January 23, 2021 Getting some compiling errors: Quote Share this post Link to post Share on other sites
Dastgir 1246 Posted January 24, 2021 20 hours ago, Minuvas said: Getting some compiling errors: Please update again. Quote Share this post Link to post Share on other sites
Minuvas 3 Posted January 24, 2021 Thank you - fixed it. Getting these errors. I could manually go in and remove the Battleground flag within each eBG map. My server is a "PK" server, is this why it is getting flagged like this twice? Quote Share this post Link to post Share on other sites
Neffletics 9 Posted January 26, 2021 On 1/24/2021 at 5:48 PM, Minuvas said: Thank you - fixed it. Getting these errors. I could manually go in and remove the Battleground flag within each eBG map. My server is a "PK" server, is this why it is getting flagged like this twice? Yeah, you need to add the BG maps to mapflags/nopvp.txt. Quote Share this post Link to post Share on other sites
MikZ 5 Posted February 10, 2021 Hi Guys! I recently updated the trunk and got this error. Quote Share this post Link to post Share on other sites
brunosc 2 Posted February 13, 2021 On 2/10/2021 at 11:28 AM, MikZ said: Hi Guys! I recently updated the trunk and got this error. what uor version Herc? today im install latest version and work. Quote Share this post Link to post Share on other sites
MikZ 5 Posted February 14, 2021 (edited) On 2/13/2021 at 9:16 AM, brunosc said: what uor version Herc? today im install latest version and work. Im using February 08 2021. Maybe I did something wrong. i'll double check. Well I tested using git clone https://github.com/HerculesWS/Hercules.git ~/Hercules as new GIT FILE. got the same error. Edited February 14, 2021 by MikZ Quote Share this post Link to post Share on other sites
noobzter003 3 Posted February 14, 2021 3 hours ago, MikZ said: Im using February 08 2021. Maybe I did something wrong. i'll double check. Well I tested using git clone https://github.com/HerculesWS/Hercules.git ~/Hercules as new GIT FILE. got the same error. just compile this 2 plugins ExtendedBG ExtendedBG-char . im using latest git also its working on my test server. 1 MikZ reacted to this Quote Share this post Link to post Share on other sites
brunosc 2 Posted February 14, 2021 do what noobzter003 talked. list and compile 2 archives ExtendedBG and ExtendedBG-char check it!! 1 MikZ reacted to this Quote Share this post Link to post Share on other sites
MikZ 5 Posted February 15, 2021 (edited) 19 hours ago, noobzter003 said: just compile this 2 plugins ExtendedBG ExtendedBG-char . im using latest git also its working on my test server. Weird. Already did this only 2 plugins. Im using debian 10 - does this matter? Still got the same error. Edited February 15, 2021 by MikZ Quote Share this post Link to post Share on other sites
4144 364 Posted February 15, 2021 error because you using not same versions of plugin and hercules. Quote Share this post Link to post Share on other sites
MikZ 5 Posted February 15, 2021 1 minute ago, 4144 said: error because you using not same versions of plugin and hercules. @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? Quote Share this post Link to post Share on other sites
4144 364 Posted February 15, 2021 then this mean plugin not updated yet 1 MikZ reacted to this Quote Share this post Link to post Share on other sites