summaryrefslogtreecommitdiff
path: root/db
AgeCommit message (Collapse)AuthorFilesLines
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
2019-07-24Update mob_db - DamageTakenRate fieldEmistry Haoyan4-23/+27
- adjust the damage taken by monster. (default = `100 = 1x`) - ref: https://github.com/idathena/trunk/commit/e267d2e2dada6196b479a6f2f35e9d25291ef22b
2019-07-21Update Runestones stack limitEmistry Haoyan1-10/+7
- Removes limit of Turisus runestone, Asir runestone and Pertz runestone amount that can be hold. - increases limit of other runestones amount that can be hold to 60.
2019-06-02Merge pull request #2221 from carloshenrq/nostorageHaru1-0/+2
Mapflag nostorage and nogstorage
2019-06-01Merge pull request #2456 from Emistry/db_byorgue_summonslaveHaru1-3/+3
Update Byorgue summon slave delay
2019-05-27Update item_db - Stat Reduction PotionsEmistry Haoyan1-0/+48
- Added item to regain status point by stat reduction. - follow up d7bbebdf8526667b288223c8adc2d110204814c5
2019-05-06Merge pull request #2232 from guilherme-gm/201810-trap-visibilityHaru2-0/+10
Added option to make hunter traps invisible
2019-05-05Implement Refine success/failure announcement featureIbrahim Zidan2-0/+32
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 Zidan2-0/+777
Signed-off-by: Ibrahim Zidan <brahem@aotsw.com>
2019-05-05Move UDT_* constants from constants.conf into script.cAndrei Karas1-64/+0
2019-05-05Merge pull request #2309 from guilherme-gm/201810-randomopt-dropHaru4-0/+59
Support for monster drops with Random Options
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. Menaldo4-0/+59
2019-04-14Update item combo db, fix issue #1982Emistry Haoyan1-0/+1
- update missing item_combo_db
2019-03-11Deprecate *petstat script commandAnnieRuru1-6/+21
2019-02-27Deprecate UDT_WALKTOXY constantAnnieRuru1-1/+4
- this constant only used by *setunitdata, now has to use *unitwalk
2019-02-27Deprecate UDT_MAPIDXY constantAnnieRuru1-1/+4
- use *unitwarp for setunitdata - use *getmapxy for getunitdata
2019-01-14Add barter type shop and add packet ZC_NPC_BARTER_OPENAndrei Karas1-6/+0
2018-12-16Merge pull request #2335 from darrensapalo/patch-1Haru1-1/+1
Fixed Gungslinger typo
2018-12-14Add script and item for inventory expansion.Andrei Karas3-0/+13
2018-12-13Fixed typoDarren1-1/+1
`Gungslinger` should be `Gunslinger`.
2018-12-04Added mapflags 'nostorage' and 'nogstorage'Carlos Henrique1-0/+2
nostorage 1 -- blocks only @storage nostorage 2 -- blocks only openstorage(); nostorage 3 -- blocks @storage and openstorage() nogstorage 1 -- blocks only @gstorage nogstorage 2 -- blocks only guildopenstorage(); nogstorage 3 -- blocks @gstorage and guildopenstorage()
2018-10-22Merge pull request #2280 from Asheraf/itemplaceholdersHaru2-0/+4930
Add some item db placeholders
2018-10-21Merge pull request #2182 from guilherme-gm/201808-trapfixHaru2-0/+4
Fixes some issues with traps
2018-10-20Added option to make hunter traps invisibleGuilherme G. Menaldo2-0/+10
2018-10-10Add some item db placeholdersAsheraf2-0/+4930
2018-09-12Update Hateffect Constants DatabaseAsheraf1-0/+32
2018-09-02Update Npc Constants DatabaseAsheraf1-0/+34
2018-08-31Update Maps DatabaseAsheraf1-1/+14
2018-08-30Fixed Blastime and Claymore Trap damage that wasn't being split by the ↵Guilherme G. Menaldo2-0/+4
number of enemies
2018-07-28Merge pull request #2155 from Asheraf/stydoramHaru1-1/+40
Add support for doram restriction in stylist shop