summaryrefslogtreecommitdiff
path: root/db/re/mob_db.conf
AgeCommit message (Collapse)AuthorFilesLines
2020-04-11Add jRO exclusive pet monstersKenpachi Developer1-7/+35
2020-04-11Update monster DB file headers (entry structure)Kenpachi Developer1-2/+2
2020-04-11Add new monsters for pet DB updateKenpachi Developer1-3/+853
2020-02-09Merge pull request #2622 from Kenpachi2k13/mob_viewdata_fixHaru1-1/+1
Make mob DB field ViewData->HairStyleId defaulting to 1 instead of 0.
2020-02-01Updated documentation of default value for mob DB field ViewData->HairStyleId.Kenpachi Developer1-1/+1
Additionally fixed reference to monster modes deocumentation in doc/mob_db.txt.
2020-01-25Added monsters required for rebellion.Dastgir1-1/+61
J_REB_SHECIL1 and J_REB_SHECIL2 are using placeholder values G_L_SHECIL values taken from rAthena
2020-01-13Update copyright headers for year 2020Haru1-1/+1
Signed-off-by: Haru <haru@dotalux.com>
2019-10-30Add support for overriding default view data in mob databaseAsheraf1-0/+15
2019-09-23Add Library Mistake QuestEmistry Haoyan1-1/+33
- Quest allow player to waive the transcendent cost. Signed-off-by: Haru <haru@dotalux.com>
2019-07-24Update mob_db - DamageTakenRate fieldEmistry Haoyan1-0/+1
- adjust the damage taken by monster. (default = `100 = 1x`) - ref: https://github.com/idathena/trunk/commit/e267d2e2dada6196b479a6f2f35e9d25291ef22b
2019-04-20Added support for mobs to drop items with Random OptionsGuilherme G. Menaldo1-0/+2
2018-07-24Add Achievement DB Add Achievement Rank DBsmokexyz1-7/+380
Co-authored-by: "Dastgir" <dastgirp@gmail.com>
2017-03-12Fixes #569. Adds mob_db.txt documentation.AtlantisRO1-2/+2
Signed-off-by: Ragno <ragno@atlantis-ro.net>
2016-11-20Replaced some unsupported symbols in AegisNames (step 2)Haru1-179/+179
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-11-20Replaced some unsupported symbols in AegisNames (step 1)Haru1-2/+2
This removes some unsupported symbols (despite they being official names) in AegisNames. The replacement rules used are: - 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-11-20Propageted the AegisName fix to scripts and pre-re databaseHaru1-62/+62
This commit just propagates the AegisName changes to the pre-re database and to the (re) scripts. Two issues are fixed as a side-effect: - The ghost_palace script was referring the non-existing constant(s): Thanatos_Two-Handed_Staff == (Thanatos_Two) - (Handed_Staff) == 0. Paired with the script engine's inability to differentiate between constants and player variables, that produced a very subtle issue. - The item RAG203 is sold by a NPC (Rebellion Weapon Vending). Due to a pair of swapped AegisName constants (RAG203 and RAG203_), the slotted version was sold by the NPC instead of hte non-slotted one (the issue was actually fixed in the previous commit, although the description of the fix is here - these two commits are only split for legibility purposes but they're to be considered indivisible). Signed-off-by: Haru <haru@dotalux.com>
2016-08-26Implementation of Ghost palace instance based on iROAsheraf1-13/+568
* 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 DungeonRidley88191-9/+400
- 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 implementationRidley88191-5/+249
* 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-07-20Old Glast Heim and Nightmare Glast Heim implementationRidley88191-207/+722
-- 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-02-29Dummy Monsters cannot be knockback in kRO.Jedzkie1-5/+20
Fixed their Official names.
2016-02-28Added monsters with NoKnockbackDastgir1-0/+1
2016-02-28Added NoKnockback Mode for monstersDastgir1-0/+1
Signed-off-by: Haru <haru@dotalux.com>
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-01-29Re-added JName for the monsters that require itHaru1-0/+299
Signed-off-by: Haru <haru@dotalux.com>
2016-01-29Re-added support for the JName field in the mob dbHaru1-0/+1
Signed-off-by: Haru <haru@dotalux.com>
2016-01-29Replaced numeric sizes with Size_* constants in the mob dbHaru1-1753/+1753
Signed-off-by: Haru <haru@dotalux.com>
2016-01-29Replaced numeric races with RC_* constants in the mob dbHaru1-1753/+1753
Signed-off-by: Haru <haru@dotalux.com>
2016-01-29Replaced numeric elements with Ele_* constants in the mob databaseHaru1-1753/+1753
Signed-off-by: Haru <haru@dotalux.com>
2015-12-22Organized pet db by episodes + ids. Added missing Pets. Removed RE specific ↵Taylor Locke1-2/+2
pet entries from pre-re pet db.
2015-12-15Updated header for libconfig-based databasesHaru1-27/+52
It now includes a GPL-compliant license/copyright mention Signed-off-by: Haru <haru@dotalux.com>
2015-12-13Corrected a FIXME in the Renewal Mob DBHaru1-1/+1
- Follow-up to 02546a4cb569acdbadd50dce48df1303d1decedc - Thanks to zackdreaver for pointing it out Signed-off-by: Haru <haru@dotalux.com>
2015-12-08Removed a dozen duplicate entries from the Renewal Mob DBHaru1-565/+0
Signed-off-by: Haru <haru@dotalux.com>
2015-12-08Fixed various incorrect AegisNames in the Renewal Mob DBHaru1-7/+7
Signed-off-by: Haru <haru@dotalux.com>
2015-11-22MobDB Update:Jedzkie1-19/+903
- Added 'Geffen Magic Tournament' monsters. • Ahri - http://www.divine-pride.net/database/monster/2549 • Dio Anemos - http://www.divine-pride.net/database/monster/2550 • Geffen Shoplifter - http://www.divine-pride.net/database/monster/2551 • Geffen Bully - http://www.divine-pride.net/database/monster/2552 • Geffen Gang Member - http://www.divine-pride.net/database/monster/2553 • Faymont - http://www.divine-pride.net/database/monster/2554 • Ordre - http://www.divine-pride.net/database/monster/2555 • Blut Hase - http://www.divine-pride.net/database/monster/2556 • Kuro Akuma - http://www.divine-pride.net/database/monster/2557 • Ifodes - http://www.divine-pride.net/database/monster/2558 • Licheniyes - http://www.divine-pride.net/database/monster/2559 • Orodic - http://www.divine-pride.net/database/monster/2560 • Ju - http://www.divine-pride.net/database/monster/2561 • Dwigh - http://www.divine-pride.net/database/monster/2562 • Fay Kanavian - http://www.divine-pride.net/database/monster/2563 • Fenrir - http://www.divine-pride.net/database/monster/2564 • Alphonse - http://www.divine-pride.net/database/monster/2565 • Alphonse Jr - http://www.divine-pride.net/database/monster/2566 • E_GEFFEN_MAGIC_3_2 - http://www.divine-pride.net/database/monster/2567 • E_GEFFEN_MAGIC_3_3 - http://www.divine-pride.net/database/monster/2568 More info: http://irowiki.org/wiki/Geffen_Magic_Tournament NOTE: This commit is not complete, we need more Information of their official behaviors as well as their drop, and etc.
2015-10-20Converted all the commented out mob_db/mob_db22 entries to the new formatHaru1-682/+3137
Signed-off-by: Haru <haru@dotalux.com>
2015-10-20Convert mob_db to new format.Andrei Karas1-0/+79201