summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2019-02-11Extend class field in packet 0x3898Andrei Karas2-8/+8
2019-02-11Update HPM hooksAndrei Karas3-85/+85
2019-02-11Change type for class variables from short to intAndrei Karas32-60/+60
2019-02-11Replace short to int in most structs in pc.hAndrei Karas1-52/+52
2019-02-11Merge pull request #1656 from AtlantisRO/job_quest_suraHaru1-3/+3
Fixes #1655 - Fix to Sura Job Change Quest get stuck after first attemp.
2019-02-11HPM Hooks UpdateHercules.ws7-0/+66
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2019-02-11Merge pull request #2353 from 4144/updatepacketsHaru17-62/+4547
Update packets and messages up to 2019-01-30
2019-02-07Fix reserved buffer for packet PACKET_ZC_WARPLISTAndrei Karas1-1/+1
2019-02-06Add packet CZ_CLIENT_VERSIONAndrei Karas5-1/+23
For now unused, but can be used. This packet works in some old clients near 2015 versions.
2019-02-05Update packet ZC_USESKILL_ACKAndrei Karas2-21/+61
2019-02-05Set inventory size for new chars to FIXED_INVENTORY_SIZEAndrei Karas1-6/+6
Before inventory size was default from sql.
2019-02-05Split function char_send_HC_ACK_CHARINFO_PER_PAGEAndrei Karas2-5/+12
2019-02-05Update max packet version in travis to 2019-01-23Andrei Karas1-6/+6
2019-02-05Add support for barter shops for main and re clients with version 20190116Andrei Karas4-8/+8
2019-02-05Update shuffle packets up to 2019-01-30Andrei Karas3-6/+13
2019-02-05Update keys up to 2019-01-30Andrei Karas2-4/+9
2019-02-05Update messages up to 2019-01-30Andrei Karas1-1/+17
2019-02-05Update packets table up to 2019-01-30Andrei Karas2-3/+4391
2019-02-04Merge branch 'stable' into herculesHaru1-0/+7
2019-02-04Release v2018.12.16+1v2018.12.16+1Haru1-0/+7
Signed-off-by: Haru <haru@dotalux.com>
2019-02-04Add missing check in run_script_mainAndrei Karas1-0/+3
Signed-off-by: Haru <haru@dotalux.com>
2019-02-04Merge pull request #2362 from 4144/addchecksHaru1-0/+3
Add missing check in run_script_main
2019-02-04Add missing check in run_script_mainAndrei Karas1-0/+3
2019-02-01Merge pull request #2307 from kisuka/checknameditemHaru2-0/+84
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.kisuka2-0/+84
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-16Constants Documentation SyncHercules.ws1-7/+8
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2019-01-15Merge pull request #2339 from 4144/updatepacketsAndrei Karas84-237/+9899
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 barter shop demo script.Andrei Karas3-0/+30
2019-01-14Add support for saving/loading barter shops from sql table.Andrei Karas12-58/+260
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 Karas8-25/+134
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-14Update max packet version in travis to 2019-01-09Andrei Karas1-6/+15
Also add build job with packet version 2013-07-24.
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-14Merge pull request #2337 from 4144/fixitemdbAndrei Karas2-0/+33
Fix item db with item id bigger than 65535
2019-01-14Allow load item with big id even if packet version not support this id.Andrei Karas1-0/+12