summaryrefslogtreecommitdiff
path: root/src/map/mob.c
AgeCommit message (Expand)AuthorFilesLines
2009-06-13Changed a few sprintf's that had no format arguments to strcpy's.Paradox924X1-3/+3
2009-06-08Follow up to r13867, corrected the newly added MD_TARGETWEAK. Monsters with t...L0ne_W0lf1-1/+1
2009-06-08- Added mob mode 0x4000, MD_TARGETWEAK: It makes aggro monsters only chase ch...skotlex1-1/+6
2009-06-08- Fixed Swordsman Medallion to be usable by Star Gladiators.skotlex1-0/+1
2009-06-08Fixed bHPGainValue and bSPGainValue worked on all types of attacks and was on...Inkfish1-7/+0
2009-05-25Now we can use 'boss_monster' to summon whatever monsters that need to be rad...Inkfish1-0/+1
2009-05-20* Now fiberlocking a fiberlocked target doesn't renew the timer but instead i...Inkfish1-2/+2
2009-05-17- Fixed a couple of crashes that could ensue from the last memory corruption ...skotlex1-1/+4
2009-05-15Cleaning/fixing the previous commits a bitultramage1-1/+1
2009-05-15- Fixed a bunch of invalid memory access bugs as reported by Valgrind.skotlex1-2/+5
2009-05-15Removed the undocumented custom level feature from monster spawn lines (bugre...ultramage1-5/+0
2009-05-11* Fixed a crash when mob uses self-destruct skills (bugreport:2568) [Inkfish]Inkfish1-6/+11
2009-05-03* Do not log damage if it's done by mob itself (bugreport:2933) [Inkfish]Inkfish1-0/+2
2009-04-23Added length check to functions clif_parse_CreateChatRoom and clif_parse_Chat...ultramage1-1/+0
2009-04-21- Now when the mob picks and attacks a player target, he is added to the "log...skotlex1-0/+3
2009-04-11Inverted the way monster_ai 0x200 works, default is 0 again (followup to r136...ultramage1-1/+1
2009-04-10- Set mob delay to a max of 24 hours so that mob_skill_db entries with huge d...skotlex1-7/+10
2009-04-06Modified the lazy mob AI code to fix some very annoying behavior (bugreport:2...ultramage1-28/+13
2009-02-26- Fixed item Nemesis.zephyrus1-0/+45
2009-02-23* Made mob_timer_delete check the deletetimer in the mob.FlavioJS1-7/+18
2009-02-23* Made mob_delayspawn check the spawn_timer in the mob.FlavioJS1-4/+24
2009-01-29Fixed mob_spawn_dataset() not initializing the spawn_timer variable (followup...ultramage1-0/+1
2009-01-29- Fixed a little spawn_timer bug. Discovered with a previous fix from ultrama...zephyrus1-10/+8
2009-01-13Mobs with nonzero spawn time can now be cached as well, saving some more cpu/...ultramage1-1/+1
2008-11-22* Hunted down improper uses of va_list variables.FlavioJS1-5/+0
2008-11-22* Hunted down the simpler 64bit pointer truncations.FlavioJS1-3/+3
2008-11-10Added a check to make sure killed monster's level was greater than half of th...Paradox924X1-1/+1
2008-11-08Cleaned up mob_readskilldb() a bit (moved row processing to its own function).ultramage1-218/+248
2008-10-10Slightly corrected the NPC_REBIRTH code from r13272.ultramage1-1/+1
2008-10-09Updated NPC_REBIRTH. Has it's own values, and no longer leeches off SL_KAIZEL.L0ne_W0lf1-1/+1
2008-10-06Damage count on rebirthed mobs is now reset. (Valaris)L0ne_W0lf1-0/+2
2008-09-10- Full implementation of mercenary skills.zephyrus1-13/+12
2008-09-01- Mercenary Bonus Status (currently activated each mob kill for testing).zephyrus1-2/+4
2008-09-01- Mercenary Loyalty Updates.zephyrus1-5/+10
2008-09-01Skip woe:se treasure boxes when counting max. item droprate (followup to r131...ultramage1-1/+1
2008-08-31* More mercenary updates.zephyrus1-55/+72
2008-08-31- Limitations to WoE SE Treasures (no steal, drop rates, no class change).zephyrus1-6/+6
2008-08-28Replaced the engrish ksprotection message with one provided by Itakou.ultramage1-1/+1
2008-08-24- Mercenary Dismiss packet and some corrections.zephyrus1-1/+1
2008-08-24- Moving all content of Homunculus code to a proper file Homunculus.c/hzephyrus1-1/+1
2008-08-20- Do not trigger event if killed by script at all.zephyrus1-11/+11
2008-08-20- Removed my barricade implementation. Not required in WoE SE.zephyrus1-212/+0
2008-08-12Now using proper enum type for mob skill state tracking.ultramage1-1/+1
2008-08-12Added updated client effects list.ultramage1-36/+42
2008-08-10Some small code cleaningultramage1-1/+2
2008-08-04- Killed mobs with NPC_REBIRTH skill used should not drop items again. (Aegis...zephyrus1-37/+44
2008-07-31Removed the mob controller system, now a customization (see topic:194375).ultramage1-82/+3
2008-07-30Removed the IRC bot system, now a customization (see topic:194306)ultramage1-4/+0
2008-07-26Replaced occurences of '-1' with the more appropriate 'INVALID_TIMER' value w...ultramage1-5/+5
2008-07-26- Implemented official Convex Mirror (With help of Yomanda and Sirius White)zephyrus1-1/+2