diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-05-10 05:43:27 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-05-10 05:43:27 +0000 |
commit | a1c1702fe4452adc472bcb78ff501069feaf06bc (patch) | |
tree | 28430a56146eeaf5d169fc785d4716dd9878b923 /db | |
parent | 1df3944aebe5865e7e827560b699d35913c84a88 (diff) | |
download | hercules-a1c1702fe4452adc472bcb78ff501069feaf06bc.tar.gz hercules-a1c1702fe4452adc472bcb78ff501069feaf06bc.tar.bz2 hercules-a1c1702fe4452adc472bcb78ff501069feaf06bc.tar.xz hercules-a1c1702fe4452adc472bcb78ff501069feaf06bc.zip |
Osiris now summons the correct amount of Ancient Mummies at the right slave number (Partial revert of r7010.)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13749 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'db')
-rw-r--r-- | db/Changelog.txt | 2 | ||||
-rw-r--r-- | db/mob_skill_db.txt | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/db/Changelog.txt b/db/Changelog.txt index 78f91d349..391459669 100644 --- a/db/Changelog.txt +++ b/db/Changelog.txt @@ -37,6 +37,8 @@ 2385 Recuvative_Armor Should trigger HP/SP return with magical kills as well. ======================= +2009/05/10 + * Rev. 13749 Osiris now summons the correct amount of Ancient Mummies at the right slave number (Partial revert of r7010.) [L0ne_W0lf] 2009/05/08 * Rev. 13743 Well, as it turns out, DETECTOR is actually detect hidden (not cast sense.) Elder is at least fixed though. [L0ne_W0lf] - Reverted the mob mode change for nearly all mobs. Elder is exempt from this revert. diff --git a/db/mob_skill_db.txt b/db/mob_skill_db.txt index f6dadcaa9..69b6b84c4 100644 --- a/db/mob_skill_db.txt +++ b/db/mob_skill_db.txt @@ -176,8 +176,8 @@ 1038,Osiris@NPC_DARKBREATH,attack,202,5,500,0,5000,no,target,always,0,,,,,,9 1038,Osiris@NPC_DARKBREATH,chase,202,5,500,0,5000,no,target,always,0,,,,,,9 1038,Osiris@NPC_POISONATTACK,attack,188,5,2000,0,5000,no,target,always,0,,,,,,9 -1038,Osiris@NPC_SUMMONSLAVE,attack,196,1,10000,700,10000,no,self,slavele,4,1522,,,,, -1038,Osiris@NPC_SUMMONSLAVE,idle,196,1,10000,700,10000,no,self,slavele,4,1522,,,,, +1038,Osiris@NPC_SUMMONSLAVE,attack,196,5,10000,700,10000,no,self,slavele,3,1522,,,,, +1038,Osiris@NPC_SUMMONSLAVE,idle,196,5,10000,700,10000,no,self,slavele,3,1522,,,,, 1038,Osiris@NPC_SUMMONSLAVE,idle,196,7,10000,0,0,no,self,onspawn,0,1029,,,,, 1038,Osiris@SM_BASH,attack,5,10,2000,0,5000,yes,target,always,0,,,,,, 1038,Osiris@NPC_DARKTHUNDER,chase,341,10,2000,0,5000,no,target,always,0,,,,,, |