172 Commits

Author SHA1 Message Date
Playtester
33b8d523d6 Readded and updated Anubis
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10263 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-15 16:26:46 +00:00
Playtester
8d3ece5310 Hopefully fixed Skogul not using Grimtooth
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10260 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-14 18:32:32 +00:00
Playtester
bb5c4253bb Fixed Eremes using Venomdust on self instead of target
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10250 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-13 22:11:05 +00:00
Playtester
ef10fe3a04 * Kyrie Eleison cannot be cast on mobs anymore
- also some small mob skill changes to work with the new code

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10239 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-12 18:32:12 +00:00
skotlex
a6e2bc1d01 - Corrected mob skill CALLSLAVE's target to be always 'self'
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10237 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-12 16:20:18 +00:00
skotlex
e1a0d14886 - Converted mob skills that had the combination idle+target+always to idle+randomtarget+always as per Playtester's request.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10235 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-12 15:37:43 +00:00
Playtester
79acbed9f0 * Thanatos, Kiel and Randgris now use Ganbantein
- when rudeattacked and can't teleport

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10231 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-12 14:04:04 +00:00
ultramage
7d46c4c259 - Fixed the start_point setting smashing t3h stack in some situations
- 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://svn.code.sf.net/p/rathena/svn/trunk@10168 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-06 21:43:22 +00:00
Playtester
eea6f44d32 Small mob skill change... need someone to test the 11.1 MVPs since I can't really test it alone
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10137 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-03 09:48:25 +00:00
Playtester
14cd8e113f Raised skill usage and mode of 11.1 MVPs
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10134 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-02 23:46:02 +00:00
skotlex
a578017992 - Completed Amon Ra's spell list.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9777 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-02-02 17:32:29 +00:00
skotlex
aca93bf9ff - Added support for mob skill target 'randomtarget', when specified, it will 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://svn.code.sf.net/p/rathena/svn/trunk@9762 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-02-01 20:06:06 +00:00
Playtester
8160fd2b40 Fixed typo in mob_skill_db
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9597 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-12-30 14:15:42 +00:00
Playtester
eb46c3aadc * NPC_CHANGEUNDEAD is now "target" for all mobs
- all other NPC_CHANGE skills stay "self"

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9543 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-12-20 20:44:51 +00:00
Playtester
d79eb83a0f * Made NPC_CHANGE self targetted for all mobs
- it should either be self or target for all but not mixed up	
- fixed up Parasite and Peach Tree AI

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9534 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-12-20 10:48:07 +00:00
Playtester
732e3c71a1 Fixed Owl Duke and Owl Baron losing boss mode on NPC_EMOTION
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9511 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-12-17 11:50:13 +00:00
skotlex
2f497e2c18 - Minor fix in one mob skill line.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9439 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-12-08 19:33:14 +00:00
skotlex
e81a812069 - Cleaned up implementation of NPC_EMOTION/NPC_EMOTION_ON. Now val0 is the 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://svn.code.sf.net/p/rathena/svn/trunk@9433 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-12-07 16:42:25 +00:00
FlavioJS
5d65da8e0c - Made ers double frees report as missing entries on destruction.
- Only one swap function (in cbasetypes.h) is used.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9396 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-12-03 16:50:58 +00:00
Playtester
476c1d866c * Official skills for remaining Thanatos mobs
- this completes the X.3 and X.4 mob skill updates
- removed various skills from G_mobs

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9296 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-23 13:50:47 +00:00
Playtester
5e3141be55 * Official skill for Ancient Mimic, Death Word and Angels
- also made NPC_DEFENDER self targeted
- Shelter now has angry mode

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9278 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-20 21:53:51 +00:00
Playtester
15b4290c42 Official skills for Breeze and Plasma
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9272 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-20 16:34:02 +00:00
Playtester
24abfd3282 * Official X.4 skills thanks to Tharis
- also set MVP skills to MVP skill level

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9271 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-20 16:00:54 +00:00
Playtester
38747b1685 * Official skills for Abyss Lake mobs
- 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://svn.code.sf.net/p/rathena/svn/trunk@9262 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-19 15:54:48 +00:00
Playtester
8457ae228c * Official skills for Bacsojin and Orc Baby
- yes Bacsojin's skills are interuptable despite MVP status

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9257 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-18 18:46:37 +00:00
Playtester
6eb9caef4e * Official skills for Detale and Thanatos
- pm me if you want to help converting the mob skills

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9255 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-18 16:02:41 +00:00
Playtester
39b9409c7f Kiel now summons 6 slaves instead of 5
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9165 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-07 17:51:01 +00:00
Playtester
088d0eb684 Fixed Aliot's Rebirth skill
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9121 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-02 09:51:36 +00:00
Playtester
2dba1b3c55 More Odin/Kiel fixes
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9086 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-27 10:24:11 +00:00
Playtester
e09c471f50 Fixed Constant's explode not working as it should
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9075 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-26 09:23:47 +00:00
Playtester
c91de6309d More Kiel Mob updates
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9071 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-25 19:39:57 +00:00
Playtester
0ca7a68aa7 Kiel Mob updates
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9063 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-24 21:37:47 +00:00
Playtester
b76cd0b67f Raised level of Kiel MVP skills
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8933 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-04 21:02:46 +00:00
Playtester
bc680efd0b Raised skill casting rate for Rachel mobs
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8882 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-27 10:36:32 +00:00
Playtester
6c0bcbe689 Now Valkyrie Randgris will only resummon when she has less than 3 slaves
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8849 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-23 09:45:43 +00:00
Playtester
e8c9941812 Implemented Rachel Sanctuary mob skills
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8837 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-21 16:14:30 +00:00
Playtester
d239403438 Changed mob_skill_db.txt to windows format.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8803 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-19 08:22:34 +00:00
Playtester
f755466138 Fixed the order of mob skills thanks to [Leon]
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8790 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-18 09:47:01 +00:00
Playtester
7928d4203e Fixed NPC_ATTRICHANGE being targeted rather than self
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8725 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-12 20:18:34 +00:00
Playtester
48576471a5 Final fix on Vesper's summoning behavior
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8715 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-12 09:41:04 +00:00
Playtester
9ed0c244fe Vesper only summons on attack
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8714 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-12 09:36:25 +00:00
Playtester
97b7ba1832 Fixed Vesper's summoning behavior
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8713 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-12 08:48:56 +00:00
Playtester
cfd4ffb7e2 Removed NPC_Powerup from Dimik
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8695 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-10 22:58:57 +00:00
Playtester
8a991909d4 * Adjusted various Rachel mob stats and skills
* Adjusted Rachel spawns

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8682 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-08 22:51:25 +00:00
Playtester
24aa220541 Added missing Ice Dungeon mob skills
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8676 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-08 16:43:11 +00:00
Playtester
630af02756 Added the missing Rachel mob skills
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8674 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-08 15:08:28 +00:00
Playtester
b8b57f9c39 Made Kiel MVP's skills non-cancelable
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8291 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-15 14:35:27 +00:00
skotlex
c02123e704 - 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://svn.code.sf.net/p/rathena/svn/trunk@8079 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-02 23:47:33 +00:00
skotlex
6ef71063cb - Fixed NPC_SELFDESTRUCTION damaging yourself, causing the source to be 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://svn.code.sf.net/p/rathena/svn/trunk@8044 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-02 04:09:01 +00:00
Playtester
2ea34d9b9d * Changed Solace's and Retribution's skills so they feel like on official servers
* Fire Pillar's aftercast delay is 1 second now
* Updated Abyss Lake and Rachel mobs

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8041 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-02 01:06:17 +00:00