summaryrefslogtreecommitdiff
path: root/src/map/skill.c
AgeCommit message (Expand)AuthorFilesLines
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
2012-01-03Fixed bug with lullaby not ending after moving out of ensamble area (with lon...shennetsind1-1/+1
2012-01-03removed ALL_RIDING, as per information provided by Muad_Dib the skill is mean...shennetsind1-9/+0
2012-01-01ALL_RIDING (Reins of Mount) item no longer screams the skill name upon being ...shennetsind1-1/+0
2011-12-31Fixed Wink of Charm, affected mobs will now follow caster during effect, bugr...shennetsind1-1/+1
2011-12-29Fixed SC_BURNING icon not going off after it was over;shennetsind1-2/+2
2011-12-29Follow up r15316, fixed a gcc warning (tsc was uninitialized)shennetsind1-5/+8
2011-12-29Fixed Dragon Breath don't causes damage on hidden enemies.protimus1-2/+7
2011-12-29Fixed TK Mission from getting random mobs not available from dead branch list...shennetsind1-1/+1
2011-12-29Fixed exploit with infinite item use, bugreport:2973shennetsind1-1/+6
2011-12-29Fixed Autospell bugs with stacking, foot check, and max_count check. bugrepor...shennetsind1-6/+90