summaryrefslogtreecommitdiff
path: root/src/map/status.c
AgeCommit message (Expand)AuthorFilesLines
2006-07-11- Coded @reset.skotlex1-4/+2
2006-07-11- Corrected Frost Nova's splash range and Land Protector's cast range. Thanks...skotlex1-3/+1
2006-07-08- Fixed the new addeff structure not working well with SC_STONE (because SC_S...skotlex1-0/+2
2006-07-08- Fixed mobinfo displaying exp as signed ints rather than unsigned.skotlex1-0/+50
2006-07-07- Status_calc_bl will no longer stop you from attacking/walking when the mode...skotlex1-2/+4
2006-07-07- Added a temporary band-aid to prevent executing the script of non-arrows wh...skotlex1-1/+3
2006-07-06- Added EQP_/EQI_ constants in pc.h to identify equip position and equip inde...skotlex1-12/+12
2006-07-04- Added structure s_addeffect to handle status change additions. Cleaned up r...skotlex1-6/+2
2006-07-03- Warmth will dispel when warping now (or else the effect is left on the ground)skotlex1-2/+2
2006-07-03- Fixed a compile warning in login sql/txtskotlex1-1/+1
2006-06-30- Removed the check to prevent equipped items from being traded as pc_delitem...skotlex1-0/+2
2006-06-29- Some indentation corrections.skotlex1-0/+6
2006-06-27- Fixed indentation on int_pet.c (how did it got messed up?)skotlex1-1/+8
2006-06-27- Corrected the element of hunter traps.skotlex1-1/+3
2006-06-26- Forgot to add Tatami Gaeshi's 3 sec block of ranged attacks.skotlex1-1/+1
2006-06-26- Corrected unit id of desperado and Ground Drift using jA's info.skotlex1-14/+18
2006-06-23- Updated BD_INTOABYSS's unit flag to not affect mobs.skotlex1-2/+2
2006-06-21- Added function parse_hostbyname() which takes a hostname and a char[4]. The...skotlex1-0/+16
2006-06-20- Updated skill_require_db to place the Zeny requirements of ZenyNage and Fling.skotlex1-5/+16
2006-06-19Reverting my change.. lalalaLance1-3/+0
2006-06-19- Some cleanups and corrections in battle.c to account for negative (absorbed...skotlex1-1/+0
2006-06-19* [Fixed]: Lance1-2/+5
2006-06-17- Devotion absorbed damage will now appear to come from oneself (instead of t...skotlex1-1/+1
2006-06-16- Removed unused variable aspd_rate in map_session_data.skotlex1-34/+34
2006-06-16- Modified the bNoMagicDamage/bNoWeaponDamage bonuses to be a 0-100 setting. ...skotlex1-2/+2
2006-06-15- Altered a bit how status_set_viewdata behaves in regards to Wedding/Xmas op...skotlex1-4/+12
2006-06-15- Fixed clif_send not sending packets to SELF when specifying AREA if the sou...skotlex1-11/+1
2006-06-15- Fixed and cleaned up script command 'equip'skotlex1-1/+1
2006-06-14- Modified how luk reduces status changes by reducing the gap. Eg: resist = v...skotlex1-19/+35
2006-06-14- blocked again skill usage during marionette.skotlex1-3/+3
2006-06-13- Marionette and Devotion will now check raw distance and ignore obstacles an...skotlex1-2/+2
2006-06-13- Added HM_SKILLBASE, MAX_HOMUNSKILL to specify the skill level range of Homu...skotlex1-41/+66
2006-06-13- Oppositions can't be made during WoE now.skotlex1-5/+6
2006-06-12- @heal no longer displays a healing animation. Fixes the client believing yo...skotlex1-1/+8
2006-06-12- Made guild member exp an unsigned int.skotlex1-7/+14
2006-06-08- Adjusted Don't Forget Me, Defender, Longing to use all val entries, and to ...skotlex1-30/+40
2006-06-07- Added pc_calcexp to calculate individual exp bonuses acquired from exp's so...skotlex1-1/+0
2006-06-07- Adjusted status resistances and durations taking as base Viccious's info fr...skotlex1-25/+32
2006-06-07- Adjusted several sc rate/time reductions as pointed out by Playtester.skotlex1-13/+7
2006-06-07- Cleaned status_get_sc_tick/status_get_sc_def to use the status_data function.skotlex1-35/+29
2006-06-06- Hopefully fixed for sure mobs getting extra stats when changing-class due t...skotlex1-2/+3
2006-06-06- The monsters can level up setting will not take effect when the mob's level...skotlex1-1/+1
2006-06-06- cleaned up status_check_skilluse some to use status_data variables.skotlex1-30/+44
2006-06-05- Fixed a crash when using SL_SMA and the "combo" ain't ready.skotlex1-1/+2
2006-06-05- Cleaned up code for SC_MINDBREAKER.skotlex1-48/+61
2006-06-05- Fixed skill_unitsetting using layout->count for the for instead of group->c...skotlex1-2/+7
2006-06-05- Corrected cloaking not ending on attack if you are near a wall.skotlex1-3/+1
2006-06-02- Moved setting a mob's level from mob_spawn to status_calc_mob, resetting th...skotlex1-1/+9
2006-06-02- Corrected Brandish Spear to work on levels above 10.skotlex1-12/+19
2006-06-02- Fixed Freeze/Stone/Benedictio not changing your elemental LEVEL to 1.skotlex1-1/+7