summaryrefslogtreecommitdiff
path: root/db/pre-re
AgeCommit message (Collapse)AuthorFilesLines
2020-04-05Add intimacy validation to pet DB EquipScript fieldsKenpachi Developer1-100/+194
2020-04-05Remove fields from pet DB where default values can be usedKenpachi Developer1-518/+0
2020-04-05Update pet DB file headers (entry structure)Kenpachi Developer1-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-05Add new field Intimacy.StarvingDecrement to pet DBKenpachi Developer1-0/+1
2020-04-05Add new field Intimacy.StarvingDelay to pet DBKenpachi Developer1-0/+1
2020-04-05Add new field HungerDecrement to pet DBKenpachi Developer1-0/+1
2020-04-05Add default values and limits to pet DB fieldsKenpachi Developer1-12/+12
2020-04-05Change EggItem field in pet DB to be mandatoryKenpachi Developer1-1/+1
2020-04-05Remove SpriteName field from pet DBKenpachi Developer1-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-05Merge pull request #2658 from Kenpachi2k13/new_status_changesHaru1-1/+163
Add new status changes and update related items
2020-03-14Update items which use new status changesKenpachi Developer1-1/+163
2020-03-09Merge pull request #2648 from Kenpachi2k13/itemskill_fixHaru2-11/+39
Fix itemskill() script command
2020-03-06Add the requirement to have a weapon equipped to RK_CRUSHSTRIKE skillKenpachi Developer1-0/+25
According to my tests on AEGIS, the CRUSHSTRIKE skill requires an equipped weapon for casting.
2020-03-06Add a 15 HPCost requirement to CASH_INCAGI skillKenpachi Developer1-0/+3
According to my tests on AEGIS, the CASH_INCAGI skill requires 15 HP for casting and also consumes them.
2020-03-06Fix script of items which check and consume skill requirementsKenpachi Developer1-11/+11
2020-02-19Update items 12459-12465Kenpachi Developer1-7/+36
* Added bonus scripts. * Fixed names in pre-RE item DB.
2020-02-09Changed type of all items, which use itemskill() script command, to IT_USABLE.Kenpachi Developer1-79/+79
2020-02-09Updated item scripts.Kenpachi Developer1-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-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-14Updated items which used SC_ARMORPROPERTY or SC_ARMOR_RESIST.Kenpachi Developer1-5/+22
2020-01-13Update copyright headers for year 2020Haru16-18/+18
Signed-off-by: Haru <haru@dotalux.com>
2020-01-01Add support for auto exp insurance itemsAsheraf2-0/+11
2019-12-15Merge pull request #2572 from Asheraf/mobviewdatadbHaru1-0/+15
Add support for overriding default view data in mob database
2019-10-30Add support for overriding default view data in mob databaseAsheraf1-0/+15
2019-10-29Dehardcode combo skills checkAsheraf1-0/+20
2019-10-18Merge pull request #2553 from skyleo/magnum_break_delay_fixHaru1-5/+4
Correct Magnum Break delay
2019-10-09Correct Magnum Break delayskyleo1-5/+4
Credit to: https://github.com/rathena/rathena/commit/fc2c6e02
2019-10-02Update Drooping Kitty item bonusEmistry Haoyan1-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-23Implementation of LapineDdukDdak SystemAsheraf1-0/+2318
2019-09-23Add placeholders for some itemsAsheraf1-0/+3085
2019-09-23Merge pull request #2529 from Asheraf/itemcombolibconfHaru2-165/+1280
Convert item combo db to use libconfig
2019-09-22Remove the hardcoded checks in pc_rental_expire and use OnRentalEndScript ↵Ibrahim Zidan1-9/+46
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 Zidan1-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-31change formatting in some item combo scriptsAsheraf1-8/+16
2019-08-31Convert item combo db to use libconfigAsheraf2-165/+1272
2019-08-26Update Siegfried Tokens support.Emistry Haoyan1-0/+6
- allow player to revive if inventory consists of any type of siegfried tokens listed in the `ITMCHAIN_SIEGFRIED`.
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-06-01Merge pull request #2456 from Emistry/db_byorgue_summonslaveHaru1-3/+3
Update Byorgue summon slave delay
2019-05-06Merge pull request #2232 from guilherme-gm/201810-trap-visibilityHaru1-0/+1
Added option to make hunter traps invisible
2019-05-05Implement Refine success/failure announcement featureIbrahim Zidan1-0/+6
Currently as far as we know kRO only sends this on success in refining an item through the refinery ui, from level 10 all the way to 20. Signed-off-by: Ibrahim Zidan <brahem@aotsw.com>
2019-05-05Implement Refinery UIIbrahim Zidan1-0/+179
Signed-off-by: Ibrahim Zidan <brahem@aotsw.com>
2019-05-05Update Byorgue summon slave delayEmistry Haoyan1-3/+3
- prevent pootential farming exploit. - Gravity seem to increased it long time ago before renewal.
2019-04-20Added support for mobs to drop items with Random OptionsGuilherme G. Menaldo1-0/+2
2018-12-14Add script and item for inventory expansion.Andrei Karas1-0/+5
2018-10-22Merge pull request #2280 from Asheraf/itemplaceholdersHaru1-0/+2465
Add some item db placeholders
2018-10-20Added option to make hunter traps invisibleGuilherme G. Menaldo1-0/+1
2018-10-10Add some item db placeholdersAsheraf1-0/+2465
2018-08-30Fixed Blastime and Claymore Trap damage that wasn't being split by the ↵Guilherme G. Menaldo1-0/+2
number of enemies
2018-07-28Merge pull request #2067 from dastgirp/1-achievementHaru2-0/+6112
Implemented Achievement System and Title System