summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2018-06-03Merge pull request #2036 from Asheraf/exp-dbHaru3-185/+274
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-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 libconfigSmokexyz3-185/+274
2018-06-02Fix map flag pvp_nocalcrank if use at or script command for enable pvp.Andrei Karas2-3/+6
Fixes #2056
2018-06-02Merge pull request #842 from AnnieRuru/request_6Haru9-12/+144
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-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/getunits2Haru1-19/+69
Allow global unit lookups from scripts
2018-05-27Merge pull request #2043 from 4144/updatepacketsHaru5-8/+74
Update packets
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-07Merge pull request #2027 from MishimaHaruna/sa_summonmonsterHaru5-25/+30
Fix the name of monsters summoned through SA_SUMMONMONSTER
2018-05-07HPM Hooks UpdateHercules.ws5-0/+68
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2018-05-07Merge pull request #1998 from Asheraf/private_airshipHaru9-3/+115
Implementation of Private AirShip
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-04Implementation of Private AirShipAsheraf9-3/+115
2018-05-04Quick Fix *getunitdataAnnieRuru1-1/+1
- this script command always return false; even it is on true condition
2018-05-04Add setpcblock & checkpcblock script commandsAnnieRuru9-12/+144
thanks to @MishimaHaruna for the updated syntax
2018-05-04Add empty function for packet 0x0447 PACKET_CZ_BLOCKING_PLAY_CANCEL.Andrei Karas3-2/+13
2018-05-04Assign clif->pUseSkillToPos to packet 0xaf4.Andrei Karas1-2/+2
2018-05-04Add shuffle and non shuffle packets for 20180425 to 20180502.Andrei Karas5-8/+23
2018-05-04Fix sending correct packets in pincode_makestate and pincode_editstate.Andrei Karas1-2/+2
2018-05-04Fix pincode check. Was broken in commit ↵Andrei Karas1-0/+1
2a05dbfc2f62c6bbac7983dcec120502914567f1.
2018-05-03Fix overflow in map zones.Andrei Karas2-7/+9
2018-05-02Fix possible buffer overflow in atcommand.cAndrei Karas1-3/+3
2018-05-02Fix possible wrong buffer size usage in clif.c.Andrei Karas1-6/+6
2018-05-02Fix possible buffer overflow in common.Andrei Karas3-4/+4
2018-05-01Replace "--ja--" and "--en--" with constants (source only)Haru5-25/+29
- Use `DEFAULT_MOB_NAME` instead of a literal "--en--" - Use `DEFAULT_MOB_JNAME` instead of a literal "--ja--" Signed-off-by: Haru <haru@dotalux.com>
2018-05-01Fix the name of the monsters summoned by SA_SUMMONMONSTERHaru1-1/+2
- The displayed name was " --ja--" due to an extra space inside a string. - Error introduced in 2012, commit d9d3adf3fd4795bf2483ec8549ddc30e01629db Signed-off-by: Haru <haru@dotalux.com>
2018-05-01Merge pull request #2019 from Asheraf/mskillconfHaru7-243/+336
Convert mob_skill_db into libconf format
2018-05-01Merge pull request #2025 from Noooil/stableHaru1-1/+1
Comment out "MYPLUGINS ="
2018-04-29changed MYPLUGINS so you can use env MYPLUGINSNoil1-1/+1
changed to 4144 sugguestion
2018-04-25HPM Hooks UpdateHercules.ws1-1/+0
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2018-04-25Merge pull request #2023 from MishimaHaruna/remove-stat-serverHaru14-312/+9
Remove stat server
2018-04-25Merge pull request #2022 from 4144/extendHaru8-59/+451
Refactor some functions to move MAPID_* related code into separate functions.
2018-04-25HPM Hooks UpdateHercules.ws2-10/+11
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2018-04-25Merge pull request #2017 from AnnieRuru/32_delwallHaru3-5/+12
*delwall now give a friendly warning to remind non-existent wall
2018-04-23Update HPM hooks.Andrei Karas4-0/+302