summaryrefslogtreecommitdiff
path: root/src/map/status.c
AgeCommit message (Expand)AuthorFilesLines
2006-09-08- Fixed SC_BERSERK setting Hp to 100 when dispelled by unnatural means (eg: w...skotlex1-1/+1
2006-09-07- Changed the default of sg_angel_skill_ratio to 10 based on recent informati...skotlex1-2/+2
2006-09-07- Removed the Warmth "stacking" code.skotlex1-8/+17
2006-09-06- Fixed the memset in status_calc_pc, corrects some mysterious bugs such as i...skotlex1-0/+2
2006-09-06- Corrected SC_INCREASEAGI and SC_DECREASEAGI speed-change formula.skotlex1-5/+13
2006-09-06Applied Orn's modification on speed increases/reductions with increase/decrea...toms1-2/+2
2006-09-05- Fixed Signum Crucis Def reduction being 10+2*lv% instead of 10+4*lv%skotlex1-1/+1
2006-09-05- Fixed status change resistance not being invoked at all for pretty much all...skotlex1-1/+1
2006-09-05- Corrected SC_INTRAVISION not starting.skotlex1-2/+4
2006-09-04- Should have fixed manner being reset to 0 on logout while muted.skotlex1-1/+2
2006-09-04- Removed status_get_sc_tick, duration and chance are now both handled by sta...skotlex1-95/+42
2006-09-04- Ordered up entries in skill_unit_dbskotlex1-0/+10
2006-09-04- Some cleanup of how mobcount works.skotlex1-46/+46
2006-09-04- Fixed SC_BERSERK's no regen penalty lasting pretty much forever.skotlex1-1/+1
2006-09-02- SC_REGENERATION's val4 now holds the RGN flag of what is blocked rather tha...skotlex1-7/+10
2006-09-02- Applied use of RC_BOSS/RC_NONBOSS in the ignore def code.skotlex1-1/+1
2006-09-01- Added defines status_base_matk_(max/min) for code readabilityskotlex1-38/+45
2006-09-01- Soul Breaker will now be affected by Lex Aeterna on both parts of the attack.skotlex1-1/+3
2006-08-31- Fixed @summon's delete timer being screwed up.skotlex1-0/+1
2006-08-31- Skill required-state will now only be checked on cast-begin, not cast-end.skotlex1-1/+37
2006-08-30- Updated HLIF_CHANGE to work as explained by Tharis -> It now adds 30*lv vit...skotlex1-12/+10
2006-08-28- Restructured CG_MOONLIT so that it is a ground effect like the other Encores.skotlex1-15/+12
2006-08-28reverted mpeg's workVicious1-7193/+7193
2006-08-28- Fixed exp bonuses applying twice for the job-expskotlex1-2/+2
2006-08-28Reverted Mpeg's change of NJ_BUNSINJYUTSU SCBtoms1-1/+1
2006-08-28Applied Mpeg's work on GS ( http://gpegon.free.fr/ea/gunslinger_08-28-06_mpeg...toms1-1/+4
2006-08-27Tweaked MEMSET_TURBO abit, temperory disabled GCC version.Lance1-1/+1
2006-08-27* Optional macro MEMSET_TURBO for faster low-level memory initializations.Lance1-20/+20
2006-08-25Added a flag to skill_delunitgroup, skill_delunit & skill_unit_onlimit.toms1-4/+4
2006-08-24- Cleanup/typo on homunc's codetoms1-1/+1
2006-08-24- Added setting clear_skills_on_warp to specify when a character's land-based...skotlex1-5/+23
2006-08-23SC_ARMOR_ELEMENT looks like gone away from status_change_start since ... rev ...toms1-0/+4
2006-08-22- Fixed a crash on the mobspawn script command.skotlex1-1/+3
2006-08-22- Fixed SC_NEN according to Mpegtoms1-1/+0
2006-08-21- Cleaned up some more the regen_data structure, so that skill/sitting-skill ...skotlex1-53/+117
2006-08-21- Added BL_HOM handling to battle_gettarget.skotlex1-4/+4
2006-08-21- Removed config setting "muting_players", and expanded the manner_system con...skotlex1-11/+6
2006-08-20- @useskill will now cause your homun to use the skill instead of you if the ...skotlex1-6/+5
2006-08-20- Fixed some Homunc issues with HR servers (capping some values)toms1-9/+8
2006-08-19- Updated NJ_BAKUENRYU skill treetoms1-2/+7
2006-08-19Updated HLIF_BRAIN skilltoms1-3/+6
2006-08-19Some compilation warnings fixedtoms1-2/+1
2006-08-18- Made HLIF_HEAL a self skill that auto-selects target to caster's master.skotlex1-8/+31
2006-08-18- Changed unit_free so that it receives which cleartype should be used when t...skotlex1-7/+7
2006-08-18- Applied use of structure regen_data for a unified regen module. Natural and...skotlex1-186/+423
2006-08-17- Corrected map_random_dir algorithmtoms1-12/+13
2006-08-17- Fixed being unable to recast Adrenaline Rush to reset the duration timers.skotlex1-6/+6
2006-08-15- Applied multiple fixes which should take care of making homun save/load wor...skotlex1-10/+12
2006-08-15- Cleaned up some of the pet related @/# commands, same for some script comma...skotlex1-16/+15
2006-08-15- Added a crash-fix on status_calc_bl_sub_homun to abort in case the homun ha...skotlex1-0/+3