sonyk2 0 Posted December 2, 2020 9 horas atrás, Daraen disse: Tente fazer isso em src conf / plugins.conf e recompilar plugins_list: [ /* Enable HPMHooking when plugins in use rely on Hooking */ "HPMHooking", //"db2sql", //"sample", //"other", "ExtendedBG", "ExtendedBG-char" ] did not work Quote Share this post Link to post Share on other sites
Caspian 21 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 21 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 4 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 1236 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 21 Posted January 11 @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 2 Posted January 12 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 4 Posted January 12 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 1236 Posted January 16 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 Tuesday at 06:59 AM @Dastgir How do I add KVM mode? Quote Share this post Link to post Share on other sites
vBrenth 36 Posted 18 hours ago 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 1 Posted 9 hours ago Getting some compiling errors: Quote Share this post Link to post Share on other sites