summaryrefslogtreecommitdiff
path: root/src/map/skill.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-07* Merged changes from trunk [14895:14966/trunk].ai4rei1-46/+44
2011-09-30* Fixed skill_calc_heal applying heal bonuses only to AL_HEAL.L0ne_W0lf1-58/+81
2011-08-28*Fixed Blessing crashing the server when used on monsters, monster weapon att...L0ne_W0lf1-2/+2
2011-08-28* Fixed AB_ADORAMUS's partner and item check.Inkfish1-15/+12
2011-08-28* Added a null pointer check to AB_CLEMENTIA and AB_CANTO.Inkfish1-5/+5
2011-08-27* Reverted unnecessary signature change of clif_skill_fail from r14941.Gepard1-138/+138
2011-08-27- Implemented first version of Archbishop skills. Preliminary version, see do...L0ne_W0lf1-206/+629
2011-07-10* Merged changes from trunk [14827:14894/trunk].ai4rei1-64/+69
2011-04-09* Merged changes from trunk [14742:14782/trunk].ai4rei1-0/+1
2011-03-09* Merged changes from trunk [14688:14739/trunk].Kisuka1-2/+16
2011-01-30* Merged changes from trunk [14636:14686/trunk].ai4rei1-121/+104
2010-12-27* Merged fixes from trunk for script command 'checkweight' (r14631) and skill...ai4rei1-0/+5
2010-12-26* Merged changes from trunk [14496:14630/trunk].ai4rei1-33/+36
2010-11-23* Added script command pushpc, which is required by newer scripts.ai4rei1-39/+2
2010-11-02Applied patch by xazax to clean up various bits of code across mapserver code...Paradox924X1-9/+1
2010-10-11Implemented official cash food behavior, including use delay, not being dispe...Paradox924X1-27/+29
2010-10-11Applied ultramage's fix to prevent a segfault when a mob dead event triggered...Paradox924X1-0/+3
2010-10-09Replaced all nullpo_retr() calls which returned 0 with nullpo_ret() calls.Paradox924X1-67/+67
2010-09-20Fixed when devoter is killed by the redirected damage, devotee takes the whol...Inkfish1-17/+17
2010-09-18* Added bard/dancer songs and duets to the nodispell list. (bugreport:4411)L0ne_W0lf1-1/+7
2010-09-12All direct damages such as reflected damage or Tarot Card damage should not b...Inkfish1-2/+20
2010-09-06* Implemented Icescope's fix for devotion, reflect damage is no longer absorb...L0ne_W0lf1-1/+1
2010-08-28Replaced a map_moveblock() call with a call to unit_movepos() to prevent an e...Paradox924X1-1/+1
2010-08-19- Implemented usage of packets 0x7fa and 0x7f7, 0x7f8, 0x7f9. These are used ...Skotlex1-12/+12
2010-08-17* Attempting to tackle, and fix some simple errors in skills.L0ne_W0lf1-17/+12
2010-07-31* Implemented three new mercenary skills.L0ne_W0lf1-2/+9
2010-06-28* Updated specialeffect2 to accept player names. (follow up to r14353)L0ne_W0lf1-2/+2
2010-06-28* Follow up to r13895, added a battle.conf setting to control if ranges shoul...L0ne_W0lf1-4/+7
2010-06-14* Blocked being able to use the skill CR_DEVOTION on players under the status...L0ne_W0lf1-2/+6
2010-05-30Damaged reflected from skills will now be shown as multiple hits if the skill...Paradox924X1-1/+1
2010-03-30Fixed the first item in the inventory is unbreakableInkfish1-1/+1
2010-03-24* Implemented NPC_TALK (Credit to SnakeDrak and Daegaladh)L0ne_W0lf1-0/+1
2010-02-19* Fixed NPC_INVINCIBLE can be dispelled. (bugreport:4046)Inkfish1-1/+1
2010-02-062010/02/06Inkfish1-3/+3
2010-01-28* SN_SHARPSHOOTING is no longer affected by AC_VULTURE. (Bugreport:3909)L0ne_W0lf1-2/+0
2010-01-28Reverted r3619. Evidences show Margaretha Solin Card works when player is hit...Inkfish1-1/+1
2010-01-19Intimidate now checks the distance between source and target in case it kills...Inkfish1-1/+1
2010-01-19Intimidate should warp you anyway even if the target died.Inkfish1-1/+1
2010-01-15* Fixed change cart packet doesn't check for skill.Inkfish1-3/+5
2009-12-27Fixed Meteor Assault and Spread Attack have twice the chance to trigger AutoS...Inkfish1-1/+6
2009-12-08Corrected a variable defined in a header file.ultramage1-1/+3
2009-12-02Semi-revert of 14182, moved ALL_WEWISH up under SA_GRAVITY instead, as I hadn...L0ne_W0lf1-3/+1
2009-12-02Added skill ALL_WEWISH. This skill in older clients plays a song, however in ...L0ne_W0lf1-0/+3
2009-11-26* NPC event code cleanups.Inkfish1-5/+7
2009-11-19- Applied the renewal client support patch from Diablo (eA forum topic 222623)skotlex1-0/+3
2009-11-04* All Songs/Dances now create a 3 second delay before Adaption can be used.Inkfish1-4/+7
2009-11-02* Quick fix to char command checking gm level of the target player instead of...Inkfish1-1/+1
2009-11-01* Implemented the fix for Slim Pitcher working on WoESE objects (bugreport:36...L0ne_W0lf1-1/+2
2009-10-27* Cast time of Emergency Call is doubled if you master of High Jump. Inkfish1-3/+3
2009-10-27Fixed quest will never get erased when it's the only quest you have.Inkfish1-6/+12