summaryrefslogtreecommitdiff
path: root/src/map/mob.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-07-05* Moved the mob killmonster flag to a more appropriate area. (bugreport:1795)sketchyphoenix1-1/+1
2008-06-29- Added support to Cash Shop for script command callshopzephyrus1-8/+21
2008-06-22Added support for killmonster to fire OnMyMobDead optionally.sketchyphoenix1-1/+1
2008-06-21* Fixed a bug where the "OnMyMobDead" event wouldn't trigger if the mob was k...sketchyphoenix1-0/+3
2008-05-08- Added some new items and headgears.zephyrus1-50/+76
2008-05-07- Added function battle_attr_ratio to handle just getting the attribute table...skotlex1-8/+1
2008-05-02* Changes to map_foreach* functions:FlavioJS1-3/+2
2008-05-02Replaced the very ineffective clif_foreachclient() with map_foreachpc() since...ultramage1-1/+1
2008-05-01Replaced the integers+checking approach in r12679 with usage of floating poin...ultramage1-6/+6
2008-05-01Implemented get_percentage() for compact and safe calculation of percentual v...ultramage1-6/+6
2008-04-27Cleaning up the itemdb reload mess (see r12635, r12643, r12650, r12661, r1266...ultramage1-0/+5
2008-04-21* Changed the data field of timers from int to intptr.FlavioJS1-12/+12
2008-04-15 * Corrected some invalid syntax in skill_db.txt (wrong usage of commas)ultramage1-16/+1
2008-04-08Full revert of r12402, could be the cause of mob respawn problems (followup t...ultramage1-7/+0
2008-04-07* Made script command 'flagemblem' and guild_emblem_change send an update of ...FlavioJS1-12/+35
2008-04-07Improved the Mental Sensing fix from r12507 to not start the status at all, i...ultramage1-1/+1
2008-04-06NVM on last fix (r12510).Kevin1-1/+1
2008-04-06Changed Mental Vision fix (r12507) to check for mexp rather then the boss fla...Kevin1-1/+1