diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-06-03 03:28:20 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-06-03 03:28:20 +0000 |
commit | bf45f06c19fde93a3e3699e0ca400909392ce02b (patch) | |
tree | 787104dfd5d610c7e90e09c1a13f89b93b4888f1 /db/skill_cast_db.txt | |
parent | 46ad2e09c5a2d2b7a41a47dc07f299147ca4d082 (diff) | |
download | hercules-bf45f06c19fde93a3e3699e0ca400909392ce02b.tar.gz hercules-bf45f06c19fde93a3e3699e0ca400909392ce02b.tar.bz2 hercules-bf45f06c19fde93a3e3699e0ca400909392ce02b.tar.xz hercules-bf45f06c19fde93a3e3699e0ca400909392ce02b.zip |
* Implemented the Party Buff cash skills.
* Misc updates, and updates for party buff items.
- Added CASH_BLESSING, CASH_INCAGI and CASH_ASSUMPTIO skills.
- Added itemskill commands for the party buff scrolls.
- Corrected Equipment repair book's itemtype to 11.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13840 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'db/skill_cast_db.txt')
-rw-r--r-- | db/skill_cast_db.txt | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/db/skill_cast_db.txt b/db/skill_cast_db.txt index a890df4e6..f6f41881e 100644 --- a/db/skill_cast_db.txt +++ b/db/skill_cast_db.txt @@ -968,6 +968,15 @@ 678,0,0,0,0,5000 //========================================== +//===== Item Use-Only Skills =============== +//-- CASH_BLESSING +689,0,0,0,60000:80000:100000:120000:140000:160000:180000:200000:220000:240000,0 +//-- CASH_INCAGI +690,0,0,0,60000:80000:100000:120000:140000:160000:180000:200000:220000:240000,0 +//-- CASH_ASSUMPTIO +691,0,0,0,20000:40000:60000:80000:100000,0 +//========================================== + //===== 2nd Jobs Quest Skills ============== //-- KN_CHARGEATK 1001,300,300,0,0,0 @@ -1020,7 +1029,7 @@ //-- HAMI_BLOODLUST 8008,0,0,0,60000:180000:300000,300000:600000:900000 //-- HFLI_MOON -8009,0,0,1000,0,0 +8009,0,0,1000,0,0 //-- HFLI_FLEET 8010,0,0,0,60000:55000:50000:45000:40000,60000:70000:80000:90000:120000 //-- HFLI_SPEED |