summaryrefslogtreecommitdiff
path: root/src/map/skill.c
AgeCommit message (Expand)AuthorFilesLines
2012-03-18* uncluttered DB paths between REMODE on/off a littlelordttseven1-13/+6
2012-03-18Fixed Mechanic Hovering skill, bugreport:5363shennetsind1-0/+4
2012-03-18Fixed Sura Windmill skill effect, bugreport:5438shennetsind1-1/+2
2012-03-18Added Official behavior to non-ensamble songs: they no longer go off if you w...shennetsind1-2/+60
2012-03-18Added Official Guild Aura Implementation bugreport:667shennetsind1-7/+33
2012-03-17fixed gcc warning, removed unused variable 'flag'shennetsind1-5/+3
2012-03-17Rewrote SC_MAGICPOWER to behave like on official serverslordttseven1-47/+38
2012-03-16* forgot to also actually store the skill ids as numbers (follow-up to r15692...lordttseven1-4/+2
2012-03-16* fixed null pointer dereference in skill_name2id (bugreport:5455)lordttseven1-1/+1
2012-03-15Status change packet cleanuplordttseven1-1/+1
2012-03-13Enhanced `DBMap` implementation to allow storing integer type data in additio...gepard19841-5/+5
2012-03-07Fixed a few Ranger-related skills (bugreport:5272)xantara1-2/+22
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