summaryrefslogtreecommitdiff
path: root/src/map/skill.c
AgeCommit message (Expand)AuthorFilesLines
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
2011-12-29Confirmed on official server with assasin lvl 59 that venom dust poison doesn...shennetsind1-1/+1
2011-12-29Revert of r15298, will move it to the bug tracker. not a commit worth of the ...shennetsind1-1/+1
2011-12-29it has been confirmed on a official server that AoE skills (e.g. storm gust) ...shennetsind1-1/+1
2011-12-29Fixed storm gust to always throw foe backwards from storm gust center, confir...shennetsind1-1/+1
2011-12-29reverting r15231 as per bugreport:1154shennetsind1-5/+0
2011-12-26Added support for Renewal Mode exclusive skill files, as per Kenpachi requestshennetsind1-0/+6
2011-12-26Added support for 'reins of mount' item, bugreport:5137shennetsind1-1/+10
2011-12-24Added official elemental converter creation window handling, bugreport:5144shennetsind1-1/+1
2011-12-24Fixed baby classes forging/brewing rates, bugreport:4847shennetsind1-1/+1
2011-12-24Fixed Sevenwinds (warm wind) and Miracle from being dispellable, bugreport:4889shennetsind1-1/+2
2011-12-23Fixed all sniper traps (except ankle snare) from working on their owner; bugr...shennetsind1-0/+5
2011-12-23* Merged changes up to eAthena 15038.eathenabot1-5/+3
2011-12-22Fixed create elemental converter, bugreport:5142shennetsind1-1/+1
2011-12-20vending bugfix for bugreport:947shennetsind1-1/+3
2011-12-20Storm Gust bug fix for bugreport:1813, also fixed a casual overflow in sg_cou...shennetsind1-0/+5
2011-12-20Fixed Devotion vs Reflection bug, bugreport:4508shennetsind1-3/+6
2011-12-20* Fixed invalid state running of TK_JUMPKICK (Flying Kick).protimus1-1/+5
2011-12-20* Fixed Cracker (GS_CRACKER) not work the stun effect.protimus1-11/+6
2011-12-20Fixed Ankle Snare visibility issue, bugreport:3961shennetsind1-0/+8
2011-12-20fix to timer errors on tweakwon kicks, bugreport:4028shennetsind1-1/+2
2011-12-17Assassin Cross of Sunset fix, bugreport:4631 credits to epoqueshennetsind1-1/+1
2011-12-17Fixed blinker+evil druid vs status recovery bug, bugreport:326shennetsind1-1/+1
2011-12-17Trick Dead may now be canceled with provoke, bugreport:4612shennetsind1-0/+1
2011-12-17parenthesis makes all the difference, found as bugreport:4631shennetsind1-1/+1
2011-12-17Poem Bragi, Whistle, Assasin Cross, Apple Idun, Humming, Don't Forget me, For...shennetsind1-6/+17
2011-12-17Fixed bug with quest skills duration, shrink, sight blaster, etc), bugreport:...shennetsind1-42/+10
2011-12-15Added new skill inf: INF2_NOLP, for bugreport:4347.shennetsind1-1/+1
2011-12-15Arrow Shower now works over land protector, bugreport:4347shennetsind1-1/+1
2011-12-14Renamed RRMODE to REMODEshennetsind1-1/+1
2011-12-14- Fixed Sky Deleter Card (and similar items) not healing when killing a monst...epoque111-1/+3
2011-12-14- Added new check conditions to prevent abuse from no-delay .act files (bugre...epoque111-8/+35
2011-12-13Follow up r15084, tested and adjustedshennetsind1-3/+1
2011-12-13added cool down saving, bugreport:3976shennetsind1-1/+63
2011-12-13- Optimised the guild aura routine which was wasting cycles by processing eve...epoque111-15/+6
2011-12-06Fixed "Highness Heal" Heal -- would not apply it's boost over AL_HEAL properl...shennetsind1-4/+5
2011-12-05Merging RREmu into rAthena -- quite a few stuff yet to be renamed, but we'll ...shennetsind1-67/+2409
2011-10-16* Changed function-like macros into inline functions where it seemed appropri...ai4rei1-1/+4
2011-09-18* Fixed CR_SLIMPITCHER passing item requirement index to itemdb_search when u...ai4rei1-1/+1
2011-08-23- Rewrote/updated the SC_COMBO logic. Got rid of state.combo and added usage ...Skotlex1-21/+18
2011-08-10- Commiting a bunch of cleanups piled up from the past few weeks/months/years.Skotlex1-24/+25
2011-06-30Replaced custom type 'intptr' with standard 'intptr_t'.ultramage1-7/+7
2011-06-25Slightly cleaned up some ancient Brandish Spear code:ultramage1-50/+55