Age | Commit message (Expand) | Author | Files | Lines |
2009-01-29 | Fixed mob_spawn_dataset() not initializing the spawn_timer variable (followup... | ultramage | 1 | -0/+1 |
2009-01-29 | - Fixed a little spawn_timer bug. Discovered with a previous fix from ultrama... | zephyrus | 1 | -10/+8 |
2009-01-13 | Mobs with nonzero spawn time can now be cached as well, saving some more cpu/... | ultramage | 1 | -1/+1 |
2008-11-22 | * Hunted down improper uses of va_list variables. | FlavioJS | 1 | -5/+0 |
2008-11-22 | * Hunted down the simpler 64bit pointer truncations. | FlavioJS | 1 | -3/+3 |
2008-11-10 | Added a check to make sure killed monster's level was greater than half of th... | Paradox924X | 1 | -1/+1 |
2008-11-08 | Cleaned up mob_readskilldb() a bit (moved row processing to its own function). | ultramage | 1 | -218/+248 |
2008-10-10 | Slightly corrected the NPC_REBIRTH code from r13272. | ultramage | 1 | -1/+1 |
2008-10-09 | Updated NPC_REBIRTH. Has it's own values, and no longer leeches off SL_KAIZEL. | L0ne_W0lf | 1 | -1/+1 |
2008-10-06 | Damage count on rebirthed mobs is now reset. (Valaris) | L0ne_W0lf | 1 | -0/+2 |
2008-09-10 | - Full implementation of mercenary skills. | zephyrus | 1 | -13/+12 |
2008-09-01 | - Mercenary Bonus Status (currently activated each mob kill for testing). | zephyrus | 1 | -2/+4 |
2008-09-01 | - Mercenary Loyalty Updates. | zephyrus | 1 | -5/+10 |
2008-09-01 | Skip woe:se treasure boxes when counting max. item droprate (followup to r131... | ultramage | 1 | -1/+1 |
2008-08-31 | * More mercenary updates. | zephyrus | 1 | -55/+72 |
2008-08-31 | - Limitations to WoE SE Treasures (no steal, drop rates, no class change). | zephyrus | 1 | -6/+6 |
2008-08-28 | Replaced the engrish ksprotection message with one provided by Itakou. | ultramage | 1 | -1/+1 |
2008-08-24 | - Mercenary Dismiss packet and some corrections. | zephyrus | 1 | -1/+1 |
2008-08-24 | - Moving all content of Homunculus code to a proper file Homunculus.c/h | zephyrus | 1 | -1/+1 |
2008-08-20 | - Do not trigger event if killed by script at all. | zephyrus | 1 | -11/+11 |
2008-08-20 | - Removed my barricade implementation. Not required in WoE SE. | zephyrus | 1 | -212/+0 |
2008-08-12 | Now using proper enum type for mob skill state tracking. | ultramage | 1 | -1/+1 |
2008-08-12 | Added updated client effects list. | ultramage | 1 | -36/+42 |
2008-08-10 | Some small code cleaning | ultramage | 1 | -1/+2 |
2008-08-04 | - Killed mobs with NPC_REBIRTH skill used should not drop items again. (Aegis... | zephyrus | 1 | -37/+44 |
2008-07-31 | Removed the mob controller system, now a customization (see topic:194375). | ultramage | 1 | -82/+3 |
2008-07-30 | Removed the IRC bot system, now a customization (see topic:194306) | ultramage | 1 | -4/+0 |
2008-07-26 | Replaced occurences of '-1' with the more appropriate 'INVALID_TIMER' value w... | ultramage | 1 | -5/+5 |
2008-07-26 | - Implemented official Convex Mirror (With help of Yomanda and Sirius White) | zephyrus | 1 | -1/+2 |
2008-07-05 | * Moved the mob killmonster flag to a more appropriate area. (bugreport:1795) | sketchyphoenix | 1 | -1/+1 |
2008-06-29 | - Added support to Cash Shop for script command callshop | zephyrus | 1 | -8/+21 |
2008-06-22 | Added support for killmonster to fire OnMyMobDead optionally. | sketchyphoenix | 1 | -1/+1 |
2008-06-21 | * Fixed a bug where the "OnMyMobDead" event wouldn't trigger if the mob was k... | sketchyphoenix | 1 | -0/+3 |
2008-05-08 | - Added some new items and headgears. | zephyrus | 1 | -50/+76 |
2008-05-07 | - Added function battle_attr_ratio to handle just getting the attribute table... | skotlex | 1 | -8/+1 |
2008-05-02 | * Changes to map_foreach* functions: | FlavioJS | 1 | -3/+2 |
2008-05-02 | Replaced the very ineffective clif_foreachclient() with map_foreachpc() since... | ultramage | 1 | -1/+1 |
2008-05-01 | Replaced the integers+checking approach in r12679 with usage of floating poin... | ultramage | 1 | -6/+6 |
2008-05-01 | Implemented get_percentage() for compact and safe calculation of percentual v... | ultramage | 1 | -6/+6 |
2008-04-27 | Cleaning up the itemdb reload mess (see r12635, r12643, r12650, r12661, r1266... | ultramage | 1 | -0/+5 |
2008-04-21 | * Changed the data field of timers from int to intptr. | FlavioJS | 1 | -12/+12 |
2008-04-15 | * Corrected some invalid syntax in skill_db.txt (wrong usage of commas) | ultramage | 1 | -16/+1 |
2008-04-08 | Full revert of r12402, could be the cause of mob respawn problems (followup t... | ultramage | 1 | -7/+0 |
2008-04-07 | * Made script command 'flagemblem' and guild_emblem_change send an update of ... | FlavioJS | 1 | -12/+35 |
2008-04-07 | Improved the Mental Sensing fix from r12507 to not start the status at all, i... | ultramage | 1 | -1/+1 |
2008-04-06 | NVM on last fix (r12510). | Kevin | 1 | -1/+1 |
2008-04-06 | Changed Mental Vision fix (r12507) to check for mexp rather then the boss fla... | Kevin | 1 | -1/+1 |
2008-04-06 | Mind Sensing no longer gives an xp bonus on bosses. (bugreport:1282) | Kevin | 1 | -1/+1 |
2008-03-26 | Adjusted eAthena code to compile cleanly in C++ mode. | ultramage | 1 | -8/+8 |
2008-03-24 | * Reorganized the contents of the mapserver's header files. | ultramage | 1 | -0/+1 |