summaryrefslogtreecommitdiff
path: root/src/map/skill.c
AgeCommit message (Expand)AuthorFilesLines
2008-01-29- Plagiarize can no longer copy skill levels beyond their max skill_db value.skotlex1-5/+11
2008-01-21- Optimized some code about @size changes in chars.zephyrus1-2/+3
2008-01-20- Fixed a comparison whn doing item searchesskotlex1-11/+10
2008-01-17Icewalls can no longer be knocked back (see bugreport:38)ultramage1-2/+5
2008-01-14- Fixed missing mob_spawn call, which was making CR_CULTIVATION not actually ...skotlex1-1/+3
2008-01-14* Client packet correctionsultramage1-9/+2
2008-01-14Simplified the BL_CAST macro (see topic:166795)ultramage1-31/+31
2008-01-11Applied Skotlex's alternative to r12044 (abracadabra fix)ultramage1-9/+6
2008-01-11- Implemented the extra damage bonus to TK_JUMPKICK when it is used while run...skotlex1-4/+7
2008-01-11- Corrected CR_CULTIVATION to cause summoned plants to expire after 5 minutes.skotlex1-3/+6
2008-01-10- Fixed getmonsterinfo to return "null" when returning the name of a non-exis...skotlex1-9/+12
2008-01-10Fixed Abracadabra unable to cast non-targeted skills (bugreport:186)ultramage1-9/+15
2008-01-10Another round of login server cleaningultramage1-3/+4
2008-01-10- Removed 'skill_steal_type' from skill.conf as said config no longer exists.skotlex1-1/+1
2008-01-09- corrected duration of sphere mines to be 30 secs regardless of skill levelskotlex1-1/+5
2008-01-08- Made the pc reg variables receive a const char* as the argument, since they...skotlex1-1/+0
2008-01-08git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12031 5...reddozen1-0/+6
2008-01-06- Fixed Overthrust's timer not being able to be refreshed when recasting it (...skotlex1-1/+1
2008-01-06Cleaned up mob_once_spawn() and mob_once_spawn_area().ultramage1-2/+2
2008-01-04Waterball code cleanup (see bugreport:707)ultramage1-40/+28
2008-01-04Modified the map_setcell() code to to use a boolean flag instead of needing S...ultramage1-43/+30
2008-01-04- Fixed Music Lesson's effect on Assassin Cross of Sunset.skotlex1-1/+1
2008-01-03Changes to reduce the number of map cell typesultramage1-13/+7
2008-01-03Map cell mechanism rewriteultramage1-2/+1
2007-12-23- Fixed horrible handling of skill_abra_db which leads to memory corruption (...skotlex1-15/+20
2007-12-22Fixed non-skill splash attacks showing 'unknown skill' (bugreport:665)ultramage1-1/+1
2007-12-22Path code cleaning...ultramage1-2/+3
2007-12-22Fixed mob AI code iterating over non-mob objects without checking, when monst...ultramage1-1/+1
2007-12-18- Cleaned up a bit the format of skill_db.txt (that comma next to the skill n...skotlex1-2/+2
2007-12-14- corrected Option_Xmas value in const.txtskotlex1-1/+4
2007-12-10- Cleared up npc shop id when warping a player.skotlex1-1/+1
2007-12-09Changed Cloaking to not show an animation when it fails (thanks to Harbin for...ultramage1-47/+54
2007-12-09- Cleaned up a bit the code for HVAN_CHAOTICskotlex1-4/+4
2007-12-08- Fixed a 'variable may be used uninitialized' error.skotlex1-2/+3
2007-12-08- Changed the chaotic delay from block to delay since it just a secskotlex1-2/+0
2007-12-07- Fixed ensembles skills.skotlex1-1/+1
2007-11-29- Integrated the SG related info of hate_mob and feel_map into a single struc...skotlex1-14/+12
2007-11-28- Corrected skill_check_condition to not delete items right away for certain ...skotlex1-33/+36
2007-11-28Fixed reflected spells bypassing WoE no-knockback restriction, because the co...ultramage1-1/+1
2007-11-27- Corrected the online_data_cleanup routine setting offline characters that a...skotlex1-1/+2
2007-11-24Fixed a crash when Slim Pitcher is cast (due to one unconverted piece of code)ultramage1-1/+1
2007-11-23- Added a few missing skill fail messages on cast-end-pos skills.skotlex1-2/+9
2007-11-22- Changed the status_change structure to use dynamic rather than static memor...skotlex1-350/+342
2007-11-21random cleanupultramage1-3/+0
2007-11-21* Homunculi now reset their can-act delay on call/resurrect/mapchange (allows...ultramage1-2/+0
2007-11-20- Implemented SL_SUPERNOVICE erasing the death record 1% of the casts.skotlex1-0/+7
2007-11-19- removed 'skill_fail' message when a ground skill fails as that caues double...skotlex1-5/+1
2007-11-17Removed battle_config.error_log as console_silent already handles thisultramage1-12/+7
2007-11-15- Added 2 new status changes for Life and Regeneration Potions [Zephyrus]zephyrus1-4/+14
2007-11-13Added error reporting for invalid rows in skill db files.ultramage1-6/+12