summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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
2019-01-14Fix search item by name if id bigger than MAX_ITEMDBAndrei Karas2-0/+21
2019-01-13MobDB SQL SyncHercules.ws6-6/+6
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2019-01-13ItemDB SQL SyncHercules.ws3-3/+3
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2019-01-13HPM Hooks UpdateHercules.ws15-15/+15
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2019-01-13Merge pull request #2351 from AnnieRuru/49-disguiseAsheraf1-0/+10
Fix a bug that causes disguise event to run indefinitely
2019-01-14Fix a bug that causes the event to run indefinitelyAnnieRuru1-0/+10
- the .RoundCount only increase when having players answer correctly if nobody playing this event, or players give up before .Rounds(10) rounds, it will continue run forever
2018-12-17Release v2018.12.16v2018.12.16Haru1-0/+40
Signed-off-by: Haru <haru@dotalux.com>
2018-12-17Fix HPM generation for old packet versions.Andrei Karas4-14/+6
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_checkidleHaru3-0/+16
Remove idle when interact with scripts
2018-12-16Merge pull request #2246 from Emistry/scriptcommand_pcneedstatuspointHaru3-0/+63
Implement status reduction script command.
2018-12-16Merge pull request #2261 from Habilya/npc/woe-se-mesfHaru1-592/+592
mesf npc/woe-se
2018-12-16Merge pull request #2335 from darrensapalo/patch-1Haru1-1/+1
Fixed Gungslinger typo
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-16Constants Documentation SyncHercules.ws1-0/+22
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2018-12-16ItemDB SQL SyncHercules.ws2-0/+2
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2018-12-16Merge pull request #2324 from 4144/updatepacketsHaru74-914/+2993
Update packets up to 2018-12-12
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 aliases for at command camerainfo: setcamera and viewpointvalue.Andrei Karas1-0/+1
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