summaryrefslogtreecommitdiff
path: root/src/map/skill.c
AgeCommit message (Expand)AuthorFilesLines
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
2006-03-15- gm_skill_unconditional setting now also overrides skill_partner_check setting.skotlex1-5/+11
2006-03-15- Fixed twilight pharmacy dropping 1 item to the ground instead of the qty pr...skotlex1-2/+3
2006-03-14- Fixed skill_notok blocking guild skillsskotlex1-22/+11
2006-03-14- Fixed WZ_WATERBALL + HW_MAGICPOWERskotlex1-10/+8
2006-03-14- Fixed incorrect range check in autospell2 triggers.skotlex1-125/+71
2006-03-14- Fixed player auto-attack not cancelling when dead.skotlex1-12/+3
2006-03-13- Finished some checks to make sure Land Protector Only blocks BF_MAGIC skill...skotlex1-6/+4
2006-03-13- Shield Reflect is now passed through Devotion as well.skotlex1-1/+1
2006-03-13- Corrected char-server parameters so that the subnet config file is the thir...skotlex1-1/+4
2006-03-12nj/gs work by RockmanEXE and red_sunVicious1-10/+18
2006-03-11more ninja/gs workVicious1-3/+3
2006-03-10- Fixed mob-casted demonstration/quagmire being affected by the gvg_traps_all...skotlex1-1/+2
2006-03-10- Cleaned up the Skillbreaker implementation, HP gaining happens at level 5 now.skotlex1-64/+38
2006-03-10- Added a few dummy times in skill_cast_db for some GS skills.skotlex1-6/+7
2006-03-10some ninja/gs workVicious1-1/+9
2006-03-10- Fixed a memory overwrite crash on pc_readdb, thanks to foobar.skotlex1-9/+12
2006-03-09only the first 22 CSVs were read in, but MAX_WEAPON_TYPE+5 was 27 -> uninitia...blackhole891-1/+5
2006-03-09- Made Magic Crasher a BF_WEAPON attack.skotlex1-25/+17
2006-03-09more ninja/gs updateVicious1-10/+32
2006-03-09partial SC work. it doesn't break, but it doesn't work either.Vicious1-15/+11
2006-03-09more skill fix.Vicious1-16/+56
2006-03-08nj/gs skill updateVicious1-60/+50
2006-03-08some skill check conditionVicious1-3/+79
2006-03-08fixed compile issue. fixed ninja issues.Vicious1-4/+0
2006-03-08some NJ/GS fix.Vicious1-1/+106
2006-03-07- Added a check that forces self skills to cast on yourself in skill_use_idskotlex1-46/+16
2006-03-07more ground work for ninja/GSVicious1-8/+53