summaryrefslogtreecommitdiff
path: root/src/map/skill.c
AgeCommit message (Expand)AuthorFilesLines
2012-03-02- reverted r15523 (broken workaround for an underlying issue, see bugreport:5...lordttseven1-23/+1
2012-03-01Enabled `DB_OPT_RELEASE_DATA` for several `DBMap`s to simplify data freeing.gepard19841-13/+4
2012-03-01Fixed skillname->ID DBMap storing skill integer value in void pointer.gepard19841-4/+6
2012-02-27Fixed Heal amount on skill levels 1~9 (since r15009, bugreport:5372).gepard19841-1/+1
2012-02-22Fixed Royal Guard's Banding skill & icon activation (bugreport:5210)xantara1-1/+16
2012-02-22Applied renewal skill changes: (bugreport:5302)xantara1-1/+1
2012-02-19Initial support for Wanderer and Minstrel, and a few adjustments here and the...shennetsind1-58/+406
2012-02-18Initial Support for Shura and a few adjustments here and there.shennetsind1-69/+253
2012-02-17Fixed bShortWeaponDamage to work against cart termination, bugreport:5328shennetsind1-3/+3
2012-02-17Fixed Royal Guard shield dispell to take shieldmdef in account for the durationshennetsind1-1/+1
2012-02-17Initial support for Shadow Chaser and a few adjustments here and there.shennetsind1-117/+299
2012-02-14Fixed skill timers being added even if source has been already removed from m...gepard19841-0/+2
2012-02-13 - Added `libconfig` (configuration file library: http://www.hyperrealm.com/l...gepard19841-7/+6
2012-02-11Fixed bug with abracadabra self skills not working, bugreport:5310shennetsind1-1/+2
2012-02-11Fixed compiler warning when compiled with #REMODE disabledshennetsind1-1/+1
2012-02-09Fixed bug that didn't allow LV 90+ TK Rankers from being able to use kicks no...shennetsind1-4/+2
2012-02-09Added some renewal behaviors of skills from bugreport:5302 (all under renewal...shennetsind1-1/+8
2012-02-09Added renewal behavior to safety wall (exclusive to remode)shennetsind1-3/+9
2012-02-09Added some renewal behaviors of skills from bugreport:5302 (all under renewal...shennetsind1-1/+12
2012-02-08Fixed waterball not canceling magic power if target is killed while not all s...shennetsind1-7/+11
2012-02-04` Fixed Warg Dash skill to continuously run until codiling with an object (bu...xantara1-6/+20
2012-02-04` Fixed Guillotine Cross Poisons (bugreport:5275)xantara1-1/+17
2012-01-30- Removed more trailing tabs.brianluau1-13/+13
2012-01-30Fixed map-server crashing when monster was killed by a reflected Waterball or...gepard19841-9/+8
2012-01-30- Removed trailing tabs, and fixed some spacing.brianluau1-1/+1
2012-01-28Fix to Storm Gust work around Land Protector.protimus1-1/+23
2012-01-23Fixed memory leaks related to skill cooldown saving (bugreport:5261).gepard19841-2/+13
2012-01-23` Fixed Emperium's skill damage/heal and elemental resist (eg. Aspersio) - bu...xantara1-0/+9
2012-01-22- Updated skill cooldown system to prevent multiple recordings of skill delaysepoque111-16/+46
2012-01-22Minor cleanups, mostly reducing scopes.xazax-hun1-8/+7
2012-01-18Fixed Royal Guard's Inspiration skill - Now decreases exp by 1% - bugreport:5211xantara1-2/+2
2012-01-18Reorganized picklog functions a bit to reuse some common code.gepard19841-2/+2
2012-01-17Enabled Mersenne Twister MT19937 as random number generator instead of standa...gepard19841-95/+96
2012-01-17* Merged changes up to eAthena 15058.eathenabot1-1/+1
2012-01-17- Follow up to r15472.eathenabot1-53/+53
2012-01-17* Merged changes up to eAthena 15054. [ai4rei]eathenabot1-134/+139
2012-01-15Fixed Flying Side Kick, you can now use it in non-foe and jump to their locat...shennetsind1-8/+9
2012-01-14minor cleanup: removed duplicate magnum break code, bugreport:3057shennetsind1-12/+5
2012-01-14Follow up r15453 -- first sign of lack of sleep! missed 2 changes from the me...shennetsind1-2/+0
2012-01-14Added updated magic rod behavior -- displays animation on use. bugreport:5236shennetsind1-1/+1
2012-01-14Small Life Potion, Medium Life Potion and Regeneration Potion are no longer d...shennetsind1-1/+2
2012-01-14Fixed a bug with autocast max_count checking, super special thanks to calciumkidshennetsind1-3/+3
2012-01-11Picklog improvements:gepard19841-19/+21
2012-01-08Fixed Exceed Break to work properly.protimus1-1/+1
2012-01-07Initial support for Royal Guard and some adjustments here and there.shennetsind1-49/+435
2012-01-04Re-designed /db/ folder structure as previously discussed.shennetsind1-10/+14
2012-01-04*Fixed compile warning.Chilly01231-1/+1
2012-01-04*Added 2 new accessory skills.Chilly01231-0/+32
2012-01-04Fixed trap bugs as per bugreport:2817 (you finally can attack traps directly :0)shennetsind1-4/+4
2012-01-03Fixed Self Destruction from hitting hidden characters, bugreport:310shennetsind1-1/+5