summaryrefslogtreecommitdiff
path: root/db
AgeCommit message (Collapse)AuthorFilesLines
2020-02-09Changed type of all items, which use itemskill() script command, to IT_USABLE.Kenpachi Developer2-163/+163
2020-02-09Updated item scripts.Kenpachi Developer2-173/+122
Updated script of all items, which use SkillToMe in AEGIS, to now use itemskill() script command with flag parameter set to 6 (ISF_INSTANTCAST | ISF_CASTONSELF). Updated script of all items, which used unitskilluseid() script command, to now use itemskill() script command.
2020-02-09Merge pull request #2622 from Kenpachi2k13/mob_viewdata_fixHaru2-2/+2
Make mob DB field ViewData->HairStyleId defaulting to 1 instead of 0.
2020-02-09Merge pull request #2586 from Asheraf/madostatueffectHaru2-0/+13
Implement support for switching madogear type
2020-02-09Merge pull request #2621 from dastgirp/script/rebellionHaru3-1/+259
Added Rebellion Job Quest
2020-02-01Updated documentation of default value for mob DB field ViewData->HairStyleId.Kenpachi Developer2-2/+2
Additionally fixed reference to monster modes deocumentation in doc/mob_db.txt.
2020-01-29Implement support for switching madogear typeAsheraf2-0/+13
2020-01-25Added QuestDB for Rebellion QuestDastgir1-0/+36
2020-01-25Updated itemDB to support items in rebellion job change quest.Dastgir1-0/+162
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-14Updated items which used SC_ARMORPROPERTY or SC_ARMOR_RESIST.Kenpachi Developer2-10/+44
2020-01-13Update copyright headers for year 2020Haru49-56/+56
Signed-off-by: Haru <haru@dotalux.com>
2020-01-01Add support for auto exp insurance itemsAsheraf3-0/+15
2019-12-15Merge pull request #2572 from Asheraf/mobviewdatadbHaru3-43/+30
Add support for overriding default view data in mob database
2019-11-17Merge pull request #2577 from Asheraf/dehardcodestatusiconsHaru2-0/+1452
Dehardcode Status Icons
2019-11-17Merge pull request #2575 from Asheraf/scconfguildpassiveHaru1-0/+4
Passive Guild Skill status should not reset with SC_ALL
2019-11-17Merge pull request #2573 from Asheraf/dehardcodecomboskillsHaru2-0/+40
Dehardcode combo skills check
2019-11-06Dehardcode Status IconsAsheraf2-0/+1455
2019-11-06Add support for defining status icons in the sc configAsheraf1-0/+1
2019-11-02Passive Guild Skill status should not reset with SC_ALLAsheraf1-0/+4
2019-10-30Drop the usage of mob_availAsheraf1-43/+0
2019-10-30Add support for overriding default view data in mob databaseAsheraf2-0/+30
2019-10-29Dehardcode combo skills checkAsheraf2-0/+40
2019-10-29Dehardcode status effect boss resistanceAsheraf1-0/+67
2019-10-18Merge pull request #2553 from skyleo/magnum_break_delay_fixHaru2-9/+7
Correct Magnum Break delay
2019-10-18Merge pull request #2543 from Emistry/item_db_5330Haru2-2/+2
Update Drooping Kitty item bonus
2019-10-18Merge pull request #2492 from dastgirp/huld/splitHaru1-2/+8
Split HULD translations to per NPC file instead of one large file
2019-10-09Correct Magnum Break delayskyleo2-9/+7
Credit to: https://github.com/rathena/rathena/commit/fc2c6e02
2019-10-02Update Drooping Kitty item bonusEmistry Haoyan2-2/+2
The item is supposed to resist curse for 40% and stun for 10%. ttps://www.divine-pride.net/database/item/5330 https://github.com/rathena/rathena/commit/9f4e40d490c1091ebe844119d81b7beea1ba0657
2019-10-02Load translations from a directory rather than a fileHaru1-2/+8
2019-09-23Merge pull request #2532 from Emistry/npc_rebirth_questHaru2-1/+37
Add Library Mistake Quest
2019-09-23Add Library Mistake QuestEmistry Haoyan2-1/+37
- Quest allow player to waive the transcendent cost. Signed-off-by: Haru <haru@dotalux.com>
2019-09-23Implementation of LapineDdukDdak SystemAsheraf2-0/+4636
2019-09-23Add placeholders for some itemsAsheraf2-0/+6170
2019-09-23Merge pull request #2529 from Asheraf/itemcombolibconfHaru4-604/+4504
Convert item combo db to use libconfig
2019-09-22Remove the hardcoded checks in pc_rental_expire and use OnRentalEndScript ↵Ibrahim Zidan2-18/+92
field in item database for those items instead Fixes #140 Signed-off-by: Ibrahim Zidan <brahem@aotsw.com>
2019-09-22Implement new script fields for items triggered on rentral status changesIbrahim Zidan3-0/+6
- OnRentalStartScript triggered when a rental item is added to inventory - OnRentalEndScript triggered when a rental period end/expire of the item Related #140 Signed-off-by: Ibrahim Zidan <brahem@aotsw.com>
2019-09-22Implementation of new guild ui client featuresAsheraf1-0/+202
2019-09-22Convert castles ids to match client side idsAsheraf1-90/+90
2019-09-22Merge pull request #2515 from Emistry/pc_have_siegfried_tokenHaru2-0/+12
Update Siegfried Tokens support.
2019-08-31change formatting in some item combo scriptsAsheraf2-65/+124
2019-08-31Convert item combo db to use libconfigAsheraf4-604/+4445
2019-08-28Convert sc_config to use libconfigAsheraf2-505/+2811
2019-08-26Update Siegfried Tokens support.Emistry Haoyan2-0/+12
- allow player to revive if inventory consists of any type of siegfried tokens listed in the `ITMCHAIN_SIEGFRIED`.
2019-08-26Merge pull request #2521 from Emistry/db_const_npcidentityHaru1-0/+60
Update NPC Identity
2019-08-14Update NPC IdentityEmistry Haoyan1-0/+60
- npc id constant
2019-07-29Update *getequiprefinerycnt script commandEmistry Haoyan1-62/+62
- allow to specify more than one equipment slots. - return the total of refine of specified equipment slots.
2019-07-28Merge pull request #2506 from Asheraf/castledb_updateHaru2-74/+269
Convert guild castle database to use libconfig
2019-07-28Merge pull request #2510 from Emistry/mobdb_dmg_taken_rateHaru4-23/+27
Update mob_db - DamageTakenRate field
2019-07-28Convert guild castle database to use libconfigAsheraf2-74/+269