summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2019-06-02Adds BUILDIN(delitemidx), which deletes an item at the given index.EyesOfAHawk1-0/+43
Signed-off-by: Haru <haru@dotalux.com>
2019-02-27Change return value from 0 into -1 when *getunitdata return errorAnnieRuru1-11/+11
2019-02-11Fix buffer size issue in inter server packetsAndrei Karas2-5/+5
Fixes #2369
2019-02-11Change job field in struct questinfo from int to jobAndrei Karas1-1/+1
2019-02-11Extend class and level field in packet 0x3035Andrei Karas3-5/+5
2019-02-11Extend class and level field in packet 0x3080Andrei Karas3-18/+18
2019-02-11Extend class field in packet 0x3880Andrei Karas2-7/+7
2019-02-11Extend class field in packet 0x3835Andrei Karas2-5/+5
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-11HPM Hooks UpdateHercules.ws7-0/+66
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2019-02-07Fix reserved buffer for packet PACKET_ZC_WARPLISTAndrei Karas1-1/+1
2019-02-06Add packet CZ_CLIENT_VERSIONAndrei Karas4-0/+22
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-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-04Add missing check in run_script_mainAndrei Karas1-0/+3
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.