summaryrefslogtreecommitdiff
path: root/src/map
AgeCommit message (Collapse)AuthorFilesLines
2019-08-26Prevent pets, homunculi etc. from being loaded if the character doesn't have ↵Mathy1-12/+11
a client attached to it (e.g. is autotrading). Signed-off-by: Haru <haru@dotalux.com>
2019-08-26Fix the intimacy requirement check for the homunculus ultimate skillsHaru2-3/+3
Signed-off-by: Haru <haru@dotalux.com>
2019-08-26Fix a bug that caused homunculi's HP and SP to be refilled on loginHaru2-5/+10
They're now only refilled on homunculus creation Signed-off-by: Haru <haru@dotalux.com>
2019-08-26Fix an issue that prevents homunculus auto-vaporize on death or skill resetHaru6-10/+10
The >80% HP condition is now ignored in the cases the vaporization is forced by the server Signed-off-by: Haru <haru@dotalux.com>
2019-08-26Merge pull request #2518 from Emistry/scriptcommand_setgetiteminfoHaru2-1/+195
Extend *set/getiteminfo script commands
2019-08-26Merge pull request #2516 from Emistry/status_elemental_resist_potionHaru2-5/+7
Added Elemental Resist Status Icon
2019-08-26Merge pull request #2514 from Emistry/pc_addautobonusHaru2-2/+2
Fix equipment auto bonus trigger
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-26Remove round-trip to the inter-server for the guild chat messagesHaru4-52/+6
Signed-off-by: Haru <haru@dotalux.com>
2019-08-26Remove round-trip to the inter-server for the party messagesHaru4-50/+10
Signed-off-by: Haru <haru@dotalux.com>
2019-08-26Remove round-trip to the inter-server for the broadcast messagesHaru5-87/+16
Signed-off-by: Haru <haru@dotalux.com>
2019-08-26Remove unused function intif_main_message()Haru2-24/+0
Signed-off-by: Haru <haru@dotalux.com>
2019-08-26Remove round-trip to the inter-server for the whisper-to-gm messagesHaru7-79/+59
Signed-off-by: Haru <haru@dotalux.com>
2019-08-25Remove whisper dispatch code from the inter serverHaru3-113/+3
The code was currently not in use (assuming the only officially supported case of a single-zone server) Signed-off-by: Haru <haru@dotalux.com>
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-14Update NPC IdentityEmistry Haoyan1-1/+1
- npc id constant
2019-08-05Fix equipment auto bonusEmistry Haoyan2-2/+2
- fix auto bonus doesn't trigger for costume/shadow gears, due to `pos` always `0`. - fixes #1355
2019-08-05Extend *set/getiteminfo script commandsEmistry Haoyan2-1/+195
- additional options.
2019-08-02Add some missing checks into clif.cAndrei Karas3-88/+570
2019-07-31Added Elemental Resist Status IconEmistry Haoyan2-5/+7
- show status icon for elemental resist status change.
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