summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2020-01-09Change max packet version in travis to 20200108Andrei Karas1-8/+8
2020-01-09Update packet keys and shuffle packets up to 2020-01-08Andrei Karas5-20/+31
2020-01-09Update messages up to 2020-01-08Andrei Karas6-20/+92
2020-01-09Update packets table up to 2020-01-08Andrei Karas51-124/+9472
2019-12-16Release v2019.12.15Haru1-8/+38
Signed-off-by: Haru <haru@dotalux.com>
2019-12-15Merge pull request #2598 from HerculesWS/lex_fixHaru1-0/+3
Fix SC_LEXAETERNA not getting removed when player receive SC_STONE or…
2019-12-15Merge pull request #2572 from Asheraf/mobviewdatadbHaru11-104/+277
Add support for overriding default view data in mob database
2019-12-15Merge pull request #2588 from skyleo/racialcritfixHaru1-2/+6
Fix racial crit bonuses not being affected by katar crit bonus
2019-12-15Merge pull request #2589 from HerculesWS/tarot_card_fixHaru1-1/+1
Fix Tarot Card breaking equipment behavior
2019-12-15Fix SC_LEXAETERNA not getting removed when player receive SC_STONE or SC_FREEZEIbrahim Zidan1-0/+3
Closes #2559 Signed-off-by: Ibrahim Zidan <brahem@aotsw.com> Signed-off-by: Haru <haru@dotalux.com>
2019-12-15Merge pull request #2592 from Kenpachi2k13/issue#2591Haru1-9/+9
Modified skill_cooldown_save() to ignore guild skills if guild_skill_relog_delay is set to 1.
2019-12-15Merge pull request #2580 from Asheraf/winmariadbconnectorHaru55-6252/+4977
Replace the windows mysql connector with MariaDB C Connector
2019-12-15HPM Hooks UpdateHercules.ws4-5/+38
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2019-12-15Merge pull request #2585 from 4144/updatepacketsHaru21-139/+1162
Update packets up to 2019-12-11
2019-12-13Send load confirm packet in clif_refreshAndrei Karas1-0/+2
2019-12-13Convert packet CZ_SE_CASHSHOP_OPEN to structure and add new packet versionAndrei Karas4-1/+28
2019-12-12Add script function specialeffectnumAndrei Karas5-1/+81
2019-12-12Add new version for packet ZC_NOTIFY_EFFECT3 and convert to structureAndrei Karas4-13/+37
2019-12-12Change max packet version in travis to 20191211Andrei Karas1-8/+8
2019-12-12Update packets keys and shuffle packets up to 2019-12-11Andrei Karas5-10/+28
2019-12-12Update messages up to 2019-12-11Andrei Karas3-106/+921
2019-12-04Update packets table up to 2019-12-04Andrei Karas3-0/+57
2019-12-01Modified skill_cooldown_save() to ignore guild skills if ↵Kenpachi Developer1-9/+9
guild_skill_relog_delay is set to 1. If guild skills are not ignored when guild_skill_relog_delay is set to 1, the map server will throw error messages if the guild master relogs while cooldown. Also applied Hercules coding style to skill_cooldown_save(). See https://github.com/HerculesWS/Hercules/issues/2591
2019-11-27Fix Tarot Card breaking equipment on Garment and Shoe locations however on ↵Ibrahim Zidan1-1/+1
Aegis it only target Left Hand (Shield), Armor and Helm Signed-off-by: Ibrahim Zidan <brahem@aotsw.com>
2019-11-26Fix racial crit bonuses not being affected by katar crit bonusskyleo1-2/+6
2019-11-23Merge pull request #2583 from Kenpachi2k13/masterKenpachi2k133-1/+26
Fix for https://github.com/HerculesWS/Hercules/issues/2349.
2019-11-23Merge branch 'master' of https://github.com/Kenpachi2k13/HerculesKenpachi Developer0-0/+0
2019-11-23Fix for https://github.com/HerculesWS/Hercules/issues/2349.Kenpachi Developer3-1/+26
ipban_log() only inserts the first 3 octets of an IP and an asterisk for last one, so we can set the columns length to 13.
2019-11-23Fix for https://github.com/HerculesWS/Hercules/issues/2349.Kenpachi Developer3-1/+25
ipban_log() only inserts the first 3 octets of an IP and an asterisk for last one, so we can set the columns length to 13.
2019-11-19Fix some sql warnings with mysql servers v8Asheraf2-532/+532
2019-11-19Replace the windows mysql connector with MariaDB C Connector 3.1.5 / Client ↵Asheraf53-5720/+4445
Lib 10.4.3
2019-11-18Release v2019.11.17+1Haru1-0/+11
Signed-off-by: Haru <haru@dotalux.com>
2019-11-18Merge pull request #2582 from 4144/sqlvalidationHaru14-5/+949
Add script for sql files syntax validation
2019-11-18Fix syntax errors in sql scriptsAndrei Karas2-5/+5
2019-11-18Add phpsqllint for check sql queriesAndrei Karas12-0/+944
2019-11-18Release v2019.11.17Haru1-0/+42
Signed-off-by: Haru <haru@dotalux.com>
2019-11-17Constants Documentation SyncHercules.ws1-616/+635
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2019-11-17Merge pull request #2577 from Asheraf/dehardcodestatusiconsHaru17-2771/+2022
Dehardcode Status Icons
2019-11-17Merge pull request #2575 from Asheraf/scconfguildpassiveHaru1-0/+4
Passive Guild Skill status should not reset with SC_ALL
2019-11-17Merge pull request #2573 from Asheraf/dehardcodecomboskillsHaru4-21/+50
Dehardcode combo skills check
2019-11-17Merge pull request #2571 from Asheraf/stylistbeforenpcHaru1-1/+1
Make the stylist db load before the npcs
2019-11-17Merge pull request #2570 from Asheraf/scconfnobossHaru3-49/+73
Dehardcode status effect boss resistance
2019-11-17Merge pull request #2569 from guilherme-gm/fix-huld-rHaru1-0/+12
Makes HULD .po files read \r as a control character
2019-11-17Merge pull request #2564 from skyleo/target_to_fixesHaru1-1/+3
Fix ud->target_to not being cleared appropriately
2019-11-17Merge pull request #2560 from dastgirp/logs/itemHaru8-36/+64
Fixes some confusion in logs and added new log type
2019-11-17Merge pull request #2548 from bWolfie/fix_fakenameHaru1-2/+2
Fix issues with @fakename.
2019-11-17Constants Documentation SyncHercules.ws1-0/+14
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2019-11-17Merge pull request #2566 from Helianthella/guildHaru45-142/+293
add getguildinfo()
2019-11-17Merge pull request #2542 from Emistry/npc_locationsHaru8-5/+82
Update NPC locations
2019-11-17Added SQL FilesDastgir4-1/+26