summaryrefslogtreecommitdiff
path: root/src/map
AgeCommit message (Collapse)AuthorFilesLines
2019-08-26Merge pull request #2513 from Emistry/itemdb_read_combosHaru6-9/+9
Fix missing file path in console.
2019-08-26Merge pull request #2512 from Emistry/scriptcommand_getequiprefinerycntHaru1-17/+19
Update *getequiprefinerycnt script command
2019-08-26Merge pull request #2501 from 4144/fixesHaru3-88/+570
Add some missing checks into clif.c
2019-08-21Update packet ZC_ACK_RANKING for main clientsAndrei Karas2-4/+4
2019-08-21Fix packet ZC_MAKINGITEM_LISTAndrei Karas2-5/+2
2019-08-21Fix packet ZC_BROADCASTING_SPECIAL_ITEM_OBTAINAndrei Karas1-3/+8
Thanks @Lemongrass3110
2019-08-21Update skill related packets for zeroAndrei Karas3-7/+7
2019-08-21fix ZC_NPC_MARKET_PURCHASE_RESULT for zeroAndrei Karas1-1/+1
2019-08-21Add new version for packet ZC_NPC_MARKET_PURCHASE_RESULTAndrei Karas5-50/+82
Also add enum for result field in packet ZC_NPC_MARKET_PURCHASE_RESULT
2019-08-21Convert ZC_SKILLINFO_UPDATE2 into struct. Add new packet versionsAndrei Karas2-22/+45
2019-08-21Convert ZC_SKILLINFO_LIST into struct. Add new packet versionAndrei Karas3-59/+85
2019-08-21Convert ZC_ADD_SKILL into struct and add new packet versionAndrei Karas2-18/+49
2019-08-21Update shuffle packets up to 2019-08-21Andrei Karas3-6/+15
2019-08-21Update keys to 2019-08-21Andrei Karas2-4/+9
2019-08-21Update messages to 2019-08-21Andrei Karas3-3/+257
2019-08-02Add some missing checks into clif.cAndrei Karas3-88/+570
2019-07-30Fix missing file path in console.Emistry Haoyan6-9/+9
- show file path
2019-07-29Update *getequiprefinerycnt script commandEmistry Haoyan1-17/+19
- 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-16/+68
Convert guild castle database to use libconfig
2019-07-28Merge pull request #2507 from Emistry/homun_expHaru4-0/+13
Update Homunculus obtain EXP from master
2019-07-28Merge pull request #2510 from Emistry/mobdb_dmg_taken_rateHaru6-0/+43
Update mob_db - DamageTakenRate field
2019-07-28Convert guild castle database to use libconfigAsheraf2-16/+68
2019-07-28Merge pull request #2508 from Emistry/scriptcommand_isequippedHaru1-0/+4
Update script command isequipped count
2019-07-28Update Homunculus obtain EXP from masterEmistry Haoyan4-0/+13
- homunculus will obtain a portion or full EXP from master. - fixes #2313
2019-07-28Merge pull request #2505 from Emistry/autoloot_adjustHaru3-1/+4
Added battle config autoloot_adjust
2019-07-28Merge pull request #2504 from Emistry/atcommand_refineHaru2-21/+62
Update refine atcommand
2019-07-28Merge pull request #2500 from Emistry/atcommand_reloadmobdbHaru2-0/+26
Update @reloadmobdb to update living mobs
2019-07-28Merge pull request #2499 from Emistry/atcommand_refreshHaru1-1/+5
Disable refresh atcommand when talk with NPC.
2019-07-24Update ZC_ACK_RANKING for zeroAndrei Karas2-4/+4
2019-07-24Convert packet ZC_HAT_EFFECT into struct and fix allowed packet versionsAndrei Karas2-30/+35
2019-07-24If error happend in pc_statusup then send back to client increase valueAndrei Karas1-12/+11
2019-07-24Convert packet ZC_STATUS_CHANGE_ACK into structAndrei Karas2-9/+16
2019-07-24Update ZC_ACK_RANKING for new clientsAndrei Karas3-1/+59
2019-07-24Use struct for packet ZC_ACK_RANKINGAndrei Karas3-31/+52
2019-07-24Update shuffle packets up to 2019-07-24Andrei Karas3-6/+16
2019-07-24Update packet keys up to 2019-07-24Andrei Karas2-4/+11
2019-07-24Update messages up to 2019-07-24Andrei Karas3-8/+152
2019-07-24Update mob_db - DamageTakenRate fieldEmistry Haoyan6-0/+43
- adjust the damage taken by monster. (default = `100 = 1x`) - ref: https://github.com/idathena/trunk/commit/e267d2e2dada6196b479a6f2f35e9d25291ef22b
2019-07-21Update script command isequippedEmistry Haoyan1-0/+4
- added missing costume equipment validation
2019-07-15Update refine atcommandEmistry Haoyan2-21/+62
- list of costume and shadow equipments - refine all equipments option
2019-07-14Added battle config autoloot_adjustEmistry Haoyan3-1/+4
Added battle config autoloot_adjust that allows autoloot to take player drop penalties and bonuses into account.
2019-07-10Update atreloadmob to update living mobsEmistry Haoyan2-0/+26
- fix living mobs aren't updated by latest mob_db upon updated. from https://github.com/rathena/rathena/issues/3783
2019-07-10Disable refresh atcommand when talk with NPC.Emistry Haoyan1-1/+5
- using `@refresh` during NPC conversation will caused player stucked due to unable to close the NPC dialog that no longer visible.
2019-07-01Add identifyall atcommandGuilherme Menaldo1-8/+20
Signed-off-by: Haru <haru@dotalux.com>
2019-07-01Add identify script commandGuilherme Menaldo1-0/+37
Signed-off-by: Haru <haru@dotalux.com>
2019-07-01Add identifyidx script commandGuilherme Menaldo1-0/+35
Signed-off-by: Haru <haru@dotalux.com>
2019-06-30Merge pull request #2476 from Emistry/atcommand_reloadnpcHaru1-0/+33
Add new atcommand *reloadnpc
2019-06-30Merge pull request #2427 from Emistry/scriptcommand_setfavoriteitemHaru3-1/+54
Add *setfavoriteitemidx & *autofavoriteitem script commands - alter item favorite state
2019-06-30Merge pull request #2491 from 4144/updatepacketsHaru11-79/+161
Update packets up to 2019-06-05
2019-06-30Merge pull request #2410 from AnnieRuru/74-adjust_skill_damage_ShowWarningHaru1-4/+5
Suppress ShowWarning for certain mapflags when @reloadscript