summaryrefslogtreecommitdiff
path: root/src/map/skill.c
AgeCommit message (Expand)AuthorFilesLines
2007-02-06- Moved define CHAT_SIZE to clif.c, added define CHATBOX_SIZE to specify that...skotlex1-5/+4
2007-02-05- Updated the code so that now a range of a skill is determined by the skill'...skotlex1-1/+1
2007-02-02- The define MESSAGE_SIZE was wrong! It is only used for input boxes. Therefo...skotlex1-2/+4
2007-01-30- Corrected char deletion not working (column is called homun_id, not hom_id...)skotlex1-5/+15
2007-01-29- Fixed compiltation error ~.~ I was sure I compiled before the previous comm...skotlex1-11/+1
2007-01-29- Corrected the homunculus deletion functions so that the homunculus is delet...skotlex1-2/+1
2007-01-27Fix for my previous change (already fixed once, yeah...)DracoRPG1-2/+2
2007-01-27Removed useless read-from-GRF featuresDracoRPG1-57/+0
2007-01-27Ooops... I'm definitely too bad.DracoRPG1-1/+1
2007-01-27- I'm back, and I begin with an implementation of a good old Aegis bug : Assa...DracoRPG1-2/+1
2007-01-26- Added a wrapper to delete_timer so it prints out from where the invocation ...skotlex1-0/+1
2007-01-24- Cleaned up some more the Joint Beat implementation, so the status don't tak...skotlex1-18/+17
2007-01-23- A skill's walk delay will also delay your can-attack time when the skill co...skotlex1-0/+9
2007-01-22- Reverted the battle_calc_return_damage code as the previous one was correct...skotlex1-2/+2
2007-01-21- Fixed while statements not "reserving" the curly before parsing the test ex...FlavioJS1-1/+1
2007-01-19- Reverted the dup-label check code since it has a bug that needs to be fixed...skotlex1-4/+4
2007-01-18- Modified the Storm Gust freeze counter code. It now takes into consideratio...skotlex1-2/+13
2007-01-16- Fixed the next invoked skill after AbraCadabra not having requirements even...skotlex1-3/+12
2007-01-15- The NPC elemental attacks will display a skill animation again.skotlex1-10/+7
2007-01-15- Probably fixed the registration flood protection code being broken.skotlex1-1/+1
2007-01-07Undid the memset->malloc_set replacementultramage1-20/+20
2007-01-03- JK_JOINTBEAT as described in:FlavioJS1-25/+41
2007-01-03- Fixed pc_calc_skilltree ignoring prerequisites / joblvl requirements.ultramage1-0/+2
2007-01-02- Gospel sends the buff message to the affected player.FlavioJS1-18/+20
2006-12-31- Added more info when npc_scriptcont tries to continue a different script.FlavioJS1-1/+1
2006-12-29WTF was I doing?Lance1-3/+1
2006-12-29* Small fix in TK_MISSION from 1/101 to 1/100 probability. (Valaris)Lance1-1/+1
2006-12-29- Fixed spiritballs not correctly being used for skills such as Finger Offens...skotlex1-0/+2
2006-12-28- Added some skill effect packets so it displays a generic effect for unknown...skotlex1-0/+4
2006-12-27- Full Buster's auto-blind chance is now reducable by stats/items.skotlex1-1/+1
2006-12-26- Cleaned up some more the code so it works for -DTURBOskotlex1-1/+1
2006-12-23- Moved "#include <limits.h>" to cbasetypes.h to ensure it's included before ...FlavioJS1-1/+1
2006-12-21- Added back cropping the attack delay to attack motion for those weird mobs ...skotlex1-1/+1
2006-12-18- When walking into a Guild Dungeon your pvp_points will be set to 5 so you h...skotlex1-0/+1
2006-12-14- Added function skill_strip to handle stripping code. The RG strip skills an...skotlex1-103/+44
2006-12-12- Minor changes to ers.FlavioJS1-2/+2
2006-12-12- Modified the skill damage packet and the knockback packets to mimic aegis s...skotlex1-9/+9
2006-12-11- simplified the code for @autolootskotlex1-1/+1
2006-12-08- Moved attackedcount to md->state and made it an unsigned char.skotlex1-2/+2
2006-12-07- Cleaned up implementation of NPC_EMOTION/NPC_EMOTION_ON. Now val0 is the em...skotlex1-9/+14
2006-12-06- Cleaned up the implementation of map_foreachinmovearea so that the number o...skotlex1-6/+4
2006-12-06- Fixed the compile error when trying to build the ladmin exe.skotlex1-0/+2
2006-12-04- Fixed HVAN_INSTRUCT int bonuses.skotlex1-3/+4
2006-12-04- Repairing items via scripts no longer displays "item has been repaired"skotlex1-0/+2
2006-12-01- Fixed txt-converter compilation. skotlex1-32/+26
2006-11-29- HT_PHANTASMIC no longer knocks back even when it misses.skotlex1-2/+1
2006-11-28- Reverted the previous SG freeze counter method. Now the counter is reset on...skotlex1-7/+1
2006-11-28- Fixed a possible crash due to the recent core.c upgrade.skotlex1-2/+0
2006-11-28- Modified the way Storm Gust freeze's counter works. Now it checks for the c...skotlex1-1/+7
2006-11-27- Corrected KiriKage's range so it works correctly when used by non-players o...skotlex1-5/+4