diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-08-02 23:47:33 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-08-02 23:47:33 +0000 |
commit | 442f3ce3b9a8af792d874c0b0b62343fa229c7a4 (patch) | |
tree | 2f82613ab9a3c1a3d7a1fbb4dfbcf84a2cc30f68 /db/mob_skill_db.txt | |
parent | 57fbe69be8382e1f659dad2e7d9ae3ecc1c273d7 (diff) | |
download | hercules-442f3ce3b9a8af792d874c0b0b62343fa229c7a4.tar.gz hercules-442f3ce3b9a8af792d874c0b0b62343fa229c7a4.tar.bz2 hercules-442f3ce3b9a8af792d874c0b0b62343fa229c7a4.tar.xz hercules-442f3ce3b9a8af792d874c0b0b62343fa229c7a4.zip |
- Added a check in the walking code when triggering skills. NPC_SELFDESTRUCTION will no longer cancel walking, it will instead resend the walk packet, this effectively causes the mob to start walking (clientside) while the cast-bar is showing.
- Updated the mob skills so that the marine sphere casts self-destruction with 3 second cast after it starts walking.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8079 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'db/mob_skill_db.txt')
-rw-r--r-- | db/mob_skill_db.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db/mob_skill_db.txt b/db/mob_skill_db.txt index f400ae700..d78c845ca 100644 --- a/db/mob_skill_db.txt +++ b/db/mob_skill_db.txt @@ -685,7 +685,7 @@ 1141,Marina@NPC_EMOTION,walk,197,1,2000,0,5000,yes,self,always,0,19,,,,,
1141,Marina@NPC_WATERATTACK,attack,184,2,500,500,5000,no,target,always,0,,,,,,6
1142,Marine Sphere@NPC_RUN,idle,354,7,10000,0,30000,no,master,alchemist,,,,,,,
-1142,Marine Sphere@NPC_SELFDESTRUCTION,idle,173,1,10000,0,0,no,self,afterskill,354,,,,,,
+1142,Marine Sphere@NPC_SELFDESTRUCTION,any,173,1,10000,3000,0,no,self,afterskill,354,,,,,,
1142,Marine Sphere@NPC_SELFDESTRUCTION,idle,173,1,10000,2000,5000,no,self,skillused,173,,,,,,
1142,Marine Sphere@NPC_SELFDESTRUCTION,idle,173,1,500,2000,5000,no,self,myhpltmaxrate,99,,,,,,
1143,Marionette@HT_FREEZINGTRAP,idle,121,5,500,0,300000,yes,around2,always,0,,,,,,29
|