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

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"

]
Sem título.png

did not work

 
@Dastgir Why not have included the @listenbg commands for everyone, @bgstart or @bgstop for server administrators?

 
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.

@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.

 
@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);

 
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. 

 
@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

 
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?

image.png

 
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?

View attachment 6712
Yeah, you need to add the BG maps to mapflags/nopvp.txt.

 
Back
Top