diff options
author | protimus <protimus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-12-24 08:32:09 +0000 |
---|---|---|
committer | protimus <protimus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-12-24 08:32:09 +0000 |
commit | b1d2053a182212a20630009aad538cd9673b7bc5 (patch) | |
tree | 9063189355e6ae680086ec27dd9a075ba4aef5a0 | |
parent | eb4f03c1b0be1dad90632898eebf4f8e481f5f4e (diff) | |
download | hercules-b1d2053a182212a20630009aad538cd9673b7bc5.tar.gz hercules-b1d2053a182212a20630009aad538cd9673b7bc5.tar.bz2 hercules-b1d2053a182212a20630009aad538cd9673b7bc5.tar.xz hercules-b1d2053a182212a20630009aad538cd9673b7bc5.zip |
* Added skill Reins of Mount (ALL_RIDING) for new mount system on database.
- Need create the struct in source.
- Need verify if the mount system works correctly.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15239 54d463be-8e91-2dee-dedb-b68131a5f0ec
-rw-r--r-- | db/skill_cast_db.txt | 3 | ||||
-rw-r--r-- | db/skill_db.txt | 3 |
2 files changed, 3 insertions, 3 deletions
diff --git a/db/skill_cast_db.txt b/db/skill_cast_db.txt index 77eb50271..fd5877aae 100644 --- a/db/skill_cast_db.txt +++ b/db/skill_cast_db.txt @@ -1633,9 +1633,10 @@ 2533,10000,0,0,0,0,300000 //-- RETURN_TO_ELDICASTES 2534,2000,0,0,0,2000,300000 - //-- ALL_GUARDIAN_RECALL //2536,2000,0,0,0,2000,300000 +//-- ALL_RIDING +2538,0,0,1000,0,-1,0 //========================================== //===== Homunculus Skills ================== diff --git a/db/skill_db.txt b/db/skill_db.txt index eec5dd1a8..70147649c 100644 --- a/db/skill_db.txt +++ b/db/skill_db.txt @@ -1067,9 +1067,8 @@ // Episode 13.3 //2534,0,0,0,0,0,0,9,0,no,0,0,0,none,0 RETURN_TO_ELDICASTES, - -// Buying Store 2535,0,0,4,0,0x1,0,1,0,no,0,0x1,0,none,0, ALL_BUYING_STORE,Open Buying Store +2538,0,6,4,0,0x01,0,1,1,yes,0,0,0,none,0, ALL_RIDING,Call Mount 8001,9,6,4,0,0x1,0,5,1,no,0,0,0,magic,0, HLIF_HEAL,Healing Touch 8002,0,6,4,0,0x3,-1,5,1,no,0,0,0,none,0, HLIF_AVOID,Avoid |