diff options
author | zephyrus <zephyrus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-02-27 16:24:47 +0000 |
---|---|---|
committer | zephyrus <zephyrus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-02-27 16:24:47 +0000 |
commit | 5adc135007c6772a056f399396190fd76c0f0873 (patch) | |
tree | 955de8932942984ca11f84cdd1b5492f0d8b5a51 /db/const.txt | |
parent | 04fcf092868af6551db8796db1f5cba30d834b92 (diff) | |
download | hercules-5adc135007c6772a056f399396190fd76c0f0873.tar.gz hercules-5adc135007c6772a056f399396190fd76c0f0873.tar.bz2 hercules-5adc135007c6772a056f399396190fd76c0f0873.tar.xz hercules-5adc135007c6772a056f399396190fd76c0f0873.zip |
- Updated const.txt using battleground stuff.
- Updated item_db.txt battleground items. Fixed 2 premium items. Fixed Gunslinger Medal usable by all classes.
- Battleground Guardians status (copied from Veins, we need officials).
- Added skill_nocast_db.txt restrictions for battlegrounds. I just used the 8 flag (when WoE is on) because nothing used it.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13553 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'db/const.txt')
-rw-r--r-- | db/const.txt | 37 |
1 files changed, 23 insertions, 14 deletions
diff --git a/db/const.txt b/db/const.txt index 560a2caf1..d96f3b2b6 100644 --- a/db/const.txt +++ b/db/const.txt @@ -926,20 +926,29 @@ AREA_WOSC 5 AREA_CHAT_WOC 6 CHAT 7 CHAT_WOS 8 -CHAT_MAINCHAT 9 -PARTY 10 -PARTY_WOS 11 -PARTY_SAMEMAP 12 -PARTY_SAMEMAP_WOS 13 -PARTY_AREA 14 -PARTY_AREA_WOS 15 -GUILD 16 -GUILD_WOS 17 -GUILD_SAMEMAP 18 -GUILD_SAMEMAP_WOS 19 -GUILD_AREA 20 -GUILD_AREA_WOS 21 -SELF 22 +PARTY 9 +PARTY_WOS 10 +PARTY_SAMEMAP 11 +PARTY_SAMEMAP_WOS 12 +PARTY_AREA 13 +PARTY_AREA_WOS 14 +GUILD 15 +GUILD_WOS 16 +GUILD_SAMEMAP 17 +GUILD_SAMEMAP_WOS 18 +GUILD_AREA 19 +GUILD_AREA_WOS 20 +GUILD_NOBG 21 +DUEL 22 +DUEL_WOS 23 +CHAT_MAINCHAT 24 +SELF 25 +BG 26 +BG_WOS 27 +BG_SAMEMAP 28 +BG_SAMEMAP_WOS 29 +BG_AREA 30 +BG_AREA_WOS 31 ARCH_MERC_GUILD 0 SPEAR_MERC_GUILD 1 |