index
:
repo-recursive-tests/hercules
jesusalva/prerenewal
Messworld Server Code (Hercules v2020.07.26 with minor edits; Please avoid breaking changes so it can be rebased)
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-02-02
Fixing r13503...
ultramage
1
-1
/
+3
2009-01-31
Added skillunit_db for efficient execution of skill_unit_timer() (followup to...
ultramage
1
-11
/
+11
2009-01-31
objects[] array removal (bugreport:2559)
ultramage
1
-5
/
+12
2009-01-25
- Implemented monster skill "Full Heal" NPC_ALLHEAL.
zephyrus
1
-0
/
+14
2009-01-25
- Implemented new item bonus scripts required for battlegrounds.
zephyrus
1
-46
/
+77
2009-01-24
* Changed all uses of struct skill_unit_group* to group_id in status_change_e...
FlavioJS
1
-10
/
+41
2009-01-20
- Added support for item effect Ignore Def Rate by Race. bonus2 bIgnoreDefRat...
zephyrus
1
-10
/
+13
2008-12-20
some minor generic cleanups
ultramage
1
-16
/
+11
2008-12-01
* Fixed rare crash when using Flying Kick on clones (bugreport:2506)
ultramage
1
-26
/
+9
2008-11-22
* Hunted down improper uses of va_list variables.
FlavioJS
1
-4
/
+0
2008-11-18
Autotrade characters will no longer get caught by Urgent Recall. (bugreport:2...
L0ne_W0lf
1
-1
/
+1
2008-10-12
Fixed multiple casts of NPC_REBIRTH interfering with activation of mob death ...
ultramage
1
-0
/
+2
2008-10-11
Added safeguards to Redemptio's exp penalty code to prevent arithmetic overfl...
ultramage
1
-4
/
+4
2008-10-10
Slightly corrected the NPC_REBIRTH code from r13272.
ultramage
1
-2
/
+1
2008-10-09
Updated NPC_REBIRTH. Has it's own values, and no longer leeches off SL_KAIZEL.
L0ne_W0lf
1
-2
/
+2
2008-09-27
Fixed a ShowWarning call in skill_db.txt reading code using random data from ...
ultramage
1
-1
/
+1
2008-09-21
Corrected Lex Divina not showing animation on fail. (bugreport:1740)
L0ne_W0lf
1
-5
/
+3
2008-09-18
- Some corrections to Basilica.
zephyrus
1
-8
/
+11
2008-09-10
- Full implementation of mercenary skills.
zephyrus
1
-102
/
+250
2008-09-09
Enabled WoE SE to be run independently of WoE. Let's see how long it is befor...
L0ne_W0lf
1
-2
/
+2
2008-09-07
- Fixing some linux warnings (uninitialized variable).
zephyrus
1
-23
/
+30
2008-09-03
- Starting Mercenary Skill implementation.
zephyrus
1
-90
/
+104
2008-09-02
- Implementing a correct update of mercenary status window on status change u...
zephyrus
1
-2
/
+2
2008-09-01
- More code for mercenaries and starting work on restrictions.
zephyrus
1
-12
/
+18
2008-08-25
* Fixed: several compiler warnings [akrus]
akrus
1
-1
/
+1
2008-08-24
- Fixed skill problems (who did this? Mercenary skills values are big than ho...
zephyrus
1
-6
/
+6
2008-08-24
- Moving all content of Homunculus code to a proper file Homunculus.c/h
zephyrus
1
-1
/
+1
2008-08-21
- Big update to Basilica, implementing official behavior.
zephyrus
1
-17
/
+43
2008-08-21
- Fixed a bug. Warp portal cannot be casted on dead players.
zephyrus
1
-4
/
+5
2008-08-20
- More cleanup of Barricades (final i think)
zephyrus
1
-1
/
+1
2008-08-20
* Implemented Brainstorm's and SketchyPhoenix's fixes for Flying side kick.
L0ne_W0lf
1
-1
/
+11
2008-08-20
- Fixes on schg_cas02 and arug_cas01.txt
zephyrus
1
-17
/
+26
2008-08-17
** Please update your server ASAP. **
zephyrus
1
-8
/
+10
2008-08-10
Some skill corrections based on bugreport:1945
ultramage
1
-2
/
+1
2008-08-02
Added itemid defines for Stone and Skull_ (used by Pick Stone skill and pvp s...
ultramage
1
-1
/
+1
2008-08-01
Removed unused guardian hp columns from the guild castles table in main.sql (...
ultramage
1
-1
/
+1
2008-07-29
Renamed struct 'skill' to 's_skill' to remove naming collisions.
ultramage
1
-12
/
+21
2008-07-26
Replaced occurences of '-1' with the more appropriate 'INVALID_TIMER' value w...
ultramage
1
-14
/
+15
2008-07-26
- Implemented official Convex Mirror (With help of Yomanda and Sirius White)
zephyrus
1
-2
/
+2
2008-07-20
* Simplified the search in pop_timer_heap and added more debug info to help d...
FlavioJS
1
-4
/
+17
2008-07-16
Fixed TK_JUMPKICK, should not jump over objects and cliffs.
shadow
1
-1
/
+1
2008-07-12
Fixed a bad check on NPC_EVILLAND, actually healing players instead of doing ...
shadow
1
-1
/
+1
2008-07-09
* Added const to the return value of get_timer.
FlavioJS
1
-1
/
+1
2008-07-07
First attempt at implementing the official walk speed system
ultramage
1
-5
/
+4
2008-07-07
Removed stop/slowdown effect from Grimtooth (bugreport:1806)
ultramage
1
-6
/
+0
2008-07-05
Fixed AM_PHARMACY produce chances based on info gathered by flaviojs, aegis z...
shadow
1
-19
/
+25
2008-07-03
Adjusted Free Cast code so that its walk penalty gets calculated in status_ca...
ultramage
1
-7
/
+16
2008-07-03
Fixes regarding bugreport:1727 (undead element/race skill behaviors) follow u...
shadow
1
-2
/
+4
2008-06-29
Random assortment of various small corrections and tweaks.
ultramage
1
-7
/
+8
2008-06-24
Cleaned up unconditional calls to status_change_end().
ultramage
1
-11
/
+6
[next]