diff options
author | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-06-13 20:05:19 +0000 |
---|---|---|
committer | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-06-13 20:05:19 +0000 |
commit | a5ed29018f12180aa41a8f247275bafffd2a938c (patch) | |
tree | 1e35225a470a036684ab275d29d11465e3270d2f /db | |
parent | 081158a36b584e98c7bb3b690dee64f8c33ddc4f (diff) | |
download | hercules-a5ed29018f12180aa41a8f247275bafffd2a938c.tar.gz hercules-a5ed29018f12180aa41a8f247275bafffd2a938c.tar.bz2 hercules-a5ed29018f12180aa41a8f247275bafffd2a938c.tar.xz hercules-a5ed29018f12180aa41a8f247275bafffd2a938c.zip |
Correct implementation of Detale & Abyss/Thanatos spawn update
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7141 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'db')
-rw-r--r-- | db/Changelog.txt | 1 | ||||
-rw-r--r-- | db/mob_skill_db.txt | 6 |
2 files changed, 4 insertions, 3 deletions
diff --git a/db/Changelog.txt b/db/Changelog.txt index ff0344c41..e9f544570 100644 --- a/db/Changelog.txt +++ b/db/Changelog.txt @@ -25,6 +25,7 @@ =========================
06/13
+ * Detale only summons one Hydro [Playtester]
* Fixed the names of the Lotto items [Playtester]
* Garm Claw now has 152 Attack Power rather than 115 [Playtester]
06/12
diff --git a/db/mob_skill_db.txt b/db/mob_skill_db.txt index faafa04d6..612a8cd94 100644 --- a/db/mob_skill_db.txt +++ b/db/mob_skill_db.txt @@ -3555,9 +3555,9 @@ 1719,Detale@WZ_WATERBALL,chase,86,5,5000,0,5000,yes,target,always,0,,,,,,
1719,Detale@NPC_CALLSLAVE,attack,352,1,10000,0,30000,yes,target,always,0,,,,,,
1719,Detale@NPC_CALLSLAVE,chase,352,1,10000,0,30000,yes,target,always,0,,,,,,
-1719,Detale@NPC_SUMMONSLAVE,attack,196,3,10000,700,10000,no,self,slavele,1,1756,,,,,
-1719,Detale@NPC_SUMMONSLAVE,idle,196,3,10000,700,10000,no,self,slavele,1,1756,,,,,
-1719,Detale@NPC_SUMMONSLAVE,idle,196,3,10000,0,0,no,self,onspawn,0,1720,,,,,
+1719,Detale@NPC_SUMMONSLAVE,attack,196,1,10000,700,10000,no,self,slavele,0,1756,,,,,
+1719,Detale@NPC_SUMMONSLAVE,idle,196,1,10000,700,10000,no,self,slavele,0,1756,,,,,
+1719,Detale@NPC_SUMMONSLAVE,idle,196,1,10000,0,0,no,self,onspawn,0,1720,,,,,
1719,Detale@AL_TELEPORT,idle,26,1,10000,0,0,yes,self,rudeattacked,,,,,,,
1720,Hydro@NPC_RANDOMATTACK,attack,183,5,500,500,5000,no,target,always,0,,,,,,
1720,Hydro@WZ_METEOR,attack,83,3,500,1500,5000,yes,target,always,0,,,,,,
|