summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2019-05-04Merge pull request #2452 from Jedzkie/pr03-confIbrahim Zidan37-69/+68
Config files changes
2019-05-04Correct spacing for comment blocks in conf/* config filesJedzkie4-30/+30
2019-05-04Update copyright header in conf/* config files to 2014-2019Jedzkie37-37/+37
2019-05-04Fix enable setting documentation of pincode block in char-server.confJedzkie1-2/+1
2019-04-29Merge pull request #2439 from Emistry/atcommand_dropallIbrahem Zidan4-9/+53
Update dropall atcommand drop item based on type.
2019-04-29Update dropall atcommand drop item based on type.Emistry Haoyan4-9/+53
- Enable to drop items based on item type.
2019-04-29Constants Documentation SyncHercules.ws1-0/+9
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2019-04-29Merge pull request #2440 from Emistry/scriptcommand_consolemesIbrahem Zidan7-14/+102
Added *consolemes script command
2019-04-29Merge pull request #2443 from Emistry/issue_1569Ibrahem Zidan1-0/+8
Disable chatroom creation if cell_chknochat
2019-04-28Merge pull request #2442 from Emistry/script_issue_1955Ibrahem Zidan1-3/+6
Fix issue #1955
2019-04-29Added *consolemes script commandEmistry Haoyan7-14/+102
- deprecated `*debugmes` script command. - added `*consolemes` script command which display the console message based on `type`. - allow map-server console to auto logging into text file depend on type of message.
2019-04-29Fix issue #1955Emistry Haoyan1-3/+6
- fix error due to event terminated by GM using `@killmonster` command.
2019-04-28Merge pull request #2449 from jedzkie/pr01-READMEIbrahim Zidan1-1/+1
Update README.md
2019-04-28Merge pull request #2450 from Asheraf/msvcversionnameIbrahem Zidan1-2/+6
Update MSVC version naming in console info
2019-04-21Update MSVC version naming in console infoAsheraf1-2/+6
2019-04-21Update README.mdJedzkie1-1/+1
2019-04-17Release v2019.04.07+1v2019.04.07+1Haru1-5/+8
Signed-off-by: Haru <haru@dotalux.com>
2019-04-17Merge pull request #2428 from hemagx/hercules_pet_fixesHaru1-0/+15
Automatically migrate pets to the new system that keeps hatched eggs in the inventory
2019-04-17Merge pull request #2437 from 4144/rodexfixesHaru18-77/+561
Different rodex fixes
2019-04-15Update HPMAndrei Karas8-16/+283
2019-04-15Improve get items from rodexAndrei Karas9-34/+169
2019-04-15Improve get zeny from rodexAndrei Karas8-12/+83
2019-04-14Disable chatroom creation if cell_chknochatEmistry Haoyan1-0/+8
- doesn't allow chatroom creation/switch if the coordinated cell are set with cell_chknochat. - chatroom will be auto deleted.
2019-04-14Add account id and char id into inter server rodex update packetAndrei Karas7-18/+29
2019-04-09Automatically migrate pets to the new system that keeps hatched eggs in the ↵Ibrahim Zidan1-0/+15
inventory - The pet evolution update caused all already hatched eggs to get lost cause the previous system would actually remove the egg unlike the new one, this code will ensure the return of it.
2019-04-08Release v2019.04.07v2019.04.07Haru1-0/+42
Signed-off-by: Haru <haru@dotalux.com>
2019-04-08Merge pull request #2354 from elgartoinf/patch-1Haru1-13/+14
Update README.md
2019-04-07Merge pull request #2415 from AnnieRuru/76-showscriptHaru6-19/+22
Add optional parameter for *showscript to send target to SELF only
2019-04-07Constants Documentation SyncHercules.ws1-0/+1
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2019-04-07HPM Hooks UpdateHercules.ws4-0/+33
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2019-04-07Merge pull request #2402 from AnnieRuru/71-bodystyle_crashHaru1-1/+9
Fix @bodystyle crash client
2019-04-07Update README.mdGabriel Mejia1-13/+14
added links into readme.md
2019-04-07Merge pull request #2367 from AnnieRuru/54-MAX_ITEM_IDHaru2-0/+2
Add new server define constant MAX_ITEM_ID
2019-04-07Merge pull request #2406 from 4144/updatepacketsHaru35-98/+717
Update packets and messages up to 2019-04-03
2019-04-07HPM Hooks UpdateHaru2-8/+8
Signed-off-by: Haru <haru@dotalux.com>
2019-04-07Add packet CZ_STYLE_CLOSEAndrei Karas4-0/+17
2019-04-07Update HPMAndrei Karas4-15/+188
2019-04-07Rename clif_charnameack into clif_blname_ackAndrei Karas10-26/+26
2019-04-07Open macro ui in client by requestAndrei Karas1-0/+12
2019-04-07Add allow call optionAndrei Karas4-7/+18
2019-04-07Add chat command /resetcooltimeAndrei Karas4-0/+22
Add packet CZ_COOLDOWN_RESET.
2019-04-07Change max build packet version in travis to 2019-03-27Andrei Karas1-8/+8
2019-04-07Add ZC_PING and CZ_PING packetsAndrei Karas9-2/+93
For supported packet version, from now server send ping packets to client.
2019-04-07Fix possible null pointersAndrei Karas2-6/+16
2019-04-07Add missing enum value for clif_feel_reqAndrei Karas1-0/+1
2019-04-07Update messages up to 2019-04-03Andrei Karas3-5/+224
2019-04-07Update shuffle packets up to 2019-04-03Andrei Karas3-6/+18
2019-04-07Update keys up to 2019-04-03Andrei Karas2-4/+12
2019-04-07Upda packets table up to 2019-04-03Andrei Karas3-19/+62
2019-04-07MobDB SQL SyncHercules.ws2-125/+125
Signed-off-by: HerculesWSAPI <dev@herc.ws>