summaryrefslogtreecommitdiff
path: root/src/map/skill.c
AgeCommit message (Expand)AuthorFilesLines
2006-04-09- Added the missing last_thinktime initialization to pets.skotlex1-1/+1
2006-04-09- Fixed @npcmove not sending the correct packets to make the moving refresh c...skotlex1-1/+1
2006-04-09- Small code cleanups. One should lower a bit function overhead when using mo...skotlex1-1/+1
2006-04-09- Changed the default of multi_hit_delay from 230 to 80 which seems more offi...skotlex1-5/+5
2006-04-08- Fixed skill_nocast_db reading so that when the same skill is specified mult...skotlex1-1/+1
2006-04-07- Moved the devotion damage reduction to the block that only executes if flag...skotlex1-15/+17
2006-04-07- Added missing creation/destruction of the expcache_ers in guild.cskotlex1-2/+2
2006-04-06- Changed the default of skill_add_range to 0, said value now disables skill-...skotlex1-2/+4
2006-04-05- Fixed a compilation error due to a missing semicolon...skotlex1-2/+11
2006-04-05- Modified the ammo checks so that ammo is consumed at the end of battle_calc...skotlex1-6/+18
2006-04-05- Added a define list for weapon types in pc.hskotlex1-11/+12
2006-04-03- Moved skill_counter_additional_effect calls to trigger right after skill_ad...skotlex1-5/+6
2006-04-03- Cleaned up (fixed?) a possible overflow in pc_isUseitem, thanks to foobar.skotlex1-2/+7
2006-04-02- Added a missing memset on ers_alloc'ing mob loot which was making data from...skotlex1-1/+2
2006-04-02- Moved the night icon invocation to clif_parse_LoadEndAckskotlex1-0/+1
2006-04-01- Fixed an error in the layout initialization of ice-wall. Thanks to Named fo...skotlex1-1/+1
2006-04-01- Added function clif_changetraplook to handle changing the appearance of tra...skotlex1-6/+6
2006-04-01- Added structure view_data to handle sprite information for all characters (...skotlex1-33/+14
2006-03-31- Fixed skill_require_db loading.skotlex1-39/+42
2006-03-31- Changed the terminology from arrow to ammo for the last update.skotlex1-9/+9
2006-03-31- Changed the look field of all arrows to 1.skotlex1-54/+19
2006-03-31- Fixed an infinite recursion in the Wedding Recall skills.skotlex1-6/+12
2006-03-31- Adjusted the range of Wall of Fog to 9 and Spider Web to 7skotlex1-3/+9
2006-03-30- the auth function in login.c won't jstrescapecpy passwords that were encryp...skotlex1-82/+77
2006-03-29- Some cleaning of the mob_ai. Mobs should stop chasing once you are beyond t...skotlex1-7/+22
2006-03-28- Fixed (?) the Family recall warp skills.skotlex1-2/+2
2006-03-28- Fixed Wedding support skills healing yourself instead of partner.skotlex1-0/+2
2006-03-28 * Fixed Gunslinger and Ninja skills not showing up and not working due to an...reddozen1-1/+28
2006-03-27some jA thingVicious1-3/+12
2006-03-27- HW_GANBANTEIN now also removes traps.skotlex1-3/+5
2006-03-27- Pet catching now uses the menuskill variables to prevent item usage from di...skotlex1-0/+1
2006-03-26- Fixed the map-server freeze/crash on Warp Portal.skotlex1-1/+1
2006-03-25- Fixed Grandcross/Granddarkness showing no skill animation.skotlex1-11/+22
2006-03-24- Fixed Warp Portal.skotlex1-11/+12
2006-03-24* Fixed / finished most of Gunslinger [Reddozen]reddozen1-17/+13
2006-03-24- Fixed skillidx not being set whenever a mob uses a skill.skotlex1-1/+1
2006-03-24- Added function map_search_freecell to locate an available cell around an ar...skotlex1-36/+11
2006-03-24- Added unit.c to the VC8 project file, thanks to Joshuaaliskotlex1-0/+4
2006-03-23"castnodex&~1"blackhole891-5/+5
2006-03-23- Fixed Potion Pitcher sometimes crashing the server.skotlex1-30/+37
2006-03-23- Changed Preserve's cost to 30spskotlex1-6/+2
2006-03-22- Merged the unit_data structure from jA for handling unit-related data (atta...skotlex1-1137/+479
2006-03-22[reddozen's fix]Lance1-28/+24
2006-03-20- Small fix to prevent killer/killable states from allowing you to target you...skotlex1-8/+41
2006-03-17- Removed a block of code from skill_check_condition that actually belongs to...skotlex1-2/+3
2006-03-16A small fix.MasterOfMuppets1-1/+4
2006-03-16Restricted the use of GS_BULLSEYE to demi-human and brute targets.MasterOfMuppets1-2/+7
2006-03-16* Made an adjustment to addspiritball() to allow Gunslingers to summon up to ...Lance1-29/+28
2006-03-16- Fixed Tarot Card of Fate using time instead of time2 which is the one that ...skotlex1-15/+15
2006-03-16- Fixed mob random walk interval being set to up to 6K seconds in some instan...skotlex1-2/+2