summaryrefslogtreecommitdiff
path: root/src/map/skill.c
AgeCommit message (Expand)AuthorFilesLines
2006-05-02- Fixed Jump Kick's range to 9.skotlex1-5/+1
2006-05-02- Removed OPTION_XMAS, it seems to not exist....skotlex1-5/+5
2006-05-01- Added function map_foreachinshootrange, behaves the same way as map_foreach...skotlex1-2/+6
2006-05-01- Added -DMAPREGSQL to Makefile, commented out by default for now.skotlex1-13/+23
2006-05-01- Skills with the move_enable state won't get the walkdelay increased on a sk...skotlex1-1/+3
2006-05-01- Fixed a small typo/logic-error in pet_ai_sub_hardskotlex1-1/+0
2006-04-30- If someone is expulsed from a guild while the guild storage is open, it wil...skotlex1-0/+6
2006-04-30- Merged the code of NJ_SHADOWJUMP with TK_JUMPKICK.skotlex1-17/+5
2006-04-30Implemented NJ_SHADOWJUMP. Tell me if I forgot anything (especially DB entries).blackhole891-2/+15
2006-04-30- Removed attack_type from sd->state structure (it's only use was for soul-dr...skotlex1-0/+15
2006-04-29- Changed the HT_DETECTING method from invoking clif_changetraplook to clif_s...skotlex1-1/+3
2006-04-29- pc_resetskill flag can now be &2, it only returns the total amount of skill...skotlex1-1/+2
2006-04-29- Changed checks of item's identify field from 0/1 to 0/non-zeroskotlex1-2/+13
2006-04-29Updated STEAL skill (WIP), added a battle config option: 'skill_steal_max_tri...Lupus1-1/+1
2006-04-29git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6357 54...Lance1-1/+1
2006-04-29* Using malloc for memory allocations that doesn't need to be pre-initialized.Lance1-3/+4
2006-04-28- Modified HP conversion so that it fails when you don't have enough Hp. Also...skotlex1-29/+68
2006-04-28- Storm Kick's range increased to 2.skotlex1-11/+10
2006-04-28- Removed the sending of the online guild list when you log-on, may fix the "...skotlex1-5/+6
2006-04-28- skill_castend_id and skill_castend_pos will trigger unit_stop_walking with ...skotlex1-2/+2
2006-04-28- Modified clif_skill_nodamage to allow for a NULL source. This is to simplif...skotlex1-34/+10
2006-04-27- Changed in the behaviour of wedding skills, should invoke skill_castend_pos...skotlex1-15/+15
2006-04-26- Updated item_db.sql to current.skotlex1-16/+3
2006-04-26- Modified mob_drop_adjust function to receive unsigned int as initial parame...skotlex1-1/+1
2006-04-26- Item use interval is set to a default of 100ms now.skotlex1-28/+6
2006-04-26- Changed the skill_wall_check to use shoot-path seeking. May fix skill_wall_...skotlex1-2/+1
2006-04-26* Fixed typo in skill.c: skill_clear_groupLance1-1/+1
2006-04-25- Renamed skill_clear_element_field to skill_clear_group, it accepts a flag t...skotlex1-8/+20
2006-04-25- When battle_damage's flag is &2, the flag 3 is passed to mob_damage so that...skotlex1-1/+1
2006-04-25- Moved the mapflag skill restrictions from skill_checkcondition to skillnoto...skotlex1-33/+32
2006-04-25- Modified and simplified the random item group format. It now is <GroupID>,<...skotlex1-3/+11
2006-04-24- Added script command escape_sql. It will return an escaped string for use i...skotlex1-1/+3
2006-04-24- Fixed skill_delayfix not altering delay at all after you reached 150.skotlex1-0/+2
2006-04-21- SC_CLOAKING's val4 now holds whether cloaking ends or not on attack.skotlex1-1/+6
2006-04-21- Updated the HP/SP leech structures to have race-data attached to them.skotlex1-33/+12
2006-04-20- Cleaned up a bunch of GS/NJ skillsskotlex1-31/+17
2006-04-18- Removed message 592 from trade.cskotlex1-3/+1
2006-04-17- skill_clear_unitgroup is now invoked in unit_remove_map only on death if th...skotlex1-33/+17
2006-04-17- Fixed TK_RUN having a cast-bar when attempting to stop-running and generati...skotlex1-1/+2
2006-04-16- Fixed Magnum break's animation not showing if the fire-elemental bonus did ...skotlex1-5/+4
2006-04-16- Fixed wrong check of Deluge + Suiton which broke the water-requirement chec...skotlex1-1/+1
2006-04-15- Removed the ->prev != NULL checks in skill_attack due to the fact that the ...skotlex1-3/+3
2006-04-13- Halved the aftercast delay of auto-casted spells.skotlex1-4/+4
2006-04-13- Changed slave chasing from using unit_walktobl to map_search_freecell + uni...skotlex1-2/+2
2006-04-12- Added cast time to pick stone of 3 secs and 500ms delayskotlex1-7/+25
2006-04-12- Fixed Landmine's level 1 duration.skotlex1-26/+12
2006-04-11- Changed clif_damage/clif_skill_damage to return the walk-delay based on the...skotlex1-21/+34
2006-04-11- Added ers handling for skill_timerskill structures.skotlex1-83/+85
2006-04-11- Implemented use of ers for skill_unit_groups to reduce memory usage. NEEDS ...skotlex1-81/+92
2006-04-11- Fixed Looted items always dropping in quantities of 1.skotlex1-1/+2