summaryrefslogtreecommitdiff
path: root/src/map/status.c
AgeCommit message (Expand)AuthorFilesLines
2010-11-28* Added clr_type enumeration for vanish effect constants.ai4rei1-5/+5
2010-11-28* Fixed pets derived from immobile monsters not being able to walk (bugreport...ai4rei1-1/+9
2010-11-28* Fixed a crash when using food status bonuses with cash food status bonuses ...ai4rei1-24/+24
2010-11-24* Fixed calls to pc_delautobonus assuming map_session_data::autobonus2 and ma...ai4rei1-2/+2
2010-11-16Follow-up to r14456. Default initialize atk_rate to 0 instead of 100 to match...Paradox924X1-4/+5
2010-11-02Applied patch by xazax to clean up various bits of code across mapserver code...Paradox924X1-4/+0
2010-11-02Changed Normal and Cash Food statuses so they do not stack and overwrite the ...Paradox924X1-0/+96
2010-10-11Implemented official cash food behavior, including use delay, not being dispe...Paradox924X1-0/+37
2010-10-09Replaced all nullpo_retr() calls which returned 0 with nullpo_ret() calls.Paradox924X1-13/+13
2010-09-12All direct damages such as reflected damage or Tarot Card damage should not b...Inkfish1-18/+1
2010-09-07Added MD_TARGETWEAK to list of modes not to give a player when calculating pl...Paradox924X1-1/+1
2010-09-06* Implemented Icescope's fix for devotion, reflect damage is no longer absorb...L0ne_W0lf1-1/+2
2010-08-18* Added bonus3 bAdd/SubEle, which allows you to specify a battle flag as well...L0ne_W0lf1-0/+1
2010-08-17* Attempting to tackle, and fix some simple errors in skills.L0ne_W0lf1-1/+1
2010-07-31* Implemented three new mercenary skills.L0ne_W0lf1-0/+3
2010-06-14* Blocked being able to use the skill CR_DEVOTION on players under the status...L0ne_W0lf1-2/+2
2010-06-01* Implemented the Manuk and Splendide item status effects, thanks to Epoque.L0ne_W0lf1-0/+17
2010-05-21* Increased gobal_reg_value to 256 from 96.L0ne_W0lf1-0/+2
2010-02-27Some generic code cleanups (unused struct, user counting, code comment). ultramage1-1/+1
2010-02-27Re-added the SI_EARTHSCROLL icon for taekwon's Happy Break status.ultramage1-1/+1
2010-02-27Fixed Poison Status killing monsters with low max hp(like plants).Inkfish1-1/+1
2010-02-07Bleeding doesn't kill non-player characters.Inkfish1-4/+6
2009-12-02* Autobonus code cleanups.Inkfish1-1/+0
2009-11-29- Official castle defense damage reduction/defense status changes. (bugreport...Kisuka1-8/+25
2009-11-26* NPC event code cleanups.Inkfish1-1/+4
2009-11-25Fixed damage doesn't cancel status changes.(followed up to r14164)Inkfish1-1/+1
2009-11-23* Fixed player keeps bleeding when dead.Inkfish1-10/+8
2009-11-07Added a flag to indicate if the script of an autobonus was parsed for the sak...Inkfish1-0/+1
2009-11-04* All Songs/Dances now create a 3 second delay before Adaption can be used.Inkfish1-1/+0
2009-10-26Implemented NPC_VAMPIREGIFT and NPC_WIDESOULDRAIN.Inkfish1-1/+1
2009-10-26* The status SC_INVINCIBLE now reduces all damage to 1.L0ne_W0lf1-1/+1
2009-10-25Reverted renaming foreach functions and create a new one for OnTouch so that ...Inkfish1-2/+2
2009-10-25* Implemented the official version of 'OnTouch' named as 'OnTouch_'.(it can b...Inkfish1-2/+5
2009-10-04- Implemented new packets for rental items (from Jobbie and Natz and fixed by...zephyrus1-0/+1
2009-10-02Marionette Control now has an infinite duration.(bugreport:2542)Inkfish1-5/+1
2009-09-23Added supports for Soul Bound.Inkfish1-1/+1
2009-09-17* Duration of SC_STONE is not reduced by MDEF.Inkfish1-2/+3
2009-08-21Added bMagicHPGainValue and bMagicSPGainValue.Inkfish1-0/+2
2009-07-22Added proper bounds of INT_MIN to INT_MAX for hp/sp when being sent to/from s...Paradox924X1-4/+4
2009-06-28fixed some typos on autobonusInkfish1-1/+1
2009-06-28* Implemented script command "autobonus". [Inkfish]Inkfish1-46/+6
2009-06-20* Changed Asura Strike/Jump Kick to target skill to get rid of the "target de...Inkfish1-2/+26
2009-06-19* Implemented script command "areamobuseskill" and skill NPC_INVINCIBLE and N...Inkfish1-1/+12
2009-06-17Fixed wings not working when used on top of Magnetic Earth.Inkfish1-1/+2
2009-06-15Removed the 'src' parameter from skill_delunitgroup() (see r5911) (bugreport:...ultramage1-4/+4
2009-06-15Improving the r13888 crashfix to cover similar crash scenarios discovered:ultramage1-22/+20
2009-06-14Fixed a crash due to group being redeleted when players are performing an ens...Inkfish1-1/+4
2009-06-12* Fixed itemskill not bypassing Silence, SteelBody, Berserk and the like. (bu...Inkfish1-4/+5
2009-06-09Added a check to prevent resetting a mob's hp to full when it levels up using...ultramage1-1/+2
2009-06-05* Fixed turning off a skill needed to meet the requirements. (bugreport:3175)Inkfish1-3/+4