summaryrefslogtreecommitdiff
path: root/src/map/skill.c
AgeCommit message (Expand)AuthorFilesLines
2009-06-05Oops, I messed up the condition on my last commitInkfish1-4/+4
2009-06-05* Fixed turning off a skill needed to meet the requirements. (bugreport:3175)Inkfish1-60/+80
2009-06-04* Updates to ST_PRESERVE and a few other minor details!L0ne_W0lf1-1/+7
2009-06-03* Some clean ups on autocast and itemskill code. (see topic:220921 for some i...Inkfish1-38/+39
2009-06-03* Implemented the Party Buff cash skills.L0ne_W0lf1-2/+5
2009-06-03Fixed normal casted Teleport always skip menu.Inkfish1-5/+4
2009-06-02Fixed skills used through items and Hocus-pocus consume requirements if you h...Inkfish1-54/+52
2009-06-01Fixed Fiberlock sometimes fails due to the long interval of skill_unit_timer....Inkfish1-19/+31
2009-05-30- Fixed an off-by-one array index in r13815 that caused skills to use SP for ...brianluau1-1/+1
2009-05-30* Fixed gemstones are still required when players equipped Mistress Card. (bu...Inkfish1-2/+7
2009-05-30* Multiple autocasts can go off at a time now. [Inkfish]Inkfish1-3/+3
2009-05-30* Fixed Hocus-pocus always fails. (bugreport:3143, follow up to: r13815)Inkfish1-4/+9
2009-05-29* Added a new battle flag for telling which skills can have bHealPower effect.Inkfish1-26/+23
2009-05-29* Added new bonuses bHealPower and bHealPower2. Inkfish1-61/+50
2009-05-29* Some more fixes to skill condition issues.Inkfish1-22/+44
2009-05-28Hmm...fixed my last commit making Tarotcard ignore sp requirement.Inkfish1-3/+2
2009-05-28* Fixed some issues of skill condition check. Inkfish1-15/+18
2009-05-27* skill_check_condition clean up (bugreport:2770, bugreport:2957, bugreport:3...Inkfish1-332/+415
2009-05-24Fixed crash when attacking while having a bBreakArmorRate item equipped (typo...ultramage1-1/+1
2009-05-24Taro Card can now break shoes and garment and won't affect dead target. (bugr...Inkfish1-2/+9
2009-05-23Splash attacks do cause additional effects except for autocasts. (bugreport:2...Inkfish1-5/+2
2009-05-22NPC_STOP now stops both sides and will be canceled if either side teleports o...Inkfish1-1/+5
2009-05-22Splash attack doesn't cause any status effects or autocasts any more.(bugrepo...Inkfish1-6/+10
2009-05-22* Fixed some behaviors of additional effects (bugreport:3100,bugreport:2661)Inkfish1-41/+85
2009-05-20* Now fiberlocking a fiberlocked target doesn't renew the timer but instead i...Inkfish1-0/+6
2009-05-19- Updated NPC_DRAGONFEAR to supposedly behave as it shouldskotlex1-3/+10
2009-05-19Fixed the three hits of EarthQuake not being calculated seperately.Inkfish1-1/+12
2009-05-19Fiberlock now can trap multiple enemies on the same cell and its triggering a...Inkfish1-8/+13
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