index
:
ml/hercules
tmw2
Hercules
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
map
/
skill.c
Age
Commit message (
Expand
)
Author
Files
Lines
2006-04-28
- skill_castend_id and skill_castend_pos will trigger unit_stop_walking with ...
skotlex
1
-2
/
+2
2006-04-28
- Modified clif_skill_nodamage to allow for a NULL source. This is to simplif...
skotlex
1
-34
/
+10
2006-04-27
- Changed in the behaviour of wedding skills, should invoke skill_castend_pos...
skotlex
1
-15
/
+15
2006-04-26
- Updated item_db.sql to current.
skotlex
1
-16
/
+3
2006-04-26
- Modified mob_drop_adjust function to receive unsigned int as initial parame...
skotlex
1
-1
/
+1
2006-04-26
- Item use interval is set to a default of 100ms now.
skotlex
1
-28
/
+6
2006-04-26
- Changed the skill_wall_check to use shoot-path seeking. May fix skill_wall_...
skotlex
1
-2
/
+1
2006-04-26
* Fixed typo in skill.c: skill_clear_group
Lance
1
-1
/
+1
2006-04-25
- Renamed skill_clear_element_field to skill_clear_group, it accepts a flag t...
skotlex
1
-8
/
+20
2006-04-25
- When battle_damage's flag is &2, the flag 3 is passed to mob_damage so that...
skotlex
1
-1
/
+1
2006-04-25
- Moved the mapflag skill restrictions from skill_checkcondition to skillnoto...
skotlex
1
-33
/
+32
2006-04-25
- Modified and simplified the random item group format. It now is <GroupID>,<...
skotlex
1
-3
/
+11
2006-04-24
- Added script command escape_sql. It will return an escaped string for use i...
skotlex
1
-1
/
+3
2006-04-24
- Fixed skill_delayfix not altering delay at all after you reached 150.
skotlex
1
-0
/
+2
2006-04-21
- SC_CLOAKING's val4 now holds whether cloaking ends or not on attack.
skotlex
1
-1
/
+6
2006-04-21
- Updated the HP/SP leech structures to have race-data attached to them.
skotlex
1
-33
/
+12
2006-04-20
- Cleaned up a bunch of GS/NJ skills
skotlex
1
-31
/
+17
2006-04-18
- Removed message 592 from trade.c
skotlex
1
-3
/
+1
2006-04-17
- skill_clear_unitgroup is now invoked in unit_remove_map only on death if th...
skotlex
1
-33
/
+17
2006-04-17
- Fixed TK_RUN having a cast-bar when attempting to stop-running and generati...
skotlex
1
-1
/
+2
2006-04-16
- Fixed Magnum break's animation not showing if the fire-elemental bonus did ...
skotlex
1
-5
/
+4
2006-04-16
- Fixed wrong check of Deluge + Suiton which broke the water-requirement chec...
skotlex
1
-1
/
+1
2006-04-15
- Removed the ->prev != NULL checks in skill_attack due to the fact that the ...
skotlex
1
-3
/
+3
2006-04-13
- Halved the aftercast delay of auto-casted spells.
skotlex
1
-4
/
+4
2006-04-13
- Changed slave chasing from using unit_walktobl to map_search_freecell + uni...
skotlex
1
-2
/
+2
2006-04-12
- Added cast time to pick stone of 3 secs and 500ms delay
skotlex
1
-7
/
+25
2006-04-12
- Fixed Landmine's level 1 duration.
skotlex
1
-26
/
+12
2006-04-11
- Changed clif_damage/clif_skill_damage to return the walk-delay based on the...
skotlex
1
-21
/
+34
2006-04-11
- Added ers handling for skill_timerskill structures.
skotlex
1
-83
/
+85
2006-04-11
- Implemented use of ers for skill_unit_groups to reduce memory usage. NEEDS ...
skotlex
1
-81
/
+92
2006-04-11
- Fixed Looted items always dropping in quantities of 1.
skotlex
1
-1
/
+2
2006-04-11
- Multiple optimizations to the unit_data auto-chase upgrade, also simplified...
skotlex
1
-2
/
+2
2006-04-09
- Added the missing last_thinktime initialization to pets.
skotlex
1
-1
/
+1
2006-04-09
- Fixed @npcmove not sending the correct packets to make the moving refresh c...
skotlex
1
-1
/
+1
2006-04-09
- Small code cleanups. One should lower a bit function overhead when using mo...
skotlex
1
-1
/
+1
2006-04-09
- Changed the default of multi_hit_delay from 230 to 80 which seems more offi...
skotlex
1
-5
/
+5
2006-04-08
- Fixed skill_nocast_db reading so that when the same skill is specified mult...
skotlex
1
-1
/
+1
2006-04-07
- Moved the devotion damage reduction to the block that only executes if flag...
skotlex
1
-15
/
+17
2006-04-07
- Added missing creation/destruction of the expcache_ers in guild.c
skotlex
1
-2
/
+2
2006-04-06
- Changed the default of skill_add_range to 0, said value now disables skill-...
skotlex
1
-2
/
+4
2006-04-05
- Fixed a compilation error due to a missing semicolon...
skotlex
1
-2
/
+11
2006-04-05
- Modified the ammo checks so that ammo is consumed at the end of battle_calc...
skotlex
1
-6
/
+18
2006-04-05
- Added a define list for weapon types in pc.h
skotlex
1
-11
/
+12
2006-04-03
- Moved skill_counter_additional_effect calls to trigger right after skill_ad...
skotlex
1
-5
/
+6
2006-04-03
- Cleaned up (fixed?) a possible overflow in pc_isUseitem, thanks to foobar.
skotlex
1
-2
/
+7
2006-04-02
- Added a missing memset on ers_alloc'ing mob loot which was making data from...
skotlex
1
-1
/
+2
2006-04-02
- Moved the night icon invocation to clif_parse_LoadEndAck
skotlex
1
-0
/
+1
2006-04-01
- Fixed an error in the layout initialization of ice-wall. Thanks to Named fo...
skotlex
1
-1
/
+1
2006-04-01
- Added function clif_changetraplook to handle changing the appearance of tra...
skotlex
1
-6
/
+6
2006-04-01
- Added structure view_data to handle sprite information for all characters (...
skotlex
1
-33
/
+14
[next]