summaryrefslogtreecommitdiff
path: root/src/map/skill.c
AgeCommit message (Expand)AuthorFilesLines
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
2011-06-22Added enum e_skill_flag to represent the values of struct s_skill's complicat...ultramage1-3/+3
2011-05-29Renamed clif_parse_ReqFeel to clif_feel_req (since r4352).ultramage1-1/+1
2011-05-23* Changed enumerating defines into enumerations (related topic:264007).ai4rei1-3/+3
2011-03-20* Random accumulated tweaks and fixes.ai4rei1-0/+1
2011-02-19* Implemented buying store system (aka. reverse vending, purchase shop) toget...ai4rei1-0/+6
2011-01-31* Various accumulated cleanups and fixes.ai4rei1-2/+10
2011-01-14* Removed unconditional redundant status change checks before status_change_e...ai4rei1-36/+18
2011-01-14* Replaced remaining occurences of '-1' with 'INVALID_TIMER', where appropria...ai4rei1-103/+104
2010-12-27* Fixed skill_can_produce_mix not checking, whether or not the produced goods...ai4rei1-0/+5
2010-12-17* Added temporary check to skill_delunitgroup to prevent crashes when 'group'...ai4rei1-2/+6
2010-12-02* Various code tweaks and updates related to item types.ai4rei1-2/+2
2010-12-02* Various additions and updates to the comments and documentation of packets ...ai4rei1-1/+1
2010-12-02* Removed clif_weather_sub and clif_misceffect2 in favor of clif_specialeffec...ai4rei1-1/+1
2010-12-01* Fixed bAutoSpellOnSkill bonuses could not be chained (bugreport:4421, since...ai4rei1-8/+9
2010-11-29* Insignificant code tweaks: removal of excess function declarations and self...ai4rei1-2/+0
2010-11-28* Added emotion_type enumeration for clif_emotion constants.ai4rei1-3/+3
2010-11-28* Added clr_type enumeration for vanish effect constants.ai4rei1-14/+14
2010-11-23* Added script command pushpc, which is required by newer scripts.ai4rei1-39/+2