summaryrefslogtreecommitdiff
path: root/db
AgeCommit message (Collapse)AuthorFilesLines
2016-09-02change *strcharinfo to use constantsAsheraf2-28/+28
2016-08-29*strnpcinfo now uses constantsAsheraf1-0/+7
- NPC_NAME for the whole npc name including hidden part - NPC_NAME_VISIBLE for the visible part of the npc name - NPC_NAME_HIDDEN for the hidden part of the npc name - NPC_NAME_UNIQUE for the npc unique name - NPC_MAP for npc map
2016-08-26Implementation of Ghost palace instance based on iROAsheraf4-13/+666
* Added ghost palace instance script * Add needed monster, item and quest database entries * Added mapflags for instance map (1@spa)
2016-08-17Nightmare Clock Tower DungeonRidley88194-76/+482
- added mobs and (updated) skills - added quests_aldebaran.txt - iro dialogues - all items are already in available in item_db.conf - maps are already available in mapcache, index and .conf - Updated item effect for Pocket_Watch_ and Pocket_Watch__, and their combo with Memorize_Book and Pocket_Watch__ Closes #1389 as merged Signed-off-by: Haru <haru@dotalux.com>
2016-08-02Sara's Memory Instance implementationRidley88192-14/+268
* implementation of Sara's memory instance * Update and add missing Sara's memory monster database * Update and add missing Sara's memory quest database
2016-08-01Update Old Glastheim announces to use C_colorAsheraf1-20/+21
* now announce commands use constant colors instead of hexadecimal. * added new color C_SPRINGGREEN
2016-07-20Old Glast Heim and Nightmare Glast Heim implementationRidley88194-247/+1030
-- adding glast heim Monsters/Items/Quests full entries -- corrected already existed glast heim items/quest/monsters entries -- added Old Glast Heim Enchanter -- Changed .MyMobs to 'MyMobs -- Added H.U.L.D suppot
2016-07-19Merge pull request #1372 from 4144/freemoveHaru2-0/+8
Add skill attributes for allow moving while casting this skill
2016-07-19Add new skill attributes into skill_db and skill db converter.Andrei Karas2-0/+8
2016-07-18Fix a typo in some items bonusAsheraf1-4/+4
2016-07-12Fix converted skilldbAndrei Karas2-2536/+11159
2016-07-12Add missing items into item_db.confAndrei Karas2-14/+224
2016-07-10Add sc_config.txt flag for always visible effects.Andrei Karas1-34/+37
Remove hardcoded visible effects from status.c and add visible flag into sc_config.txt
2016-07-09Some indentation fixes in the skill db converterHaru2-1109/+1108
Signed-off-by: Haru <haru@dotalux.com>
2016-07-09Added skill_db.conf.Smokexyz12-8917/+65265
Removed deprecated files - skill_require_db.txt, skill_unit_db.txt, skill_cast_db.txt, skill_castnodex_db.txt, skill_db.txt.
2016-04-04Corrected the Zenkai unit intervalHaru2-2/+2
Fixes #607 Signed-off-by: Haru <haru@dotalux.com>
2016-03-30Fixed typo on item_db documentationDastgir2-2/+2
2016-03-21Fix NC_DISJOINT skill where in the item 'Wrench (6186)' is not consumed ↵Jedzkie2-2/+2
after the usage of the skill.
2016-03-14Fix wrong item effect for 'Magnolia Hat'Jedzkie2-4/+7
Update it's renewal trade restriction.
2016-03-11Hardcore Parameters from constant database to avoid synchronize issues with ↵hemagx1-118/+0
source now defining new parameters in the constants.conf database is deprecated and should be defined in source instead
2016-03-06Added missing item slot on Zaha Doll Hat (Pre-Renewal). Thanks to kyeme.Jedzkie1-0/+1
2016-03-06Fix Strong Shield can be equipped by all classes (Pre-Renewal). Thanks to Kyeme.Jedzkie1-2/+9
2016-03-01Fix item names of itemID 14108 and 14109. Thanks to Kyeme.Jedzkie2-4/+4
2016-02-29Dummy Monsters cannot be knockback in kRO.Jedzkie1-5/+20
Fixed their Official names.
2016-02-29Added gender-related constants SEX_MALE/SEX_FEMALEEmistry1-0/+4
2016-02-28Added monsters with NoKnockbackDastgir2-0/+2
2016-02-28Added NoKnockback Mode for monstersDastgir3-0/+3
Signed-off-by: Haru <haru@dotalux.com>
2016-02-27Update NPC ID'sJedzkie1-0/+25
2016-02-21Changed item_db to new formatDastgir3-3358/+21704
Signed-off-by: Haru <haru@dotalux.com>
2016-02-21Updated DocumentationDastgir3-5/+101
2016-02-05Merge pull request #1140 from SamuelHercules/renewalcardsDastgir1-0/+28
Mob DB Update - Added card drops
2016-02-05Mob DB Update - Added card dropsSamuelHercules1-0/+28
- Lighthalzen Biolab F4 - Hall of Abyss - Old Glast Heim Merged rAthena @ f987f1bcbe22ccd4f75fa15e21193b7419aa7f5c Credit: secretdataz
2016-02-05Fixes #543Dastgir2-4/+32
Added missing items from Gift Box
2016-01-29Re-added JName for the monsters that require itHaru2-0/+477
Signed-off-by: Haru <haru@dotalux.com>
2016-01-29Re-added support for the JName field in the mob dbHaru3-0/+3
Signed-off-by: Haru <haru@dotalux.com>
2016-01-29Replaced numeric sizes with Size_* constants in the mob dbHaru3-2857/+2857
Signed-off-by: Haru <haru@dotalux.com>
2016-01-29Replaced numeric races with RC_* constants in the mob dbHaru3-2857/+2857
Signed-off-by: Haru <haru@dotalux.com>
2016-01-29Replaced numeric elements with Ele_* constants in the mob databaseHaru3-2857/+2857
Signed-off-by: Haru <haru@dotalux.com>
2016-01-25Added source support for special comments in the constdbHaru1-45/+42
- To be used by the constdb2doc plugin Signed-off-by: Haru <haru@dotalux.com>
2016-01-16set_constant the LOOK_ constantsAnnieRuru1-16/+0
2016-01-16Remove VAR_ constantsAnnieRuru1-10/+37
- there are 2 same constants for setlook script command, remove the wrong one - VAR_ constant added by lone_wolf is invalid https://github.com/HerculesWS/Hercules/commit/f4278f36db32f35e535a0ea8feb1cf83ca95019e, so use the LOOK_ constant
2016-01-13Marked Job_Alchem and Job_Baby_Alchem as deprecatedHaru1-2/+8
Use respectively Job_Alchemist and Job_Alchemist instead. Signed-off-by: Haru <haru@dotalux.com>
2016-01-13Added support to mark constants in db/constants.conf as deprecatedHaru1-0/+1
Signed-off-by: Haru <haru@dotalux.com>
2016-01-13Converted const.txt to libconfig formatHaru2-3641/+3791
- This is necessary for upcoming improvements Signed-off-by: Haru <haru@dotalux.com>
2016-01-10Fixes Renewal Sleipnir, SP Recovery Rate must be 25%.Jedzkie1-1/+1
Ref: http://www.divine-pride.net/database/item/2410/kRO
2016-01-09Added support for MC_CARTDECORATE skill.Jedzkie6-4/+6
*This skill is supported only by 2015-08-05aRagexeRE clients onwards.* Closes #1025 as merged Signed-off-by: Haru <haru@dotalux.com>
2016-01-07Skill Update:Jedzkie1-1/+1
- According to this kRO's Patch Note: https://rathena.org/board/topic/101392-4082015-maintenance/ • Mechanic's Pile Bunker added 3 new weapons.
2016-01-07ItemDB Update:Jedzkie1-0/+50
- Added 3 New Mechanic's Pile Bunkers.
2016-01-06Reverted the fixed cast delay of Arrow Shower, thanks to @MichiJedzkie1-1/+1
2016-01-06Renewal Arrow Shower UpdateJedzkie2-2/+2
Arrow Shower now has 3x3 AoE on level 1~5 and 5x5 AoE on level 6~10 Arrow Shower now has a fixed after cast delay of 500ms Thanks to @Playtester