summaryrefslogtreecommitdiff
path: root/src/map/skill.c
AgeCommit message (Expand)AuthorFilesLines
2006-09-15- Reverted the Summon Flora change where all plants were being summoned in on...skotlex1-33/+0
2006-09-15- Moved the weapon repair effect to where it belongs (after successfully repa...skotlex1-3/+2
2006-09-15- Changed Extremity Fist's code to make you actually walk past your target, w...skotlex1-21/+20
2006-09-14- Added a clif_skill_nodamage packet when using Repair Weapon, just to see wh...skotlex1-1/+3
2006-09-14- Fixed warmth skills draining SP of the target, not the caster.skotlex1-1/+1
2006-09-14- Estimation /Sense/ whatever will no longer hide the vit bonus to mdef2, as ...skotlex1-2/+35
2006-09-14- Shadow Jump no longer goes over walls.skotlex1-3/+2
2006-09-14- Corrected Smokie's pet script to use petskillbonus instead of "bonus"skotlex1-2/+9
2006-09-12- Moved the morph restrictions from skill_additional_effect to mob_class_chan...skotlex1-4/+2
2006-09-12Fixed 'range' might be used uninitialized warningtoms1-4/+3
2006-09-12- Baphomet splash damage will now hit nearby enemies regardless of flee (but ...skotlex1-1/+1
2006-09-11- Added a comment explaining what a comment is to login/char/map config files...skotlex1-4/+2
2006-09-11- Summoned and slave mobs won't show up on @showmobs anymore.skotlex1-13/+16
2006-09-09- Moved perfect_hiding from state to special_state, so that it clears out whe...skotlex1-3/+7
2006-09-08- Unified the rest and ganstar paradise code into a single function.skotlex1-86/+52
2006-09-08- Cleaned up SG_HATE to use a new function, pc_set_hate_mob to handle setting.skotlex1-44/+2
2006-09-07- Changed the default of sg_angel_skill_ratio to 10 based on recent informati...skotlex1-2/+3
2006-09-07- Removed the Warmth "stacking" code.skotlex1-13/+20
2006-09-05- Fixed dispell removing SC_NOCHATskotlex1-0/+1
2006-09-05- Small fix which should correct skill_attack damaging hidden characters when...skotlex1-1/+2
2006-09-05- Fixed crash when using Adaptation during an Encore.skotlex1-5/+5
2006-09-01- Soul Breaker will now be affected by Lex Aeterna on both parts of the attack.skotlex1-22/+14
2006-08-31- Moved the intimacy penalty of HFLI_SBR44 and HVAN_EXPLOSION to skill_counte...skotlex1-28/+16
2006-08-31- Skill required-state will now only be checked on cast-begin, not cast-end.skotlex1-4/+2
2006-08-30- Removed sending normal-damage packets instead of skill packets for splash-d...skotlex1-0/+4
2006-08-30- Updated HLIF_CHANGE to work as explained by Tharis -> It now adds 30*lv vit...skotlex1-1/+10
2006-08-29- Applied Mpeg's work on GStoms1-17/+59
2006-08-28- Restructured CG_MOONLIT so that it is a ground effect like the other Encores.skotlex1-61/+14
2006-08-28- Changed the produce_db format, now there's a skill-lv column right after th...skotlex1-4/+6
2006-08-28reverted mpeg's workVicious1-66/+20
2006-08-28- Fixed exp bonuses applying twice for the job-expskotlex1-3/+3
2006-08-28Applied Mpeg's work on GS ( http://gpegon.free.fr/ea/gunslinger_08-28-06_mpeg...toms1-20/+66
2006-08-27* Optional macro MEMSET_TURBO for faster low-level memory initializations.Lance1-20/+20
2006-08-25- Cleaned some the skill unit removal added flag so that it signals whether t...skotlex1-9/+10
2006-08-25- The following skills will display a normal attack animation now:skotlex1-2/+13
2006-08-25Added a flag to skill_delunitgroup, skill_delunit & skill_unit_onlimit.toms1-30/+31
2006-08-24- Cleanup/typo on homunc's codetoms1-9/+1
2006-08-24- script command "isrefine" will no longer return always false for equip posi...skotlex1-2/+4
2006-08-24- Reverted the previous change, changed the pet capture code to try to captur...skotlex1-1/+1
2006-08-24- Added setting clear_skills_on_warp to specify when a character's land-based...skotlex1-5/+11
2006-08-23- Some minor cleanups.skotlex1-1/+1
2006-08-23- Fixed HVAN_EXPLOSION (What did I fixed? either it doing no damage, or it gi...skotlex1-12/+11
2006-08-23- Adjusted skill_attack_area so that skill_area_temp[1] holds the ID of the t...skotlex1-6/+13
2006-08-22Fixed gcc warningtoms1-0/+2
2006-08-22Fixed AM_REST not closing the homunc status windowtoms1-3/+6
2006-08-22- Some corrections to make Tatami Gaeshi work correctly.skotlex1-8/+12
2006-08-22- Some more work on the splash skill code. Now splash-damaged enemies should ...skotlex1-42/+36
2006-08-22- getnameditem will now also work on stackable itemsskotlex1-2/+4
2006-08-22- Some more cleaning up of the splash skill code. Now the passed hit value fo...skotlex1-28/+5
2006-08-21- Some cleaning of the splash skills. Updated skill-attack to enable again pa...skotlex1-105/+88