diff options
author | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-09-23 09:45:43 +0000 |
---|---|---|
committer | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-09-23 09:45:43 +0000 |
commit | cf8e76ed2c46cb1fb1b7d41c84610843930bfdaa (patch) | |
tree | 0f72ee6f432c164b0afb1d5d42b0b082a15e785d /db/mob_skill_db.txt | |
parent | 2c8e1d86149246bcd84e3708c2dbf7efe832d2ac (diff) | |
download | hercules-cf8e76ed2c46cb1fb1b7d41c84610843930bfdaa.tar.gz hercules-cf8e76ed2c46cb1fb1b7d41c84610843930bfdaa.tar.bz2 hercules-cf8e76ed2c46cb1fb1b7d41c84610843930bfdaa.tar.xz hercules-cf8e76ed2c46cb1fb1b7d41c84610843930bfdaa.zip |
Now Valkyrie Randgris will only resummon when she has less than 3 slaves
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8849 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'db/mob_skill_db.txt')
-rw-r--r-- | db/mob_skill_db.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/db/mob_skill_db.txt b/db/mob_skill_db.txt index 93e0a4140..0ffddff00 100644 --- a/db/mob_skill_db.txt +++ b/db/mob_skill_db.txt @@ -3777,8 +3777,8 @@ 1751,Valkyrie Randgris@MG_THUNDERSTORM,chase,21,10,5000,1000,5000,no,target,always,0,,,,,,
1751,Valkyrie Randgris@NPC_HOLYATTACK,attack,189,5,500,500,5000,no,target,always,0,,,,,,
1751,Valkyrie Randgris@AS_SONICBLOW,attack,136,10,2000,0,5000,no,target,always,0,,,,,,
-1751,Valkyrie Randgris@NPC_SUMMONSLAVE,attack,196,3,10000,700,60000,no,self,slavele,3,1765,,,,,
-1751,Valkyrie Randgris@NPC_SUMMONSLAVE,idle,196,3,10000,700,60000,no,self,slavele,3,1765,,,,,
+1751,Valkyrie Randgris@NPC_SUMMONSLAVE,attack,196,3,10000,700,60000,no,self,slavele,2,1765,,,,,
+1751,Valkyrie Randgris@NPC_SUMMONSLAVE,idle,196,3,10000,700,60000,no,self,slavele,2,1765,,,,,
1751,Valkyrie Randgris@NPC_SUMMONSLAVE,idle,196,3,10000,0,0,no,self,onspawn,0,1765,,,,,
1751,Valkyrie Randgris@NPC_CALLSLAVE,attack,352,1,10000,0,30000,yes,target,always,0,,,,,,
1751,Valkyrie Randgris@NPC_CALLSLAVE,chase,352,1,10000,0,30000,yes,target,always,0,,,,,,
|