summaryrefslogtreecommitdiff
path: root/src/map/skill.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-11-10Fixed a bug in r11384 letting you bypass requirements for some skills (see bu...ultramage1-12/+1
2007-11-09Replaced several 'int' variables with enums that they represent.ultramage1-11/+7
2007-11-06Fixed a crash caused by a mistake in r11657 (bad macro -> function code conve...ultramage1-7/+9
2007-11-05Corrected the max. allowed skill name length, and optimized code that works w...ultramage1-376/+320
2007-11-05Changed the skill_db.txt skill names in comments into actual columns, now the...ultramage1-838/+192
2007-11-02Removed some long-unneccessary debug messages (from r1105).ultramage1-31/+10
2007-11-02- Modified trap related code so it behaves as explained by Playtester: Traps ...skotlex1-19/+6
2007-10-31* Added names to the SC_ and SI_ enums, now they can be used to properly indi...ultramage1-3/+3
2007-10-31- Fixed the pc_additem weight check breaking when your current weight is abov...skotlex1-1/+1
2007-10-28- Corrected the firewall/kaensin knockback code to how it is supposed to be d...skotlex1-2/+1
2007-10-27Removed 'petid', a command from r284 to look up pet ids by name.ultramage1-6/+3
2007-10-27* Fixed TXT charserver doing periodic random-sized memory allocation (bugrepo...ultramage1-53/+31
2007-10-26- Removed the config setting firewall_hits_on_undead setting, Firewall and ka...skotlex1-18/+16
2007-10-24* Cleaned up some messy guild code (more to come)ultramage1-8/+9
2007-10-22* Heat isn't supposed to consume SP when used against playersPlaytester1-3/+3
2007-10-21- Removed SC_INCAGIRATE/SC_INCDEXRATE as they are not used anymore (and where...skotlex1-3/+4
2007-10-20* Some more updates to the skill unit codePlaytester1-6/+6
2007-10-19- Added bonusautoscript and bonusautoscript2. These are used to attach a scri...skotlex1-0/+34
2007-10-18Fixed some gcc-specific stuff, silenced some more warningsultramage1-2/+2
2007-10-18Fixed numerous /W4 warnings (and created more :)ultramage1-11/+10
2007-10-18* Further optimization of the skill unit codePlaytester1-27/+16
2007-10-18* Optimized the skill unit codePlaytester1-21/+37
2007-10-18Some code cleaning...ultramage1-4/+4
2007-10-17* Ground skill now can trigger every 20msPlaytester1-1/+1
2007-10-16* Venom Splasher fixes according to bugreport:230ultramage1-5/+6
2007-10-16* Fixed a copy-paste mistake in disguise code (from r5833)ultramage1-96/+88
2007-10-16- Fixing TK Mission asigning non spawning mobs.zephyrus1-1/+1