summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2018-06-18Merge pull request #2069 from marky291/patch-1Haru2-2/+2
Fix typos
2018-06-18Merge pull request #2072 from 4144/fixvendHaru1-4/+4
Fix clif_parse_OpenVending with empty items list.
2018-06-18HPM Hooks UpdateHercules.ws2-5/+5
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2018-06-18Merge pull request #2066 from Asheraf/stylistfollowupHaru2-3/+11
correct wrong respond message being used in stylist shop
2018-06-18Merge pull request #2071 from Asheraf/expdbfollowupHaru3-2/+8
Fix a crash caused by removing entries in job_db
2018-06-18followup ec527a6a2d2d915fb23ebb9b62c684eb7ad9b0b4 correct wrong respond ↵Asheraf2-3/+11
message being used in stylist shop
2018-06-18Fix novending cause player gets stuckAnnieRuru1-0/+13
2018-06-18Point all db\constant.conf to doc\constants.mdAnnieRuru1-28/+27
- with the exception of C_ constant, ->it supposed to be base 16, but listed as base 10 in constants.md
2018-06-16Fix *queueopt documentationAnnieRuru2-7/+7
2018-06-15standardize the multi-form buildin definitionsgumi1-25/+29
2018-06-15always give a return value in buildin_getunitsgumi1-0/+2
2018-06-15fix whitespaces in script.cgumi1-2/+2
2018-06-15add documentation for buildin_setparamgumi1-0/+15
2018-06-15add buildin_setparamgumi1-0/+38
Co-authored-by: "Wolfie" <ryan.tana55@gmail.com>
2018-06-15update documentation following changes to buildin_readparamgumi1-2/+3
2018-06-15allow to pass an account id to buildin_readparamgumi1-4/+9
Co-authored-by: "Wolfie" <ryan.tana55@gmail.com>
2018-06-14Fix compilation for packet version smaller than 20090805.Andrei Karas1-5/+7
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-14Fix pre-increment / pre-decrement operator errorAnnieRuru2-2/+16
eg: if (1) ++.@i;
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-12Changed returntype of skill_check_condition_castend_unknown.Dastgir2-4/+6
skill_check_condition_castend is terminated if returntype is true
2018-06-10Fixed rodex_sendmail_acc script command and rodex examplesGuilherme G. Menaldo2-3/+3
2018-06-07Fix clif_parse_OpenVending with empty items list.Andrei Karas1-4/+4
Also add cast to int for packet sizes.
2018-06-07Fix a crash caused by removing entries in job_dbAsheraf3-2/+8
2018-06-06typo fix clif.cMark Hester1-1/+1
2018-06-06Fix typo on pc.c documentationMark Hester1-1/+1
2018-06-05Update instance scripts to follow official behaviourAsheraf15-233/+201
2018-06-05Update buildin instance_create to follow official behaviourAsheraf1-13/+35
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