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-02-17
- Fixed crash in AL_TELEPORT.
skotlex
1
-2
/
+2
2006-02-16
- Added a new column in the skill_db to specify the splash-range/area-of-effe...
skotlex
1
-12
/
+14
2006-02-16
- Autocasted AL_TELEPORT should now automatically pick menu entry rather than...
skotlex
1
-5
/
+11
2006-02-16
- In CELL_NOSTACK mode, mob_canreach will now ignore other players when check...
skotlex
1
-3
/
+3
2006-02-15
- Added battle config option pk_level_range for specifying valid level ranges...
skotlex
1
-4
/
+4
2006-02-15
- Made the warm skills BF_WEAPON type so that they may trigger effect cards.
skotlex
1
-69
/
+59
2006-02-15
- Some cleaning of the slave moving code.
skotlex
1
-3
/
+4
2006-02-14
- Hiding cancels Close Confine.
skotlex
1
-281
/
+184
2006-02-13
- Made the NPC_BREAK* skills attack skills again, their chance of equipment b...
skotlex
1
-42
/
+41
2006-02-13
- Made Land Protector Block Hammerfall.
skotlex
1
-0
/
+3
2006-02-13
- Modified PA_GOSPEL so that the random damage attack becomes a BF_MISC attack.
skotlex
1
-7
/
+8
2006-02-13
- Fixed SG_FUSION costing SP to deactivate.
skotlex
1
-0
/
+1
2006-02-13
- NPC_POWERUP now gives +40% atk per level.
skotlex
1
-2
/
+2
2006-02-13
- Added CELL_CHKSTACK to check if a map cell is stacked (CELL_NOSTACK server ...
skotlex
1
-1
/
+1
2006-02-13
- Added handling of type BL_PET to skill_unitgrouptickset_search. I know pets...
skotlex
1
-126
/
+75
2006-02-10
- Made the NPC_BREAK* skills no damage skills. Removed their code from the sk...
skotlex
1
-8
/
+4
2006-02-10
- NPC_POWERUP gives now +20% attack per skill level.
skotlex
1
-2
/
+2
2006-02-10
* Removed the conf sql code for now. Maybe will continue later with that pr...
Valaris
1
-408
/
+0
2006-02-09
- Added function mob_respawn which makes a mob respawn on spot 3 seconds afte...
skotlex
1
-3
/
+2
2006-02-09
- Changed the default of skill_delay_attack_enable to no.
skotlex
1
-1
/
+2
2006-02-09
- Code rewrites in mob_damage and party_exp_even_share for correctly handling...
skotlex
1
-0
/
+4
2006-02-08
- Added battle config options:
skotlex
1
-1
/
+4
2006-02-08
- Cleaned up and reorganized status_change_start. Now it also receives the su...
skotlex
1
-532
/
+414
2006-02-08
- Removed the max level configs from battle/exp.txt
skotlex
1
-2
/
+3
2006-02-06
- Added define clif_deadsit to send the dead state into player packets if the...
skotlex
1
-18
/
+29
2006-02-03
- Grand Cross/Grand Darkness can no longer get the ignore defense -armor pier...
skotlex
1
-15
/
+25
2006-02-02
- Fixed some includes in skill.c and npc.c, thanks to 252-rer for finding it ...
skotlex
1
-5
/
+5
2006-02-01
- Fixed a typo bug in SC_STAR_COMFORT handling.
skotlex
1
-517
/
+482
2006-01-31
- Fixed skill_check_cloak to use the current skill level of the cloaking skil...
skotlex
1
-6
/
+6
2006-01-31
- PF_SOULBURN no longer ignores mdef.
skotlex
1
-37
/
+8
2006-01-31
- Cleaned up Summon Slave mob skill to only summon number of missing mobs to ...
skotlex
1
-0
/
+2
2006-01-31
- Fixed being able to Encore skills you no longer have in your tree.
skotlex
1
-3
/
+2
2006-01-30
- Autoloot now uses the item's base drop chance rather than final drop rate t...
skotlex
1
-25
/
+27
2006-01-30
* Added 'restricted' mapflag, based on lordalfa patch
Komurka
1
-1
/
+5
2006-01-29
AS OF SVN REV. 5901, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES ...
Valaris
1
-0
/
+12348
2006-01-29
Clearing trunk.
Valaris
1
-9690
/
+0
2005-04-07
* Fixed HP Conversion to properly not reduce HP if SP is full
celest
1
-11
/
+11
2005-04-06
* Fixed a crash in clif_send when checking packet version
celest
1
-0
/
+3
2005-04-06
* Skip partner checking when calculating status with Marionette Control on
celest
1
-103
/
+89
2005-04-05
* Fixed skill tree entries for Vulcan Arrow, and Throw Arrow
celest
1
-13
/
+13
2005-04-05
* Simplified Valaris' online_timer
celest
1
-31
/
+36
2005-04-02
* Updated Tiger Knucke Fist's 'fixed state' effect
celest
1
-6
/
+10
2005-04-02
* Added the 3 baby skills WE_BABY, CALLBABY and CALLPARENT
celest
1
-323
/
+349
2005-04-01
* Fixed a potential crash in pc_walk in Win32 builds
celest
1
-17
/
+19
2005-03-31
* Set 'undead_detect_type' to 0 by default
celest
1
-3
/
+3
2005-03-30
eAthena VC7 solution and support added for native builds [MouseJstr]
amber
1
-0
/
+1
2005-03-30
* Added base code for loading Ser's UPNP plugin
celest
1
-29
/
+25
2005-03-30
* updated map server to jA1137~1159
celest
1
-289
/
+369
2005-03-29
More C/C++ Conformance fixes
amber
1
-4
/
+4
2005-03-29
* Updated damage calculation for Magnum Break
celest
1
-16
/
+22
[next]