summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2019-03-11Merge pull request #2396 from AnnieRuru/67-mobattachedHaru3-3/+51
* Add *mobattached and *killmonstergid script command
2019-03-11Constants Documentation SyncHercules.ws1-0/+12
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2019-03-11Merge pull request #2397 from AnnieRuru/68-getmercinfoHaru6-52/+97
Add constants and MERCINFO_GID to *getmercinfo script command
2019-03-11Merge pull request #2381 from AnnieRuru/60-bg_norespawnHaru2-1/+8
Add missing documentation for disable battleground respawn
2019-03-11Merge pull request #2360 from sigtus/stableHaru1-18/+10
Added missing return on F_GetTradeRestriction
2019-03-11Merge pull request #2034 from EyesOfAHawk/magic_rodHaru4-6/+17
Adds configuration for Magic Rod behavior (official/eAthena).
2019-03-11Merge pull request #2385 from 4144/travisHaru2-1/+54
Add gcc versions and core dumps into travis
2019-03-11Minor fix a typo in the documentationAnnieRuru1-1/+1
thanks to https://github.com/rathena/rathena/pull/3951#discussion_r263220245
2019-03-11Add MERC_ Constants to npc scriptsAnnieRuru3-9/+9
2019-03-11Add constants and MERCINFO_GID to *getmercinfo script commandAnnieRuru3-43/+88
2019-03-03Add into travis builds with gcc-7 and gcc-8Andrei Karas1-0/+36
2019-03-03Show crash dump in travisAndrei Karas2-1/+18
2019-03-02Constants Documentation SyncHercules.ws1-0/+2
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2019-03-02Merge pull request #2390 from AnnieRuru/63-MOB_CLONE_STARTAsheraf2-0/+4
Add MOB_CLONE_START & MOB_CLONE_END to server defined constants
2019-03-02* Add *mobattached and *killmonstergid script commandAnnieRuru3-3/+51
also fix quests_rachel, now support with *unitemote
2019-02-28Adds configuration for Magic Rod behavior (official/eAthena).EyesOfAHawk4-6/+17
2019-02-26Merge pull request #2392 from AnnieRuru/65-setunitdata_phase_2Asheraf2-12/+12
getunitdata should return -1 instead of 0. Phase 2
2019-02-27Change return value from 0 into -1 when *getunitdata return errorAnnieRuru2-12/+12
2019-02-26Add MOB_CLONE_START & MOB_CLONE_END to server defined constantsAnnieRuru2-0/+4
2019-02-26Add missing documentation for disable battleground respawnAnnieRuru2-1/+8
- fix a minor bug that bg_create_team should return -1, as mentioned in doc/script_commands.txt
2019-02-19Merge pull request #2368 from AnnieRuru/55-vcxproj-15Asheraf7-7/+7
Retarget Windows SDK from version 10.0.15063.0 into 10.0.17763.0 for Visual Studio 2017
2019-02-19Merge pull request #2376 from EyesOfAHawk/item_bonus_typoAsheraf1-3/+3
Fix some item_bonus typos
2019-02-20Fix some typos in item_bonus doc.EyesOfAHawk1-3/+3
2019-02-11Merge branch 'stable' into herculesv2019.02.10+1Haru1-0/+7
2019-02-11Release v2019.02.10+1Haru1-0/+7
Signed-off-by: Haru <haru@dotalux.com>
2019-02-11Fix buffer size issue in inter server packetsAndrei Karas2-5/+5
Fixes #2369
2019-02-11Merge pull request #2370 from 4144/fix2369Andrei Karas2-5/+5
Fix buffer size issue in inter server packets
2019-02-11Fix buffer size issue in inter server packetsAndrei Karas2-5/+5
Fixes #2369
2019-02-11Retarget 10.0.15063.0 into 10.0.17763.0AnnieRuru7-7/+7
so we don't have to download additional 1.43GB unnecessary
2019-02-11Release v2019.02.10v2019.02.10Haru1-2/+26
Signed-off-by: Haru <haru@dotalux.com>
2019-02-11Merge pull request #2365 from 4144/myboolHaru2-0/+62
Add support for mysql versions where type my_bool not exists.
2019-02-11Add support for mysql versions where type my_bool not exists.Andrei Karas2-0/+62
In new MySQL versions my_bool was replaced to bool.
2019-02-11Merge pull request #2364 from 4144/shortfixesHaru36-241/+241
Change different variables types short to int
2019-02-11Change job field in struct questinfo from int to jobAndrei Karas1-1/+1
2019-02-11Extend class and level field in packet 0x3035Andrei Karas3-5/+5
2019-02-11Extend class and level field in packet 0x3080Andrei Karas3-18/+18
2019-02-11Extend class field in packet 0x3880Andrei Karas2-7/+7
2019-02-11Extend class field in packet 0x3835Andrei Karas2-5/+5
2019-02-11Extend class field in packet 0x3898Andrei Karas2-8/+8
2019-02-11Update HPM hooksAndrei Karas3-85/+85
2019-02-11Change type for class variables from short to intAndrei Karas32-60/+60
2019-02-11Replace short to int in most structs in pc.hAndrei Karas1-52/+52
2019-02-11Merge pull request #1656 from AtlantisRO/job_quest_suraHaru1-3/+3
Fixes #1655 - Fix to Sura Job Change Quest get stuck after first attemp.
2019-02-11HPM Hooks UpdateHercules.ws7-0/+66
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2019-02-11Merge pull request #2353 from 4144/updatepacketsHaru17-62/+4547
Update packets and messages up to 2019-01-30
2019-02-07Fix reserved buffer for packet PACKET_ZC_WARPLISTAndrei Karas1-1/+1
2019-02-06Add packet CZ_CLIENT_VERSIONAndrei Karas5-1/+23
For now unused, but can be used. This packet works in some old clients near 2015 versions.
2019-02-05Update packet ZC_USESKILL_ACKAndrei Karas2-21/+61
2019-02-05Set inventory size for new chars to FIXED_INVENTORY_SIZEAndrei Karas1-6/+6
Before inventory size was default from sql.
2019-02-05Split function char_send_HC_ACK_CHARINFO_PER_PAGEAndrei Karas2-5/+12