Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-06-16 | Add missing mobs and items for custom or disabled scripts in pre-re | Andrei Karas | 2 | -0/+51 | |
2020-06-02 | Make DamageType defaults to NK_NONE | Kenpachi Developer | 1 | -1/+1 | |
2020-06-01 | Merge pull request #2758 from Kenpachi2k13/loudhailer | Haru | 1 | -1/+1 | |
Add loudhailer() script command | |||||
2020-06-01 | Update entry structure in skill DBs | Kenpachi Developer | 1 | -10/+23 | |
2020-06-01 | Remove hard-coded required equipment and update skill DBs accordingly | Kenpachi Developer | 1 | -3/+9 | |
2020-06-01 | Remove hard-coded required item amounts and update skill DBs accordingly | Kenpachi Developer | 1 | -56/+130 | |
2020-06-01 | Cap SkillInstances to 25 (MAX_SKILLUNITGROUP) in (pre-)RE skill DB | Kenpachi Developer | 1 | -2/+2 | |
2020-06-01 | Remove FixedCastTime settings from pre-RE skill DB | Kenpachi Developer | 1 | -19/+0 | |
2020-05-31 | Update script of Megaphone_ item to use loudhailer() script command | Kenpachi Developer | 1 | -1/+1 | |
2020-05-10 | Merge pull request #2708 from Kenpachi2k13/sc_resist_property_ | Haru | 1 | -12/+5 | |
Implement SC_RESIST_PROPERTY_* and icon display for SC_ARMOR_RESIST | |||||
2020-05-03 | Merge pull request #2691 from Kenpachi2k13/mob_skill_db | Haru | 1 | -4/+4 | |
Extend and clean up monster skill DB code | |||||
2020-05-02 | Update item scripts of Resist_* potions and Undead_Element_Scroll | Kenpachi Developer | 1 | -12/+5 | |
2020-04-14 | Update mob skill DB file headers (entry structure) | Kenpachi Developer | 1 | -4/+4 | |
2020-04-11 | Update monster DB file headers (entry structure) | Kenpachi Developer | 1 | -2/+2 | |
2020-04-05 | Add intimacy validation to pet DB EquipScript fields | Kenpachi Developer | 1 | -100/+194 | |
2020-04-05 | Remove fields from pet DB where default values can be used | Kenpachi Developer | 1 | -518/+0 | |
2020-04-05 | Update pet DB file headers (entry structure) | Kenpachi Developer | 1 | -12/+12 | |
* Changed the field order. to be more logical. * Changed the description of *Item fields to use the item constants, since they are string fields. * Fixed indentation. | |||||
2020-04-05 | Add new field Intimacy.StarvingDecrement to pet DB | Kenpachi Developer | 1 | -0/+1 | |
2020-04-05 | Add new field Intimacy.StarvingDelay to pet DB | Kenpachi Developer | 1 | -0/+1 | |
2020-04-05 | Add new field HungerDecrement to pet DB | Kenpachi Developer | 1 | -0/+1 | |
2020-04-05 | Add default values and limits to pet DB fields | Kenpachi Developer | 1 | -12/+12 | |
2020-04-05 | Change EggItem field in pet DB to be mandatory | Kenpachi Developer | 1 | -1/+1 | |
2020-04-05 | Remove SpriteName field from pet DB | Kenpachi Developer | 1 | -60/+0 | |
Since it was never used for anything, the SpriteName field is removed from the pet DB. Internally it's kept and set to the sprite name corresponding to the defined monster ID, to not break plug-ins which may use it. | |||||
2020-04-05 | Merge pull request #2658 from Kenpachi2k13/new_status_changes | Haru | 1 | -1/+163 | |
Add new status changes and update related items | |||||
2020-03-14 | Update items which use new status changes | Kenpachi Developer | 1 | -1/+163 | |
2020-03-09 | Merge pull request #2648 from Kenpachi2k13/itemskill_fix | Haru | 2 | -11/+39 | |
Fix itemskill() script command | |||||
2020-03-06 | Add the requirement to have a weapon equipped to RK_CRUSHSTRIKE skill | Kenpachi Developer | 1 | -0/+25 | |
According to my tests on AEGIS, the CRUSHSTRIKE skill requires an equipped weapon for casting. | |||||
2020-03-06 | Add a 15 HPCost requirement to CASH_INCAGI skill | Kenpachi Developer | 1 | -0/+3 | |
According to my tests on AEGIS, the CASH_INCAGI skill requires 15 HP for casting and also consumes them. | |||||
2020-03-06 | Fix script of items which check and consume skill requirements | Kenpachi Developer | 1 | -11/+11 | |
2020-02-19 | Update items 12459-12465 | Kenpachi Developer | 1 | -7/+36 | |
* Added bonus scripts. * Fixed names in pre-RE item DB. | |||||
2020-02-09 | Changed type of all items, which use itemskill() script command, to IT_USABLE. | Kenpachi Developer | 1 | -79/+79 | |
2020-02-09 | Updated item scripts. | Kenpachi Developer | 1 | -88/+61 | |
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-09 | Merge pull request #2622 from Kenpachi2k13/mob_viewdata_fix | Haru | 1 | -1/+1 | |
Make mob DB field ViewData->HairStyleId defaulting to 1 instead of 0. | |||||
2020-02-01 | Updated documentation of default value for mob DB field ViewData->HairStyleId. | Kenpachi Developer | 1 | -1/+1 | |
Additionally fixed reference to monster modes deocumentation in doc/mob_db.txt. | |||||
2020-01-14 | Updated items which used SC_ARMORPROPERTY or SC_ARMOR_RESIST. | Kenpachi Developer | 1 | -5/+22 | |
2020-01-13 | Update copyright headers for year 2020 | Haru | 16 | -18/+18 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2020-01-01 | Add support for auto exp insurance items | Asheraf | 2 | -0/+11 | |
2019-12-15 | Merge pull request #2572 from Asheraf/mobviewdatadb | Haru | 1 | -0/+15 | |
Add support for overriding default view data in mob database | |||||
2019-10-30 | Add support for overriding default view data in mob database | Asheraf | 1 | -0/+15 | |
2019-10-29 | Dehardcode combo skills check | Asheraf | 1 | -0/+20 | |
2019-10-18 | Merge pull request #2553 from skyleo/magnum_break_delay_fix | Haru | 1 | -5/+4 | |
Correct Magnum Break delay | |||||
2019-10-09 | Correct Magnum Break delay | skyleo | 1 | -5/+4 | |
Credit to: https://github.com/rathena/rathena/commit/fc2c6e02 | |||||
2019-10-02 | Update Drooping Kitty item bonus | Emistry Haoyan | 1 | -1/+1 | |
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-09-23 | Implementation of LapineDdukDdak System | Asheraf | 1 | -0/+2318 | |
2019-09-23 | Add placeholders for some items | Asheraf | 1 | -0/+3085 | |
2019-09-23 | Merge pull request #2529 from Asheraf/itemcombolibconf | Haru | 2 | -165/+1280 | |
Convert item combo db to use libconfig | |||||
2019-09-22 | Remove the hardcoded checks in pc_rental_expire and use OnRentalEndScript ↵ | Ibrahim Zidan | 1 | -9/+46 | |
field in item database for those items instead Fixes #140 Signed-off-by: Ibrahim Zidan <brahem@aotsw.com> | |||||
2019-09-22 | Implement new script fields for items triggered on rentral status changes | Ibrahim Zidan | 1 | -0/+2 | |
- 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-08-31 | change formatting in some item combo scripts | Asheraf | 1 | -8/+16 | |
2019-08-31 | Convert item combo db to use libconfig | Asheraf | 2 | -165/+1272 | |