summaryrefslogtreecommitdiff
path: root/src/map/unit.c
AgeCommit message (Expand)AuthorFilesLines
2009-05-27* skill_check_condition clean up (bugreport:2770, bugreport:2957, bugreport:3...Inkfish1-2/+2
2009-05-22NPC_STOP now stops both sides and will be canceled if either side teleports o...Inkfish1-1/+2
2009-05-22* The delay icon doesn't appear during casting now. (bugreport:3101)Inkfish1-4/+0
2009-05-20* Now fiberlocking a fiberlocked target doesn't renew the timer but instead i...Inkfish1-1/+1
2009-05-19* Miracle should only be dispelled on map change.Inkfish1-1/+0
2009-05-15Cleaning/fixing the previous commits a bitultramage1-3/+3
2009-05-15- Fixed a bunch of invalid memory access bugs as reported by Valgrind.skotlex1-26/+19
2009-05-12* Removed DEF reduction display when casting GrandCross.Inkfish1-19/+9
2009-05-07* Fixed splash damage from Baphomet Card might miss. [Inkfish]Inkfish1-10/+30
2009-05-03* Block equipments switching for some skills (bugreport:2900)Inkfish1-0/+18
2009-04-28- Avoid setting the canwalk delay after being hit if the target is already un...skotlex1-2/+2
2009-03-25Fixed skill delay paw print icons showing for far too long.Sara1-2/+2
2009-03-24Some fixes to my previous commit.Sara1-4/+4
2009-03-24sorry for so many commits, have no time to testakrus1-1/+1
2009-03-24Lol :xakrus1-3/+3
2009-03-24* Added support for new status change packet, uses new setting display_status...Sara1-4/+10
2009-03-18- Implemented new item and bonuses for Kreiger Von Midgard rewards.zephyrus1-0/+1
2009-02-26- Fixed item Nemesis.zephyrus1-1/+3
2009-01-25- Implemented new Pet Bonus System. Enjoy!! :Dzephyrus1-3/+4
2009-01-22* Changed val4 of SC_BLADESTOP from a block_list pointer to an id. (64bit por...FlavioJS1-1/+1
2009-01-13Mobs with nonzero spawn time can now be cached as well, saving some more cpu/...ultramage1-1/+6
2008-12-30* Changes to the script engine:FlavioJS1-0/+1
2008-11-22* Hunted down the simpler 64bit pointer truncations.FlavioJS1-1/+1
2008-11-16- Item Rental System.zephyrus1-0/+1
2008-10-01* Rev. 13251 Removed 'casttime' adjustment from offensive ressurection. Follo...L0ne_W0lf1-1/+0
2008-09-21Corrected Offensive Res using Turn Undead cast time. (bugreport:1704)L0ne_W0lf1-1/+1
2008-09-10- Full implementation of mercenary skills.zephyrus1-29/+36
2008-09-09Enabled WoE SE to be run independently of WoE. Let's see how long it is befor...L0ne_W0lf1-1/+1
2008-08-31- A proper mercenary lifetime calculation.zephyrus1-3/+2
2008-08-31* More mercenary updates.zephyrus1-25/+38
2008-08-24- Implemented Mercenary Scrolls (item_db)zephyrus1-5/+2
2008-08-24- Moving all content of Homunculus code to a proper file Homunculus.c/hzephyrus1-0/+1
2008-08-24- Implemented unit_calc_pos (copy from pet_calc_pos) to implement it on Merce...zephyrus1-0/+56
2008-08-23- Completed Mercenary Create, Delete, Save. Tests OK.zephyrus1-141/+199
2008-08-23- Mercenary Packets (Server to Client). Still need a little more info.zephyrus1-1/+2
2008-08-22- Ups. I forget this merge about Basilica (caster cannot walk).zephyrus1-0/+1
2008-08-21- Big update to Basilica, implementing official behavior.zephyrus1-10/+10
2008-08-01Removed unused guardian hp columns from the guild castles table in main.sql (...ultramage1-1/+1
2008-07-31Removed the mob controller system, now a customization (see topic:194375).ultramage1-7/+0
2008-07-26Replaced occurences of '-1' with the more appropriate 'INVALID_TIMER' value w...ultramage1-14/+14
2008-07-09* Added const to the return value of get_timer.FlavioJS1-3/+3
2008-07-04- Timer set to -1 soon, previous to timer deletion :Ozephyrus1-5/+6
2008-07-03Adjusted Free Cast code so that its walk penalty gets calculated in status_ca...ultramage1-8/+9
2008-06-24Cleaned up unconditional calls to status_change_end().ultramage1-37/+19
2008-06-22- Basilica knockback effect is only for mobs, not everybody x.xzephyrus1-4/+3
2008-06-21Fixed a not-so-well implemented basilica fix that was reverted in 12869.sketchyphoenix1-2/+9
2008-06-21Reverted the basilica knockback patch (r12852( because it causes bad position...ultramage1-7/+1
2008-06-18Fixed basilica behavior not knocking back monsters 2 cells should one attempt...sketchyphoenix1-1/+7
2008-06-02- Added support for OnTouchNPC event, required for Monster Race. Script comma...zephyrus1-3/+4
2008-05-02Replaced the very ineffective clif_foreachclient() with map_foreachpc() since...ultramage1-1/+1