Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-01-13 | Update copyright headers for year 2020 | Haru | 1 | -1/+1 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2019-10-29 | Dehardcode combo skills check | Asheraf | 1 | -0/+20 | |
2019-10-09 | Correct Magnum Break delay | skyleo | 1 | -5/+4 | |
Credit to: https://github.com/rathena/rathena/commit/fc2c6e02 | |||||
2019-05-06 | Merge pull request #2232 from guilherme-gm/201810-trap-visibility | Haru | 1 | -0/+1 | |
Added option to make hunter traps invisible | |||||
2018-10-20 | Added option to make hunter traps invisible | Guilherme G. Menaldo | 1 | -0/+1 | |
2018-08-30 | Fixed Blastime and Claymore Trap damage that wasn't being split by the ↵ | Guilherme G. Menaldo | 1 | -0/+2 | |
number of enemies | |||||
2017-12-23 | Replace the use of skill_reproduce_db with AllowReproduce flag | Asheraf | 1 | -0/+350 | |
2017-11-16 | update skill db entries to support ShowSkillScale | Asheraf | 1 | -0/+17 | |
2017-11-16 | Implement skill scale packet for client versions >= 20151223. | Asheraf | 1 | -0/+1 | |
2017-04-17 | Added missing Cart check for MC_CARTDECORATE skill | Jedzkie | 1 | -0/+1 | |
2017-03-16 | Official status change base durations for Stun (#1234) (#1632) | Flipp | 1 | -26/+16 | |
- NPC_LICK now has a base chance of 20%*level and a base duration of 5s - Excruciating Palm now has a base duration 5s - Shield Press now has a base duration of 5s+0.5s*level - Earth Shaker now has a base duration of 2s (level 2-3) and 3s (level 4-5) - Sightless Mind now has a base duration of 30s in pre-re and 20s in renewal - Credit rathena/rathena@80e026433 | |||||
2017-03-04 | Fixing Beast Strafe | Shizuke | 1 | -2/+1 | |
Beast Strafe has no target and it should have. | |||||
2016-11-20 | Replaced some unsupported symbols in AegisNames (step 2) | Haru | 1 | -2/+2 | |
This removes the remaining unsupported symbols (despite they being official names) in AegisNames: The apostrophe (`'`) sign is suppressed. The full replacement rules (cumulative with the step 1 commit) are thus: - Any apostrophe is suppressed. - Any non-`[A-Za-z0-9_]` character is replaced with an underscore (`_`). - If the replaced symbol is at a word boundary (beginning or end of the string, or next to another underscore), it is suppressed instead. - If the replacement causes an AegisName conflict, underscores are appended appropriately. Signed-off-by: Haru <haru@dotalux.com> | |||||
2016-10-22 | Added Summoner Skills(in DB) | Dastgir Pojee | 1 | -18/+788 | |
Added Summoner SC ID's in status.h | |||||
2016-07-19 | Add new skill attributes into skill_db and skill db converter. | Andrei Karas | 1 | -0/+4 | |
2016-07-12 | Fix converted skilldb | Andrei Karas | 1 | -1263/+5664 | |
2016-07-12 | Add missing items into item_db.conf | Andrei Karas | 1 | -13/+13 | |
2016-07-09 | Some indentation fixes in the skill db converter | Haru | 1 | -553/+552 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2016-07-09 | Added skill_db.conf. | Smokexyz | 1 | -0/+32069 | |
Removed deprecated files - skill_require_db.txt, skill_unit_db.txt, skill_cast_db.txt, skill_castnodex_db.txt, skill_db.txt. |