summaryrefslogtreecommitdiff
path: root/src/map/skill.c
AgeCommit message (Expand)AuthorFilesLines
2009-05-17* Eske and Eska now affect friendly guardians and slaves. (bugreport:2131)Inkfish1-5/+9
2009-05-17* Some fixes to the previous commit (apparently it didn't compile with VS 2008)Playtester1-3/+4
2009-05-17* Monocell, Instant Death and Class Change will now fail on bosses (bugreport...Playtester1-0/+10
2009-05-15- Fixed a bunch of invalid memory access bugs as reported by Valgrind.skotlex1-3/+5
2009-05-14* More logical modifications on skill_additional_effect thing. Thanks to ultr...Inkfish1-19/+19
2009-05-13Fixed effects being applied improperly in some rare cases.Inkfish1-0/+3
2009-05-13PNEUMA, BASILICA and SAFETYWALL no longer protect you from such negative stat...Inkfish1-67/+73
2009-05-13* Fixed combo wait was not canceled when Kick skill was successfully used. (b...Inkfish1-0/+2
2009-05-12- Rental items now can be stackable items too.zephyrus1-4/+3
2009-05-12* Fixed Aid Potion can heal the Emperium (bugreport:164)Inkfish1-0/+7
2009-05-12* Removed DEF reduction display when casting GrandCross.Inkfish1-3/+0
2009-05-10* Magnetic Earth will never stack even if they are from the same team.(bugrep...Inkfish1-2/+1
2009-05-07* Lv10 Waterball used by mobs should have 81 balls instead of 121Inkfish1-2/+7
2009-05-07* Fixed up the base success rate of normal strip skillsPlaytester1-1/+5
2009-05-07* Update Waterball code due to info updatedInkfish1-2/+2
2009-05-07* Fixed splash damage from Baphomet Card might miss. [Inkfish]Inkfish1-21/+38
2009-05-07* Fixed players can pull water from ME cell (follow up to r13730)Inkfish1-24/+12
2009-05-04* Players now are allowed to copy the skills the level which is beyond the sk...Inkfish1-30/+38
2009-05-03* Block equipments switching for some skills (bugreport:2900)Inkfish1-1/+18
2009-05-02* Spirit of Bard and Dancer now only works for mastered skills (bugreport:3037)Playtester1-1/+1
2009-04-27* Fixed break equipment debuff working on bosses (bugreport:3023)Playtester1-1/+1
2009-04-25* First attempt to fix up the strip skills, please make sure these fixes work...Playtester1-8/+11
2009-04-24Renamed Happy Break's status name from SC_TKREST to SC_EARTHSCROLL, since tha...ultramage1-1/+1
2009-04-23Fixed several occurences of map_freeblock() being used before map_deliddb() (...ultramage1-1/+1
2009-04-23Made some adjustments to the land skill code, based on official information:ultramage1-7/+8
2009-04-21Crashfix for negative skill id values (bugreport:2984)akrus1-1/+1
2009-04-14* Cooking success chance is now affected by DEX and LUKPlaytester1-1/+3
2009-04-07Berserk Pitcher can now be used on characters that have bows equipped (fix to...ultramage1-2/+2
2009-03-31Gunslinger Tracking can be canceled if you get hit.ultramage1-5/+5
2009-03-27* Fixed a problem that blockskill timer failed when there was more than one o...Playtester1-4/+5
2009-03-27- Added Flavius Battleground scripts.zephyrus1-221/+220
2009-03-26Quickfix to last commitPlaytester1-1/+1
2009-03-26* Fixed Spirit of Assassin not reducing the aftercast delay of Sonic BlowPlaytester1-12/+26
2009-03-25Fixed skill delay paw print icons showing for far too long.Sara1-2/+12
2009-03-18- Implemented new item and bonuses for Kreiger Von Midgard rewards.zephyrus1-10/+104
2009-03-08* Fixed a couple bugs with marionette controlultramage1-12/+25
2009-03-04Small edits to battleground code (bugreport:2816)ultramage1-3/+2
2009-03-02Partial revert of r13556. The client doesn't handle active skills with 0 sp c...ultramage1-1/+1
2009-03-02Just some generic cleanups.ultramage1-1/+1
2009-03-01Fixes from 2008/10/13 bugreport:2077 (Only commiting because nobody did until...shadow1-1/+1
2009-03-01Ankle Snare cannot be knocked back anymore (bugreport:2804).ultramage1-0/+2
2009-02-26- Fixed item Nemesis.zephyrus1-11/+21
2009-02-23* Made mob_timer_delete check the deletetimer in the mob.FlavioJS1-0/+6
2009-02-02Fixing r13503...ultramage1-1/+3
2009-01-31Added skillunit_db for efficient execution of skill_unit_timer() (followup to...ultramage1-11/+11
2009-01-31objects[] array removal (bugreport:2559)ultramage1-5/+12
2009-01-25- Implemented monster skill "Full Heal" NPC_ALLHEAL.zephyrus1-0/+14
2009-01-25- Implemented new item bonus scripts required for battlegrounds.zephyrus1-46/+77
2009-01-24* Changed all uses of struct skill_unit_group* to group_id in status_change_e...FlavioJS1-10/+41
2009-01-20- Added support for item effect Ignore Def Rate by Race. bonus2 bIgnoreDefRat...zephyrus1-10/+13