summaryrefslogtreecommitdiff
path: root/db/mob_skill_db.txt
AgeCommit message (Collapse)AuthorFilesLines
2007-04-06- Fixed the start_point setting smashing t3h stack in some situationsultramage1-5/+5
- Fixed some over/under-dimensioned arrays (the map length defines already reserve space for the string terminator) - Fixed an unupdated define making Warp Portal fail with an error - Fixed some skill entries of the Galion mob git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10168 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-03Small mob skill change... need someone to test the 11.1 MVPs since I can't ↵Playtester1-2/+2
really test it alone git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10137 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-02Raised skill usage and mode of 11.1 MVPsPlaytester1-39/+50
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10134 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-02-02- Completed Amon Ra's spell list.skotlex1-0/+12
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9777 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-02-01- Added support for mob skill target 'randomtarget', when specified, it will ↵skotlex1-47/+48
pick a random enemy from within the skill's cast range. - Updated the mob_db so that all skills from non-moving mobs that specified 'target' as enemy will use 'randomtarget' instead. - Amon Ra's meteors now use randomtarget instead of self. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9762 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-12-30Fixed typo in mob_skill_dbPlaytester1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9597 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-12-20* NPC_CHANGEUNDEAD is now "target" for all mobsPlaytester1-6/+6
- all other NPC_CHANGE skills stay "self" git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9543 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-12-20* Made NPC_CHANGE self targetted for all mobsPlaytester1-2/+2
- it should either be self or target for all but not mixed up - fixed up Parasite and Peach Tree AI git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9534 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-12-17Fixed Owl Duke and Owl Baron losing boss mode on NPC_EMOTIONPlaytester1-2/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9511 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-12-08- Minor fix in one mob skill line.skotlex1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9439 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-12-07- Cleaned up implementation of NPC_EMOTION/NPC_EMOTION_ON. Now val0 is the ↵skotlex1-161/+161
emotion, val1 sets the mode, val2 adds to the mode, val3 removes from the mode. val4 asks to remove the previous mode change. - Updated the mob skill reading code so it accepts hexadecimals in the 'val' fields. Also, it will optimize the NPC values so that when you set a mob's mode to their db mode, it will just remove the previous mode. - NPC_EMOTION_ON will now automatically move it's new mode to val2 since it should add a mode, and if this mode doesn't has the aggressive bit, it will remove it. See this "ancient" hypothesis on how NPC_EMOTION_ON should work for the details: http://www.eathena.ws/board/index.php?showtopic=63606 - Updated mob_skill_db to account for the updated mob modes on NPC_EMOTION skills. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9433 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-12-03- Made ers double frees report as missing entries on destruction.FlavioJS1-4143/+4143
- Only one swap function (in cbasetypes.h) is used. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9396 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-23* Official skills for remaining Thanatos mobsPlaytester1-150/+72
- this completes the X.3 and X.4 mob skill updates - removed various skills from G_mobs git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9296 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-20* Official skill for Ancient Mimic, Death Word and AngelsPlaytester1-48/+50
- also made NPC_DEFENDER self targeted - Shelter now has angry mode git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9278 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-20Official skills for Breeze and PlasmaPlaytester1-39/+36
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9272 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-20* Official X.4 skills thanks to TharisPlaytester1-156/+174
- also set MVP skills to MVP skill level git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9271 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-19* Official skills for Abyss Lake mobsPlaytester1-60/+68
- G_Acidus, G_Ferus and Green Iguana don't have skills - someone should test if all skills are working - Green Iguana is now a looter git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9262 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-18* Official skills for Bacsojin and Orc BabyPlaytester1-11/+17
- yes Bacsojin's skills are interuptable despite MVP status git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9257 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-18* Official skills for Detale and ThanatosPlaytester1-32/+48
- pm me if you want to help converting the mob skills git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9255 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-07Kiel now summons 6 slaves instead of 5Playtester1-3/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9165 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-02Fixed Aliot's Rebirth skillPlaytester1-2/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9121 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-27More Odin/Kiel fixesPlaytester1-2/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9086 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-26Fixed Constant's explode not working as it shouldPlaytester1-4/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9075 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-25More Kiel Mob updatesPlaytester1-0/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9071 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-24Kiel Mob updatesPlaytester1-2/+4
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9063 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-04Raised level of Kiel MVP skillsPlaytester1-7/+7
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8933 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-27Raised skill casting rate for Rachel mobsPlaytester1-140/+140
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8882 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-23Now Valkyrie Randgris will only resummon when she has less than 3 slavesPlaytester1-2/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8849 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-21Implemented Rachel Sanctuary mob skillsPlaytester1-0/+132
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8837 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-19Changed mob_skill_db.txt to windows format.Playtester1-4040/+4040
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8803 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-18Fixed the order of mob skills thanks to [Leon]Playtester1-4040/+4040
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8790 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-12Fixed NPC_ATTRICHANGE being targeted rather than selfPlaytester1-4/+4
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8725 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-12Final fix on Vesper's summoning behaviorPlaytester1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8715 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-12Vesper only summons on attackPlaytester1-1/+0
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8714 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-12Fixed Vesper's summoning behaviorPlaytester1-3/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8713 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-10Removed NPC_Powerup from DimikPlaytester1-5/+0
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8695 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-08* Adjusted various Rachel mob stats and skillsPlaytester1-7/+5
* Adjusted Rachel spawns git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8682 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-08Added missing Ice Dungeon mob skillsPlaytester1-9/+58
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8676 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-08Added the missing Rachel mob skillsPlaytester1-8/+21
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8674 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-15Made Kiel MVP's skills non-cancelablePlaytester1-4/+4
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8291 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-02- Added a check in the walking code when triggering skills. ↵skotlex1-1/+1
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
2006-08-02- Fixed NPC_SELFDESTRUCTION damaging yourself, causing the source to be ↵skotlex1-1/+1
knocked back, as well as making others in the splash damage not receive any damage if they are hurt after the caster. - Fixed NPC_RUN not setting the mob's state to MSS_WALK (normally not set by the mob ai) - unit_walktoxy flag&2 setting will now also ignore unit_can_move, for a forced walk. - Adjusted NPC_RUN level of Marine Spheres (5->7 cells) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8044 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-02* Changed Solace's and Retribution's skills so they feel like on official ↵Playtester1-15/+14
servers * Fire Pillar's aftercast delay is 1 second now * Updated Abyss Lake and Rachel mobs git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8041 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-01Some minor monster skill changesPlaytester1-3/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8040 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-28Fixed some summon skillsPlaytester1-2/+5
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7942 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-25Added rudeattacked teleport to Rachel MVPsPlaytester1-0/+4
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7885 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-25Added some NPC_Emotions for the Rachel mobsPlaytester1-0/+4
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7878 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-25Fixed Grandcross not being self-targeted for mobsPlaytester1-4/+4
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7877 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-23* Added the skills of the Rachel + Ice Dungeon mobsPlaytester1-6/+49
- I made it so that the monsters are safe to use - the skills are official, but some skills are missing - the stats are only 50% official - drops are official, but various are missing git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7837 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-20Made Bacsojin's skills uninteruptablePlaytester1-8/+8
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7758 54d463be-8e91-2dee-dedb-b68131a5f0ec