summaryrefslogtreecommitdiff
path: root/src/map/clif.c
AgeCommit message (Collapse)AuthorFilesLines
2019-10-20Merge pull request #2547 from guilherme-gm/201910-dehardcode-dbHaru1-3/+6
Dehardcode DB files path
2019-10-18Merge pull request #2555 from guilherme-gm/201910-fix-vendingHaru1-1/+1
Fixes close merchant vending
2019-10-18Merge pull request #2551 from guilherme-gm/201910-fix-sc-timesHaru1-5/+13
Fixes status changes effect timer when relogging
2019-10-18Merge pull request #2537 from 4144/updatepacketsHaru1-9/+12
Update packets up to 2019-10-02
2019-10-18Merge pull request #2544 from Emistry/clif_skill_estimationHaru1-3/+3
Update Sense Skill - show 0 for negative values
2019-10-17Add support for new skill packets in zero 20190918 and newerAndrei Karas1-2/+2
2019-10-17Define constants for packet names ZC_INVENTORY_START and ZC_INVENTORY_ENDAndrei Karas1-7/+7
2019-10-17Fix compilation warnings in gcc-9Andrei Karas1-0/+3
Also reenabled array bound warning
2019-10-09Fixes close merchant vendingGuilherme Menaldo1-1/+1
There were some wrong checks that prevented the vend to be closed.
2019-10-06Updates status changes to also keep their total timeGuilherme Menaldo1-5/+13
- This allows clients to continue the "timer" display after you login again
2019-10-05Dehardcodes db files base path so the db folder can be easily movedGuilherme Menaldo1-3/+6
2019-10-02Update Sense Skill - cap negative value displayEmistry Haoyan1-3/+3
Enable commented out lines that cap negative values to 0 in the Sense window. Currently the client displays them as 255-fix. [Skotlex]
2019-10-02Moved hardcoded messages from source to messages.confDastgir1-4/+4
Fixes #1282
2019-09-23Merge pull request #2336 from Asheraf/lapineddukddakHaru1-0/+107
Implementation of LapineDdukDdak System
2019-09-23Merge pull request #2535 from HerculesWS/itemdb_violationHaru1-1/+1
Fixed several issues in itemdb_search_name function
2019-09-23Implementation of LapineDdukDdak SystemAsheraf1-0/+107
2019-09-22Fix several issues caused by the nick partial match feature, when enabled.Haru1-7/+7
Partial match is now disabled in all the internal (source) and script lookups, while it's enabled for the lookups requested by atcommands and client. Signed-off-by: Haru <haru@dotalux.com>
2019-09-22Implementation of new guild ui client featuresAsheraf1-0/+126
2019-09-22Merge pull request #2515 from Emistry/pc_have_siegfried_tokenHaru1-6/+7
Update Siegfried Tokens support.
2019-09-19Rewrite of itemdb_searchname_array and itemdb_searchname_array_subIbrahim Zidan1-1/+1
Rewrote item name checks in both functions to be more readable Changed flag to be enum item_name_search_flag and made itemdb_searchname_array_sub respect flag given to parent function Corrected item count returned by parent function when dbmap search is performed Fixed a memory violation caused by the old code when dbmap search is performed Fixed dbmap searching having static array size which did not adhire to the size passed to the function Signed-off-by: Ibrahim Zidan <brahem@aotsw.com>
2019-09-19Send clan name in name packet in position name fieldAndrei Karas1-3/+9
2019-09-18Use enum battle_dmg_type in related functionsAndrei Karas1-6/+6
2019-09-18Fix packet ZC_ACK_RANKING for old clientsAndrei Karas1-7/+7
2019-09-18Rollback support for new skill packets in zero. It not added yetAndrei Karas1-2/+2
2019-09-18Update function clif_parse_UseSkillToPosSub for support new packetsAndrei Karas1-1/+1
2019-09-18Convert packet ZC_TALKBOX_CHATCONTENTS into struct and add new packet versionAndrei Karas1-5/+5
2019-08-26Update Siegfried Tokens support.Emistry Haoyan1-6/+7
- allow player to revive if inventory consists of any type of siegfried tokens listed in the `ITMCHAIN_SIEGFRIED`.
2019-08-26Merge pull request #2522 from MishimaHaruna/remove-inter-roundtripsHaru1-8/+4
Remove some round-trips to the inter-server
2019-08-26Merge pull request #2501 from 4144/fixesHaru1-88/+566
Add some missing checks into clif.c
2019-08-26Remove round-trip to the inter-server for the whisper-to-gm messagesHaru1-2/+2
Signed-off-by: Haru <haru@dotalux.com>
2019-08-25Remove whisper dispatch code from the inter serverHaru1-6/+2
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 Karas1-3/+3
2019-08-21Fix packet ZC_MAKINGITEM_LISTAndrei Karas1-1/+1
2019-08-21Fix packet ZC_BROADCASTING_SPECIAL_ITEM_OBTAINAndrei Karas1-3/+8
Thanks @Lemongrass3110
2019-08-21Update skill related packets for zeroAndrei Karas1-2/+2
2019-08-21Add new version for packet ZC_NPC_MARKET_PURCHASE_RESULTAndrei Karas1-21/+20
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 Karas1-17/+19
2019-08-21Convert ZC_SKILLINFO_LIST into struct. Add new packet versionAndrei Karas1-54/+56
2019-08-21Convert ZC_ADD_SKILL into struct and add new packet versionAndrei Karas1-18/+23
2019-08-02Add some missing checks into clif.cAndrei Karas1-88/+566
2019-07-24Update ZC_ACK_RANKING for zeroAndrei Karas1-3/+3
2019-07-24Convert packet ZC_HAT_EFFECT into struct and fix allowed packet versionsAndrei Karas1-30/+24
2019-07-24Convert packet ZC_STATUS_CHANGE_ACK into structAndrei Karas1-9/+8
2019-07-24Update ZC_ACK_RANKING for new clientsAndrei Karas1-0/+38
2019-07-24Use struct for packet ZC_ACK_RANKINGAndrei Karas1-31/+36
2019-06-26Fix custom mob names in packet ZC_ACK_REQNAME_TITLE (Fixes #2495)Andrei Karas1-1/+2
2019-06-26Update packet ZC_MAKINGARROW_LIST in all functionsAndrei Karas1-53/+58
2019-06-26Update packet ZC_PROPERTY_HOMUNAndrei Karas1-0/+2
2019-06-26Add support for new shortcuts packets in zeroAndrei Karas1-4/+4
2019-06-02Disable new shortcuts on zero clientsAndrei Karas1-4/+4
Because on zero they still not implimented.