diff options
author | Inkfish <Inkfish@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-06-03 15:30:11 +0000 |
---|---|---|
committer | Inkfish <Inkfish@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-06-03 15:30:11 +0000 |
commit | 69f88875ae6da9a4d0f192ecc1812972c58c0400 (patch) | |
tree | 888309d649db05b8623682324b2bb0a257babc89 /db/skill_db.txt | |
parent | bf45f06c19fde93a3e3699e0ca400909392ce02b (diff) | |
download | hercules-69f88875ae6da9a4d0f192ecc1812972c58c0400.tar.gz hercules-69f88875ae6da9a4d0f192ecc1812972c58c0400.tar.bz2 hercules-69f88875ae6da9a4d0f192ecc1812972c58c0400.tar.xz hercules-69f88875ae6da9a4d0f192ecc1812972c58c0400.zip |
* Some clean ups on autocast and itemskill code. (see topic:220921 for some info)
- Autocasted Teleport now skips the menu.
- Fixed nullpo info when defensive autocasts are triggered. (follow up to r13815)
- Fixed Warp portal used in item script never worked.
- Item skills now bypass skill delay check.
- Implemented SM_SELFPROVOKE.
- Updated item db using 'itemskill' for some items.
* Basic skills will never be reset.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13841 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'db/skill_db.txt')
-rw-r--r-- | db/skill_db.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db/skill_db.txt b/db/skill_db.txt index a25aa10c9..394adbd28 100644 --- a/db/skill_db.txt +++ b/db/skill_db.txt @@ -514,7 +514,7 @@ 470,9,6,1,0,0x1,0,7,1,no,0,0,0,magic,0, SL_SWOO,Eswoo 471,9,6,1,0,0x1,0,3,1,no,0,0,0,magic,0, SL_SKE,Eske 472,9,6,1,0,0x1,0,3,1,no,0,0,0,magic,0, SL_SKA,Eska -473,0,0,0,0,0,0,0,0,no,0,0,0,none,0, SM_SELFPROVOKE,Provoke Self +473,0,6,4,0,0,0,1,1,no,0,0,0,none,0, SM_SELFPROVOKE,Provoke Self 474,0,0,4,0,0x1,0,10,1,no,0,0x2,0,none,0, NPC_EMOTION_ON,Emotion ON 475,0,0,4,0,0x1,0,1,1,yes,0,0,0,none,0, ST_PRESERVE,Preserve 476,1,6,1,0,0x1,0,5,1,yes,0,0,0,weapon,0, ST_FULLSTRIP,Divest All |