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/skill_nocast_db.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/skill_nocast_db.txt')
-rw-r--r-- | db/skill_nocast_db.txt | 28 |
1 files changed, 27 insertions, 1 deletions
diff --git a/db/skill_nocast_db.txt b/db/skill_nocast_db.txt index 051c00ce6..47d5ce201 100644 --- a/db/skill_nocast_db.txt +++ b/db/skill_nocast_db.txt @@ -7,7 +7,7 @@ // 1 = Cannot be used in normal maps // 2 = Cannot be used in PvP maps (use this instead of 1 for PK-mode servers) // 4 = Cannot be used in GvG maps -// 8 = Cannot be used when WoE is on +// 8 = Cannot be used in Battleground maps // 16 = Cannot be cloned (clones will not copy this skill) // Restricted zones - they're configured by 'restricted <number>' mapflag // 32 = Cannot be used in zone 1 maps @@ -31,6 +31,32 @@ 395,4 //CG_MOONLIT 491,4 //CR_CULTIVATION +//BATTLEGROUND +26,8 //AL_TELEPORT +27,8 //AL_WARP +87,8 //WZ_ICEWALL +150,8 //TF_BACKSLIDING +361,8 //HP_ASSUMPTIO +362,8 //HP_BASILICA +395,8 //CG_MOONLIT +491,8 //CR_CULTIVATION +411,8 //TK_RUN +426,8 //High Jump +427,8 //SG_FEEL +428,8 //SG_SUN_WARM +429,8 //SG_MOON_WARM +430,8 //SG_STAR_WARM +431,8 //SG_SUN_COMFORT +432,8 //SG_MOON_COMFORT +433,8 //SG_STAR_COMFORT +434,8 //SG_HATE +435,8 //SG_SUN_ANGER +436,8 //SG_MOON_ANGER +437,8 //SG_STAR_ANGER +438,8 //SG_SUN_BLESS +439,8 //SG_MOON_BLESS +440,8 //SG_STAR_BLESS + //mixed 488,3 //CG_HERMODE |