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
2009-06-15
Removed the 'src' parameter from skill_delunitgroup() (see r5911) (bugreport:...
ultramage
1
-9
/
+10
2009-06-15
* Skill through items will not be blocked when 90% overweight. (bugreport:3246)
Inkfish
1
-11
/
+12
2009-06-15
Improving the r13888 crashfix to cover similar crash scenarios discovered:
ultramage
1
-41
/
+2
2009-06-13
* If both Double Attack and critical attack have chance to trigger within one...
Inkfish
1
-8
/
+7
2009-06-11
* Fixed TaTaMiGaEShi(Improvised Defense) not working.
Inkfish
1
-26
/
+27
2009-06-08
Fixed bHPGainValue and bSPGainValue worked on all types of attacks and was on...
Inkfish
1
-27
/
+33
2009-06-08
* Added a configuration for whether damage of EarthQuake with single target c...
Inkfish
1
-30
/
+34
2009-06-07
Magical damage reflection now works against boss monsters and only on target ...
Inkfish
1
-2
/
+3
2009-06-07
Changed hardcoded "5" to MAX_ARROW_RESOURCE in skill_arrow_create preventing ...
Paradox924X
1
-1
/
+1
2009-06-07
Implemented "cooking exp" that increases the success chance of cooking by 0.0...
Inkfish
1
-1
/
+3
2009-06-05
Oops, I messed up the condition on my last commit
Inkfish
1
-4
/
+4
2009-06-05
* Fixed turning off a skill needed to meet the requirements. (bugreport:3175)
Inkfish
1
-60
/
+80
2009-06-04
* Updates to ST_PRESERVE and a few other minor details!
L0ne_W0lf
1
-1
/
+7
2009-06-03
* Some clean ups on autocast and itemskill code. (see topic:220921 for some i...
Inkfish
1
-38
/
+39
2009-06-03
* Implemented the Party Buff cash skills.
L0ne_W0lf
1
-2
/
+5
2009-06-03
Fixed normal casted Teleport always skip menu.
Inkfish
1
-5
/
+4
2009-06-02
Fixed skills used through items and Hocus-pocus consume requirements if you h...
Inkfish
1
-54
/
+52
2009-06-01
Fixed Fiberlock sometimes fails due to the long interval of skill_unit_timer....
Inkfish
1
-19
/
+31
2009-05-30
- Fixed an off-by-one array index in r13815 that caused skills to use SP for ...
brianluau
1
-1
/
+1
2009-05-30
* Fixed gemstones are still required when players equipped Mistress Card. (bu...
Inkfish
1
-2
/
+7
2009-05-30
* Multiple autocasts can go off at a time now. [Inkfish]
Inkfish
1
-3
/
+3
2009-05-30
* Fixed Hocus-pocus always fails. (bugreport:3143, follow up to: r13815)
Inkfish
1
-4
/
+9
2009-05-29
* Added a new battle flag for telling which skills can have bHealPower effect.
Inkfish
1
-26
/
+23
2009-05-29
* Added new bonuses bHealPower and bHealPower2.
Inkfish
1
-61
/
+50
2009-05-29
* Some more fixes to skill condition issues.
Inkfish
1
-22
/
+44
2009-05-28
Hmm...fixed my last commit making Tarotcard ignore sp requirement.
Inkfish
1
-3
/
+2
2009-05-28
* Fixed some issues of skill condition check.
Inkfish
1
-15
/
+18
2009-05-27
* skill_check_condition clean up (bugreport:2770, bugreport:2957, bugreport:3...
Inkfish
1
-332
/
+415
2009-05-24
Fixed crash when attacking while having a bBreakArmorRate item equipped (typo...
ultramage
1
-1
/
+1
2009-05-24
Taro Card can now break shoes and garment and won't affect dead target. (bugr...
Inkfish
1
-2
/
+9
2009-05-23
Splash attacks do cause additional effects except for autocasts. (bugreport:2...
Inkfish
1
-5
/
+2
2009-05-22
NPC_STOP now stops both sides and will be canceled if either side teleports o...
Inkfish
1
-1
/
+5
2009-05-22
Splash attack doesn't cause any status effects or autocasts any more.(bugrepo...
Inkfish
1
-6
/
+10
2009-05-22
* Fixed some behaviors of additional effects (bugreport:3100,bugreport:2661)
Inkfish
1
-41
/
+85
2009-05-20
* Now fiberlocking a fiberlocked target doesn't renew the timer but instead i...
Inkfish
1
-0
/
+6
2009-05-19
- Updated NPC_DRAGONFEAR to supposedly behave as it should
skotlex
1
-3
/
+10
2009-05-19
Fixed the three hits of EarthQuake not being calculated seperately.
Inkfish
1
-1
/
+12
2009-05-19
Fiberlock now can trap multiple enemies on the same cell and its triggering a...
Inkfish
1
-8
/
+13
2009-05-17
* Eske and Eska now affect friendly guardians and slaves. (bugreport:2131)
Inkfish
1
-5
/
+9
2009-05-17
* Some fixes to the previous commit (apparently it didn't compile with VS 2008)
Playtester
1
-3
/
+4
2009-05-17
* Monocell, Instant Death and Class Change will now fail on bosses (bugreport...
Playtester
1
-0
/
+10
2009-05-15
- Fixed a bunch of invalid memory access bugs as reported by Valgrind.
skotlex
1
-3
/
+5
2009-05-14
* More logical modifications on skill_additional_effect thing. Thanks to ultr...
Inkfish
1
-19
/
+19
2009-05-13
Fixed effects being applied improperly in some rare cases.
Inkfish
1
-0
/
+3
2009-05-13
PNEUMA, BASILICA and SAFETYWALL no longer protect you from such negative stat...
Inkfish
1
-67
/
+73
2009-05-13
* Fixed combo wait was not canceled when Kick skill was successfully used. (b...
Inkfish
1
-0
/
+2
2009-05-12
- Rental items now can be stackable items too.
zephyrus
1
-4
/
+3
2009-05-12
* Fixed Aid Potion can heal the Emperium (bugreport:164)
Inkfish
1
-0
/
+7
2009-05-12
* Removed DEF reduction display when casting GrandCross.
Inkfish
1
-3
/
+0
2009-05-10
* Magnetic Earth will never stack even if they are from the same team.(bugrep...
Inkfish
1
-2
/
+1
[prev]
[next]