summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2018-06-14Split enum zc_ui_types by supported packet versions.Andrei Karas4-12/+33
Also fixed clif_open_ui for old clients.
2018-06-13Add cz enum for types in packet 0x0a68.Andrei Karas3-16/+28
2018-06-13Add some missing fields into AC_ACCEPT_LOGIN.Andrei Karas1-1/+2
2018-06-13Fix job field size in function char_parse_char_create_new_char.Andrei Karas1-1/+1
2018-06-13Update message table for clients 20180530 - 20180612.Andrei Karas3-10587/+10641
2018-06-13Update packets for clients 20180530 - 20180612.Andrei Karas3-8/+23
2018-06-04Constants Documentation SyncHercules.ws1-0/+5
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2018-06-04ItemDB SQL SyncHercules.ws2-0/+10
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2018-06-04HPM Hooks UpdateHercules.ws5-0/+303
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2018-06-04Release v2018.06.03v2018.06.03Haru1-0/+24
Signed-off-by: Haru <haru@dotalux.com>
2018-06-03Merge pull request #2004 from Asheraf/stylistHaru12-4/+665
Implementation of stylist ui
2018-06-03HPM Hooks UpdateHercules.ws5-0/+204
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2018-06-03Merge pull request #2036 from Asheraf/exp-dbHaru9-301/+1168
Conversion of exp.txt to Libconfig
2018-06-03Merge pull request #2057 from 4144/pvptimerHaru2-3/+6
Fix map flag pvp_nocalcrank if use at or script command for enable pvp.
2018-06-03Merge pull request #2059 from MishimaHaruna/fix-skill-get-eleHaru1-4/+0
Fix the skill element for levels above the MAX_SKILL_LEVEL
2018-06-03Fix the skill element for levels above the MAX_SKILL_LEVELHaru1-4/+0
Fixes a regression in 2b4bfa5d08931530d5c9b30af10dd58c1af14883 Signed-off-by: Haru <haru@dotalux.com>
2018-06-03Conversion of exp.txt to libconfigSmokexyz9-301/+1168
2018-06-02Fix map flag pvp_nocalcrank if use at or script command for enable pvp.Andrei Karas2-3/+6
Fixes #2056
2018-06-02Implementation of stylist uiAsheraf12-4/+665
2018-06-02Constants Documentation SyncHercules.ws1-0/+12
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2018-06-02Merge pull request #842 from AnnieRuru/request_6Haru10-17/+199
Add new *pcblock script command
2018-06-02Merge pull request #2055 from trojal/patch-1Haru1-1/+1
Don't overwrite mob.range with Inherit:true
2018-06-02HPM Hooks UpdateHercules.ws2-31/+31
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2018-06-02Merge pull request #2038 from 4144/msiHaru12-86/+59386
Improve msgstring table usage
2018-06-02Merge pull request #2054 from sctnightcore/EditDateHaru163-164/+164
Edit Date : 2012-2018 !
2018-05-31Don't overwrite mob.range with Inherit:truetrojal1-1/+1
Using mob_db2 and Inherit: true shouldn't override the base mob's range if it's not included.
2018-05-312012-2018 !Maytichai Saowa163-164/+164
2018-05-29Add autogenerated messages list headers with original strings and translation.Andrei Karas12-46/+59346
Also add packet version checks for used messages.
2018-05-29Fix wrong values in clif_messages enum.Andrei Karas6-58/+58
Also use official constant names with custom prefix in clif_messages enum.
2018-05-29Use enum clif_messages in functions clif_msgtable*.Andrei Karas2-10/+10
2018-05-29Merge pull request #1851 from mekolat/getunits2Haru2-22/+77
Allow global unit lookups from scripts
2018-05-26update documentation for buildin_getunitsgumi1-3/+8
2018-05-27Merge pull request #2043 from 4144/updatepacketsHaru5-8/+74
Update packets
2018-05-24Merge pull request #2042 from Asheraf/mobskillfollowupAsheraf1-4/+4
fix a wrong iterator used for mob skill db parsing
2018-05-23Add packet 0x0afc into packets.hAndrei Karas1-0/+18
2018-05-23Update shuffle packets and keys.Andrei Karas4-8/+56
2018-05-21add support for global lookups in buildin_getunitsgumi1-19/+69
2018-05-15fix a wrong iterator used for mob skill db parsingAsheraf1-4/+4
2018-05-07Release v2018.05.06v2018.05.06Haru1-1/+30
Signed-off-by: Haru <haru@dotalux.com>
2018-05-07Merge pull request #2027 from MishimaHaruna/sa_summonmonsterHaru5-25/+30
Fix the name of monsters summoned through SA_SUMMONMONSTER
2018-05-07Constants Documentation SyncHercules.ws1-0/+11
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2018-05-07HPM Hooks UpdateHercules.ws5-0/+68
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2018-05-07Merge pull request #1998 from Asheraf/private_airshipHaru16-4/+636
Implementation of Private AirShip
2018-05-07Merge pull request #2032 from Jedzkie/ClanNPCFixHaru1-3/+3
Clan npc message fix
2018-05-06HPM Hooks UpdateHercules.ws4-0/+33
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2018-05-06Merge pull request #2030 from 4144/updatepacketsHaru7-12/+38
Update packets.
2018-05-06Merge pull request #2029 from 4144/pincodefixHaru1-2/+3
Fix pincodes after commit 2a05dbfc2f62c6bbac7983dcec120502914567f1.
2018-05-06Merge pull request #2028 from 4144/warningsHaru7-20/+22
Fix some possible buffer overflows.
2018-05-05Fix some wrong messages in clans.txtJedzkie1-3/+3
2018-05-04Implementation of Private AirShipAsheraf16-4/+636