diff options
author | zephyrus <zephyrus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-03-29 16:49:52 +0000 |
---|---|---|
committer | zephyrus <zephyrus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-03-29 16:49:52 +0000 |
commit | ff0af0b4437fb987bc0cf2c0091942a266b8731e (patch) | |
tree | d25e7820182d6cdbce85ca23fcf2d85ef33faa77 /conf/battle/battleground.conf | |
parent | fcdf995bd039935c5cdf4842ea9158d44ee6de29 (diff) | |
download | hercules-ff0af0b4437fb987bc0cf2c0091942a266b8731e.tar.gz hercules-ff0af0b4437fb987bc0cf2c0091942a266b8731e.tar.bz2 hercules-ff0af0b4437fb987bc0cf2c0091942a266b8731e.tar.xz hercules-ff0af0b4437fb987bc0cf2c0091942a266b8731e.zip |
- Implementing official battleground "emblem" crossed swords icon.
- Removing the custom guild packets from Battleground as they are not needed anymore.
- Scripts updated.
- In this way, you get "battle cursor" over your same team, but that's how official does.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13635 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf/battle/battleground.conf')
-rw-r--r-- | conf/battle/battleground.conf | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/conf/battle/battleground.conf b/conf/battle/battleground.conf index 63375986f..a91e1ddd6 100644 --- a/conf/battle/battleground.conf +++ b/conf/battle/battleground.conf @@ -42,17 +42,3 @@ bg_flee_penalty: 20 // Interval before updating the bg-member map mini-dots (milliseconds) bg_update_interval: 1000 - -// Reserved Guild ID's for battlegrounds -// Please take care of this configuration, you need to take 2 guild ids manually created -// in your guild database (txt or sql). Only the ID's are required. -// Take care this this "Fake guilds" will be never used by players. -bg_guild_id1: 998 -bg_guild_id2: 999 - -// ** BattleGround Emblems ** -// In the folder /db you will find 2 files: -// bgemblem_1.ebm (used for General Guillaume Marollo) -// bgemblem_2.ebm (used for Prince Croix Marollo) -// You can set your own emblems for battleground, using files from the _tmpEmblem folder -// in your client files, just remember to keep the names. |