index
:
evol/hercules
jak1/ci_fix
jak1/remove_unusable_console_output
master
rebased
test
tmphpm
The Mana World fork of Hercules. This is vanilla Hercules with a few tiny modifications for our specific needs. Mutually-beneficial modifications are contributed upstream.
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
2006-08-20
- Added clif_skill_fail for homunc to skill_castend_id & skill_castend_pos ('...
toms
1
-4
/
+13
2006-08-20
- @useskill will now cause your homun to use the skill instead of you if the ...
skotlex
1
-3
/
+1
2006-08-20
- Reduced the Success Chance of GS_FLING to 10+10*lv% (Playtester told me tha...
skotlex
1
-2
/
+2
2006-08-19
- Fixed @homlvup bug
toms
1
-0
/
+14
2006-08-19
- Fixed GS_GROUNDDRIFT
skotlex
1
-1
/
+5
2006-08-19
Fixed HAMI_CASTLE
toms
1
-2
/
+13
2006-08-19
- Updated NJ_BAKUENRYU skill tree
toms
1
-2
/
+0
2006-08-19
Some compilation warnings fixed
toms
1
-1
/
+0
2006-08-19
- Added skill's required item check on homunc skills
toms
1
-7
/
+41
2006-08-18
Little code cleanup on last fix
toms
1
-9
/
+2
2006-08-18
- Fixed HLIF_HEAL healing the homunc instead of the master
toms
1
-1
/
+5
2006-08-18
- Fixed a sad crash in the login-txt server. Thanks to Flavio JS for pointing...
skotlex
1
-1
/
+1
2006-08-18
- Figured out a better way to make TATAMIGAESHI attack only on the instant it...
skotlex
1
-14
/
+8
2006-08-18
- Made HLIF_HEAL a self skill that auto-selects target to caster's master.
skotlex
1
-10
/
+8
2006-08-18
Applied Mpeg's work on ninja (http://gpegon.free.fr/ea/ninja_08-18-06_mpeg.txt)
toms
1
-2
/
+15
2006-08-18
- Reverted the battle_config regen settings from unsigned int to signed int. ...
skotlex
1
-2
/
+0
2006-08-18
- Added guild_aura (skill.conf) setting so you can specify when it works and ...
skotlex
1
-0
/
+4
2006-08-18
- Little code cleanup
toms
1
-3
/
+0
2006-08-18
- Applied use of structure regen_data for a unified regen module. Natural and...
skotlex
1
-1
/
+1
2006-08-16
- Cleaned up skill_get_range2 so that using range 0 for non-self skills uses ...
skotlex
1
-12
/
+3
2006-08-16
- Spirit of Wizard will now consume an item 7321 each time it blocks reflecte...
skotlex
1
-2
/
+5
2006-08-16
- @produce now can make any kind of equipment
skotlex
1
-2
/
+9
2006-08-16
- Now arrow-consuming skills where your main weapon is a whip or musical inst...
skotlex
1
-1
/
+1
2006-08-15
- Some cleanup of int_homun.c
skotlex
1
-2
/
+1
2006-08-15
- Updated the char save structure for char-TXT servers so that the homun id w...
skotlex
1
-2
/
+2
2006-08-15
- Asura Strike now moves you to the target on fail always (unless the target ...
skotlex
1
-43
/
+32
2006-08-14
- Sacrifice no longer shows damage to self.
skotlex
1
-27
/
+15
2006-08-14
- Some cleaning of skillnotok
skotlex
1
-19
/
+17
2006-08-14
- Increased Run's walk speed bonus to 25->50%
skotlex
1
-15
/
+11
2006-08-14
- Fixed script engine allowing scripts to set a player's zeny to negative val...
skotlex
1
-1
/
+1
2006-08-13
- Removed @itemcheck as it was totally pointless.
skotlex
1
-4
/
+1
2006-08-11
- Fixed the item group bonus not working.
skotlex
1
-30
/
+72
2006-08-10
Code cleanup on homunc, they stay in memory until player disconnect or homunc...
toms
1
-4
/
+4
2006-08-10
- Fixed two instances in the login-sql server where the ip in the log-login t...
skotlex
1
-2
/
+16
2006-08-09
- Fixed Asura not wasting all SP away when it fails on cast-end.
skotlex
1
-0
/
+1
2006-08-09
- Adjusted some the dance/song/encore code so that the source of an ensemble ...
skotlex
1
-30
/
+61
2006-08-09
- Should have fixed a signed/unsigned warning in login-txt
skotlex
1
-0
/
+26
2006-08-08
- Added back missing state set to prevent Ankle-Snare from being retrieved af...
skotlex
1
-0
/
+1
2006-08-08
Fixed compilation warning
toms
1
-1
/
+1
2006-08-08
- Added a check to handle Spider Web as a targetted skill. If there's more th...
skotlex
1
-3
/
+4
2006-08-08
- Casting Kaensin will clear out Suiton and viceversa now.
skotlex
1
-10
/
+4
2006-08-08
- Removed config settings display_delay_skill_fail and display_snatcher_skill...
skotlex
1
-2
/
+2
2006-08-08
- Fixed yet again AS_SPLASHER doing full damage on all characters. Now you ca...
skotlex
1
-47
/
+37
2006-08-08
- Changed define EQP_WEAPON to specify only the right-hand weapon, added defi...
skotlex
1
-2
/
+2
2006-08-07
- Cleaned up the Asura code so that when the skill fails your SP/Spheres/Fury...
skotlex
1
-10
/
+33
2006-08-07
- Fixed Venom Splasher doing half-damage instead of full-damage to the "explo...
skotlex
1
-1
/
+1
2006-08-07
- Removed the setting of blow-count to 0 when the target is a boss on the bat...
skotlex
1
-2
/
+4
2006-08-07
- Cleaned some of mpeg's updated work.
skotlex
1
-28
/
+39
2006-08-07
- Some code cleaning in status.c
skotlex
1
-0
/
+1
2006-08-07
mpeg's ninja work
Vicious
1
-121
/
+67
[next]