summaryrefslogtreecommitdiff
path: root/db/pre-re/skill_db.conf
AgeCommit message (Collapse)AuthorFilesLines
2017-12-23Replace the use of skill_reproduce_db with AllowReproduce flagAsheraf1-0/+350
2017-11-16update skill db entries to support ShowSkillScaleAsheraf1-0/+17
2017-11-16Implement skill scale packet for client versions >= 20151223.Asheraf1-0/+1
2017-04-17Added missing Cart check for MC_CARTDECORATE skillJedzkie1-0/+1
2017-03-16Official status change base durations for Stun (#1234) (#1632)Flipp1-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-04Fixing Beast StrafeShizuke1-2/+1
Beast Strafe has no target and it should have.
2016-11-20Replaced some unsupported symbols in AegisNames (step 2)Haru1-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-22Added Summoner Skills(in DB)Dastgir Pojee1-18/+788
Added Summoner SC ID's in status.h
2016-07-19Add new skill attributes into skill_db and skill db converter.Andrei Karas1-0/+4
2016-07-12Fix converted skilldbAndrei Karas1-1263/+5664
2016-07-12Add missing items into item_db.confAndrei Karas1-13/+13
2016-07-09Some indentation fixes in the skill db converterHaru1-553/+552
Signed-off-by: Haru <haru@dotalux.com>
2016-07-09Added skill_db.conf.Smokexyz1-0/+32069
Removed deprecated files - skill_require_db.txt, skill_unit_db.txt, skill_cast_db.txt, skill_castnodex_db.txt, skill_db.txt.