summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2019-02-01Merge pull request #2307 from kisuka/checknameditemHaru1-0/+60
Added countnameditem script command.
2019-02-01Merge pull request #2151 from dastgirp/login/messageHaru2-13/+24
Updated message on char-server
2019-02-01Merge pull request #1631 from Emistry/fix_voice_of_sirenHaru1-0/+3
Fix Voice of Siren minimum duration.
2019-02-01Added countnameditem script command.kisuka1-0/+60
Signed-off-by: Haru <haru@dotalux.com>
2019-02-01Updated login-server to give appropriate response code to char-server when ↵Dastgir2-13/+24
IP is not allowed Updated char-server to show proper error message. Fixes #737 Signed-off-by: Haru <haru@dotalux.com>
2019-01-15Merge pull request #2339 from 4144/updatepacketsAndrei Karas74-225/+9806
Update packet up to 2019-01-09
2019-01-14Update packets table up to 2019-01-09Andrei Karas48-112/+8884
2019-01-14Disconnect from char server if auth error happend.Andrei Karas1-0/+5
2019-01-14Update HPMAndrei Karas5-15/+282
2019-01-14Add support for saving/loading barter shops from sql table.Andrei Karas7-58/+217
Also allow add duplicated item id to barter shops if price is different.
2019-01-14Add packet CZ_NPC_BARTER_PURCHASEAndrei Karas6-0/+189
2019-01-14Add packet CZ_NPC_BARTER_CLOSEAndrei Karas4-1/+19
2019-01-14Fix weight field in market shops.Andrei Karas1-1/+1
2019-01-14Add barter type shop and add packet ZC_NPC_BARTER_OPENAndrei Karas6-19/+129
2019-01-14Remove unused enum variable npcmarketopenTypeAndrei Karas1-1/+0
2019-01-14Update message up to 2019-01-09Andrei Karas5-11/+59
2019-01-14Add missing enum status for function char_creation_failedAndrei Karas1-1/+2
2019-01-14Add inventory expansion packets to main and re clients with version 20181219Andrei Karas3-8/+8
2019-01-14Update shuffle packets up to 2019-01-09Andrei Karas3-12/+20
2019-01-14Update keys up to 2019-01-09Andrei Karas2-8/+13
2019-01-14Fix sending last packet HC_ACK_CHARINFO_PER_PAGEAndrei Karas1-2/+2
2019-01-14HPM Hooks UpdateHercules.ws4-0/+40
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2019-01-14Allow load item with big id even if packet version not support this id.Andrei Karas1-0/+12
2019-01-14Fix search item by name if id bigger than MAX_ITEMDBAndrei Karas2-0/+21
2019-01-13HPM Hooks UpdateHercules.ws15-15/+15
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2018-12-17Fix HPM generation for old packet versions.Andrei Karas3-13/+3
From now HPM generated for 20031028 main packet version.
2018-12-17Revert "Fix compile errors with old packetvers"Andrei Karas3-34/+12
This reverts commit 18867f88bf23779a89dbe7d8b7dfcd2cf78744c3.
2018-12-17Fix compile errors with old packetversHaru3-12/+34
Signed-off-by: Haru <haru@dotalux.com>
2018-12-16Merge pull request #2298 from guilherme-gm/201810-abracadabraHaru1-0/+4
Fixes delayed-consume items not being consumed after using Abracadabra
2018-12-16Merge pull request #2244 from Emistry/incomplete_checkidleHaru2-0/+15
Remove idle when interact with scripts
2018-12-16Merge pull request #2246 from Emistry/scriptcommand_pcneedstatuspointHaru1-0/+20
Implement status reduction script command.
2018-12-16HPM Hooks UpdateHercules.ws2-8/+8
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2018-12-16Merge pull request #2327 from HerculesWS/change_shortgroup_tobool_in_s_add_dropHaru3-17/+15
Change short group to bool is_group in s_add_drop
2018-12-16Update HPM.Andrei Karas5-1/+34
2018-12-16Add missing values into enum cz_ui_typesAndrei Karas1-2/+2
2018-12-16Fix and update packet CZ_PARTY_CONFIG.Andrei Karas2-6/+12
2018-12-16Add packet CZ_CAMERA_INFOAndrei Karas4-0/+33
This will allow use client command: /viewpointvalue - show/hide camera information /setcamera range rotation latitude - same with @camerainfo
2018-12-16Update packet ZC_CAMERA_INFO to new format.Andrei Karas2-2/+5
2018-12-16Update HPM.Andrei Karas1-1/+2
2018-12-15Improve packet ZC_NPC_MARKET_OPENAndrei Karas2-32/+36
2018-12-14Update HPM.Andrei Karas5-0/+365
2018-12-14Add packet CZ_REQ_REMAINTIME (with empty handler)Andrei Karas4-0/+14
2018-12-14Add additional checks into CZ_INVENTORY_EXPAND and ↵Andrei Karas1-0/+18
CZ_INVENTORY_EXPAND_CONFIRMED packets.
2018-12-14Add script command getInventorySize.Andrei Karas1-0/+11
This command allow read current max inventory size.
2018-12-14Add script command expandInventoryAndrei Karas3-0/+30
This command allow adjust inventory size to positive or negative value.
2018-12-14Add script command expandInventoryResult.Andrei Karas1-0/+18
This function send to client final expand status.
2018-12-14Add script command expandInventoryAckAndrei Karas1-0/+21
It send initial response for inventory expanding request.
2018-12-14Add inventory size field into db and using it in server.Andrei Karas19-192/+208
2018-12-14Add packet CZ_INVENTORY_EXPAND_REJECTEDAndrei Karas4-0/+26
2018-12-14Add packet CZ_INVENTORY_EXPAND_CONFIRMEDAndrei Karas4-0/+26