Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-05-03 | Merge pull request #2691 from Kenpachi2k13/mob_skill_db | Haru | 3 | -12/+12 | |
Extend and clean up monster skill DB code | |||||
2020-04-14 | Update mob skill DB file headers (entry structure) | Kenpachi Developer | 3 | -12/+12 | |
2020-04-11 | Add jRO exclusive pets | Kenpachi Developer | 1 | -0/+88 | |
2020-04-11 | Add jRO exclusive pet monsters | Kenpachi Developer | 1 | -7/+35 | |
2020-04-11 | Add jRO exclusive pet items | Kenpachi Developer | 1 | -0/+49 | |
2020-04-11 | Update monster DB file headers (entry structure) | Kenpachi Developer | 3 | -7/+7 | |
2020-04-11 | Update file header of db/pet_db2.conf (entry structure) | Kenpachi Developer | 1 | -16/+25 | |
2020-04-11 | Add new pets | Kenpachi Developer | 1 | -18/+339 | |
2020-04-11 | Update commented out pets | Kenpachi Developer | 1 | -34/+129 | |
2020-04-11 | Update all usable pets | Kenpachi Developer | 1 | -226/+770 | |
2020-04-11 | Add skills for new monsters | Kenpachi Developer | 1 | -0/+65 | |
2020-04-11 | Add new monsters for pet DB update | Kenpachi Developer | 1 | -3/+853 | |
2020-04-11 | Add new items for pet DB update | Kenpachi Developer | 2 | -0/+298 | |
2020-04-05 | Add intimacy validation to pet DB EquipScript fields | Kenpachi Developer | 2 | -211/+403 | |
2020-04-05 | Remove fields from pet DB where default values can be used | Kenpachi Developer | 2 | -1077/+0 | |
2020-04-05 | Update pet DB file headers (entry structure) | Kenpachi Developer | 2 | -24/+24 | |
* 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 | 2 | -0/+2 | |
2020-04-05 | Add new field Intimacy.StarvingDelay to pet DB | Kenpachi Developer | 2 | -0/+2 | |
2020-04-05 | Add new field HungerDecrement to pet DB | Kenpachi Developer | 2 | -0/+2 | |
2020-04-05 | Add default values and limits to pet DB fields | Kenpachi Developer | 2 | -24/+24 | |
2020-04-05 | Change EggItem field in pet DB to be mandatory | Kenpachi Developer | 2 | -2/+2 | |
2020-04-05 | Remove SpriteName field from pet DB | Kenpachi Developer | 2 | -150/+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 #2660 from Kenpachi2k13/skill_check_ammo_type | Haru | 1 | -0/+1 | |
Make skills check if equipped ammunition type is appropriate for equipped weapon | |||||
2020-04-05 | Merge pull request #2658 from Kenpachi2k13/new_status_changes | Haru | 4 | -5/+342 | |
Add new status changes and update related items | |||||
2020-03-17 | Add Grenades requirement to Spread Attack in RE mode to make Grenade ↵ | Kenpachi Developer | 1 | -0/+1 | |
Launchers usable | |||||
2020-03-14 | Update items which use new status changes | Kenpachi Developer | 2 | -5/+281 | |
2020-03-14 | Add SC_ALMIGHTY status change | Kenpachi Developer | 2 | -0/+9 | |
2020-03-14 | Add SC_SKF_CAST status change | Kenpachi Developer | 2 | -0/+9 | |
2020-03-14 | Add SC_SKF_ASPD status change | Kenpachi Developer | 2 | -0/+9 | |
2020-03-14 | Add SC_SKF_ATK status change | Kenpachi Developer | 2 | -0/+9 | |
2020-03-14 | Add SC_SKF_MATK status change | Kenpachi Developer | 2 | -0/+9 | |
2020-03-14 | Add SC_VITALIZE_POTION status change | Kenpachi Developer | 2 | -0/+7 | |
2020-03-14 | Add SC_POPECOOKIE status change | Kenpachi Developer | 2 | -0/+9 | |
2020-03-09 | Merge pull request #2648 from Kenpachi2k13/itemskill_fix | Haru | 4 | -22/+78 | |
Fix itemskill() script command | |||||
2020-03-06 | Add the requirement to have a weapon equipped to RK_CRUSHSTRIKE skill | Kenpachi Developer | 2 | -0/+50 | |
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 | 2 | -0/+6 | |
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 | 2 | -22/+22 | |
2020-02-19 | Update items 12459-12465 | Kenpachi Developer | 2 | -7/+65 | |
* 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 | 2 | -163/+163 | |
2020-02-09 | Updated item scripts. | Kenpachi Developer | 2 | -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-09 | Merge pull request #2622 from Kenpachi2k13/mob_viewdata_fix | Haru | 2 | -2/+2 | |
Make mob DB field ViewData->HairStyleId defaulting to 1 instead of 0. | |||||
2020-02-09 | Merge pull request #2586 from Asheraf/madostatueffect | Haru | 2 | -0/+13 | |
Implement support for switching madogear type | |||||
2020-02-09 | Merge pull request #2621 from dastgirp/script/rebellion | Haru | 3 | -1/+259 | |
Added Rebellion Job Quest | |||||
2020-02-01 | Updated documentation of default value for mob DB field ViewData->HairStyleId. | Kenpachi Developer | 2 | -2/+2 | |
Additionally fixed reference to monster modes deocumentation in doc/mob_db.txt. | |||||
2020-01-29 | Implement support for switching madogear type | Asheraf | 2 | -0/+13 | |
2020-01-25 | Added QuestDB for Rebellion Quest | Dastgir | 1 | -0/+36 | |
2020-01-25 | Updated itemDB to support items in rebellion job change quest. | Dastgir | 1 | -0/+162 | |
2020-01-25 | Added monsters required for rebellion. | Dastgir | 1 | -1/+61 | |
J_REB_SHECIL1 and J_REB_SHECIL2 are using placeholder values G_L_SHECIL values taken from rAthena | |||||
2020-01-14 | Updated items which used SC_ARMORPROPERTY or SC_ARMOR_RESIST. | Kenpachi Developer | 2 | -10/+44 | |
2020-01-13 | Update copyright headers for year 2020 | Haru | 49 | -56/+56 | |
Signed-off-by: Haru <haru@dotalux.com> |