Jump to content
Dastgir

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

Recommended Posts

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 by sonyk2

Share this post


Link to post
Share on other sites
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.

Share this post


Link to post
Share on other sites
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.

Share this post


Link to post
Share on other sites

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

 

 

Share this post


Link to post
Share on other sites
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. 

Share this post


Link to post
Share on other sites
19 hours ago, Neffletics said:

There's a command called @ignorebg, it works like @listenbg. 

Ohhhhh ~ Thanks, I never paid attention to this!

Share this post


Link to post
Share on other sites
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

Share this post


Link to post
Share on other sites
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.

Share this post


Link to post
Share on other sites

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.6ea3da614e309a577b2abd874f85af60.png

Share this post


Link to post
Share on other sites
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?

image.png.6ea3da614e309a577b2abd874f85af60.png

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

Share this post


Link to post
Share on other sites
On 2/10/2021 at 11:28 AM, MikZ said:

Hi Guys! I recently updated the trunk and got this error.
image.png.69fa58cde9e156dbf4cc1fd088446794.png

what uor version Herc? today im install latest version and work.

Share this post


Link to post
Share on other sites
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 by MikZ

Share this post


Link to post
Share on other sites
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.

Share this post


Link to post
Share on other sites
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.


image.png.cbc5283c318a82550adf874ac330e54e.png
 

Edited by MikZ

Share this post


Link to post
Share on other sites
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?

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.