Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-10-18 | Merge pull request #2543 from Emistry/item_db_5330 | Haru | 2 | -2/+2 | |
Update Drooping Kitty item bonus | |||||
2019-10-18 | Merge pull request #2492 from dastgirp/huld/split | Haru | 1 | -2/+8 | |
Split HULD translations to per NPC file instead of one large file | |||||
2019-10-09 | Correct Magnum Break delay | skyleo | 2 | -9/+7 | |
Credit to: https://github.com/rathena/rathena/commit/fc2c6e02 | |||||
2019-10-02 | Update Drooping Kitty item bonus | Emistry Haoyan | 2 | -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-02 | Load translations from a directory rather than a file | Haru | 1 | -2/+8 | |
2019-09-23 | Merge pull request #2532 from Emistry/npc_rebirth_quest | Haru | 2 | -1/+37 | |
Add Library Mistake Quest | |||||
2019-09-23 | Add Library Mistake Quest | Emistry Haoyan | 2 | -1/+37 | |
- Quest allow player to waive the transcendent cost. Signed-off-by: Haru <haru@dotalux.com> | |||||
2019-09-23 | Implementation of LapineDdukDdak System | Asheraf | 2 | -0/+4636 | |
2019-09-23 | Add placeholders for some items | Asheraf | 2 | -0/+6170 | |
2019-09-23 | Merge pull request #2529 from Asheraf/itemcombolibconf | Haru | 4 | -604/+4504 | |
Convert item combo db to use libconfig | |||||
2019-09-22 | Remove the hardcoded checks in pc_rental_expire and use OnRentalEndScript ↵ | Ibrahim Zidan | 2 | -18/+92 | |
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 | 3 | -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-22 | Implementation of new guild ui client features | Asheraf | 1 | -0/+202 | |
2019-09-22 | Convert castles ids to match client side ids | Asheraf | 1 | -90/+90 | |
2019-09-22 | Merge pull request #2515 from Emistry/pc_have_siegfried_token | Haru | 2 | -0/+12 | |
Update Siegfried Tokens support. | |||||
2019-08-31 | change formatting in some item combo scripts | Asheraf | 2 | -65/+124 | |
2019-08-31 | Convert item combo db to use libconfig | Asheraf | 4 | -604/+4445 | |
2019-08-28 | Convert sc_config to use libconfig | Asheraf | 2 | -505/+2811 | |
2019-08-26 | Update Siegfried Tokens support. | Emistry Haoyan | 2 | -0/+12 | |
- allow player to revive if inventory consists of any type of siegfried tokens listed in the `ITMCHAIN_SIEGFRIED`. | |||||
2019-08-26 | Merge pull request #2521 from Emistry/db_const_npcidentity | Haru | 1 | -0/+60 | |
Update NPC Identity | |||||
2019-08-14 | Update NPC Identity | Emistry Haoyan | 1 | -0/+60 | |
- npc id constant | |||||
2019-07-29 | Update *getequiprefinerycnt script command | Emistry Haoyan | 1 | -62/+62 | |
- allow to specify more than one equipment slots. - return the total of refine of specified equipment slots. | |||||
2019-07-28 | Merge pull request #2506 from Asheraf/castledb_update | Haru | 2 | -74/+269 | |
Convert guild castle database to use libconfig | |||||
2019-07-28 | Merge pull request #2510 from Emistry/mobdb_dmg_taken_rate | Haru | 4 | -23/+27 | |
Update mob_db - DamageTakenRate field | |||||
2019-07-28 | Convert guild castle database to use libconfig | Asheraf | 2 | -74/+269 | |
2019-07-24 | Update mob_db - DamageTakenRate field | Emistry Haoyan | 4 | -23/+27 | |
- adjust the damage taken by monster. (default = `100 = 1x`) - ref: https://github.com/idathena/trunk/commit/e267d2e2dada6196b479a6f2f35e9d25291ef22b | |||||
2019-07-21 | Update Runestones stack limit | Emistry Haoyan | 1 | -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-02 | Merge pull request #2221 from carloshenrq/nostorage | Haru | 1 | -0/+2 | |
Mapflag nostorage and nogstorage | |||||
2019-06-01 | Merge pull request #2456 from Emistry/db_byorgue_summonslave | Haru | 1 | -3/+3 | |
Update Byorgue summon slave delay | |||||
2019-05-27 | Update item_db - Stat Reduction Potions | Emistry Haoyan | 1 | -0/+48 | |
- Added item to regain status point by stat reduction. - follow up d7bbebdf8526667b288223c8adc2d110204814c5 | |||||
2019-05-06 | Merge pull request #2232 from guilherme-gm/201810-trap-visibility | Haru | 2 | -0/+10 | |
Added option to make hunter traps invisible | |||||
2019-05-05 | Implement Refine success/failure announcement feature | Ibrahim Zidan | 2 | -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-05 | Implement Refinery UI | Ibrahim Zidan | 2 | -0/+777 | |
Signed-off-by: Ibrahim Zidan <brahem@aotsw.com> | |||||
2019-05-05 | Move UDT_* constants from constants.conf into script.c | Andrei Karas | 1 | -64/+0 | |
2019-05-05 | Merge pull request #2309 from guilherme-gm/201810-randomopt-drop | Haru | 4 | -0/+59 | |
Support for monster drops with Random Options | |||||
2019-05-05 | Update Byorgue summon slave delay | Emistry Haoyan | 1 | -3/+3 | |
- prevent pootential farming exploit. - Gravity seem to increased it long time ago before renewal. | |||||
2019-04-20 | Added support for mobs to drop items with Random Options | Guilherme G. Menaldo | 4 | -0/+59 | |
2019-04-14 | Update item combo db, fix issue #1982 | Emistry Haoyan | 1 | -0/+1 | |
- update missing item_combo_db | |||||
2019-03-11 | Deprecate *petstat script command | AnnieRuru | 1 | -6/+21 | |
2019-02-27 | Deprecate UDT_WALKTOXY constant | AnnieRuru | 1 | -1/+4 | |
- this constant only used by *setunitdata, now has to use *unitwalk | |||||
2019-02-27 | Deprecate UDT_MAPIDXY constant | AnnieRuru | 1 | -1/+4 | |
- use *unitwarp for setunitdata - use *getmapxy for getunitdata | |||||
2019-01-14 | Add barter type shop and add packet ZC_NPC_BARTER_OPEN | Andrei Karas | 1 | -6/+0 | |
2018-12-16 | Merge pull request #2335 from darrensapalo/patch-1 | Haru | 1 | -1/+1 | |
Fixed Gungslinger typo | |||||
2018-12-14 | Add script and item for inventory expansion. | Andrei Karas | 3 | -0/+13 | |
2018-12-13 | Fixed typo | Darren | 1 | -1/+1 | |
`Gungslinger` should be `Gunslinger`. | |||||
2018-12-04 | Added mapflags 'nostorage' and 'nogstorage' | Carlos Henrique | 1 | -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-22 | Merge pull request #2280 from Asheraf/itemplaceholders | Haru | 2 | -0/+4930 | |
Add some item db placeholders | |||||
2018-10-21 | Merge pull request #2182 from guilherme-gm/201808-trapfix | Haru | 2 | -0/+4 | |
Fixes some issues with traps | |||||
2018-10-20 | Added option to make hunter traps invisible | Guilherme G. Menaldo | 2 | -0/+10 | |
2018-10-10 | Add some item db placeholders | Asheraf | 2 | -0/+4930 | |