summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2018-04-23Merge pull request #2005 from guilherme-gm/guildskillcdHaru5-16/+19
Allow guild skills cooldown to continue when logged out
2018-04-22HPM Hooks UpdateHaru7-66/+0
Signed-off-by: Haru <haru@dotalux.com>
2018-04-22Remove the stat-reporting mechanismHaru7-246/+9
Signed-off-by: Haru <haru@dotalux.com>
2018-04-22Merge pull request #2021 from 4144/updatepacketsHaru5-8/+21
Update packets table up to 2018-04-18
2018-04-22Merge pull request #2020 from Asheraf/packetsHaru4-10/+10
Enable some features for newer client versions
2018-04-22Merge pull request #1706 from Jedzkie/15-BLESSINGHaru1-8/+16
Fixes https://github.com/HerculesWS/Hercules/issues/680
2018-04-22Fixes interaction between Curse and BlessingJedzkie1-8/+16
When under Curse or Stone Curse, Blessing will only remove the negative statuses. Blessing needs to be cast twice to obtain the buff. Fixes #680 Signed-off-by: Haru <haru@dotalux.com>
2018-04-22Merge pull request #2007 from Jedzkie/PincodeUpdateHaru8-82/+472
Pincode Update
2018-04-19Add tool to convert old mob skill db to new formatAsheraf1-0/+264
2018-04-19Add py-libconfig to tools folderAsheraf3-0/+743
2018-04-19HPM Hooks UpdateAsheraf4-34/+102
2018-04-19Convert mob_skill_db into libconf formatAsheraf9-16288/+156042
2018-04-18Add non shuffle packets for 2018-04-18 clients.Andrei Karas1-0/+9
2018-04-18Update shuffle and keys up to 2018-04-18Andrei Karas4-8/+12
2018-04-18Enable attendance system for PACKETVER_ZERO_NUM >= 20180411Asheraf2-5/+5
2018-04-18Enable new drop packet for PACKETVER >= 20180418Asheraf3-5/+5
2018-04-11*delwall now give a friendly warning to remind non-existent wallAnnieRuru3-5/+12
2018-04-09Release v2018.04.08v2018.04.08Haru1-0/+32
Signed-off-by: Haru <haru@dotalux.com>
2018-04-08Merge pull request #2009 from MishimaHaruna/sprintf-hooking-fixHaru6-21/+21
Fix HPMHooking compilation when sprintf() is a macro
2018-04-08HPM Hooks UpdateHercules.ws4-0/+67
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2018-04-08Merge pull request #2001 from guilherme-gm/tombspawnHaru6-2/+57
Added delay to tomb spawn
2018-04-08Merge pull request #2015 from MishimaHaruna/fix-1875Haru1-8/+6
Prevent a null pointer failure when TK_JUMPKICK is used by a non-player
2018-04-08Allow guild skills cooldown to continue when logged outGuilherme G. Menaldo5-16/+19
2018-04-08Added delay to tomb spawnGuilherme G. Menaldo6-2/+57
2018-04-08Merge pull request #2002 from Asheraf/homunaffixHaru1-0/+7
add missing homunculus autofeed update on change map
2018-04-08Merge pull request #2006 from Jedzkie/MessageFixesHaru6-7/+55
Message Fixes
2018-04-08Prevent a null pointer failure when TK_JUMPKICK is used by a non-playerHaru1-8/+6
Fixes #1875 Signed-off-by: Haru <haru@dotalux.com>
2018-04-07HPM Hooks UpdateHercules.ws5-0/+273
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2018-04-07Merge pull request #1990 from Asheraf/attendance_uiHaru15-7/+425
Implementation of Attendance system
2018-04-07ItemDB SQL SyncHercules.ws1-0/+1
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2018-04-07Merge pull request #2000 from Asheraf/petdbHaru14-440/+3829
Convert Pet db to Libconfig
2018-04-07Implementation of Attendance systemAsheraf15-7/+425
2018-04-08Added new items for item checksJedzkie2-0/+6
2018-04-08Added noteleport mapflag for pay_archeJedzkie1-0/+1
2018-04-08Update Skill/Item messagesJedzkie4-7/+48
2018-04-07Add tool to convert old pet db to new formatAsheraf1-0/+214
you can use this tool as follows ./petdbconverter.py re ../ ../db/re/pet_db.txt > pet_db.conf or for pre-re mode ./petdbconverter.py pre-re ../ ../db/pre-re/pet_db.txt > pet_db.conf
2018-04-07Add missing item Snow_Rabbit_Egg in pre-re dbAsheraf1-1/+15
2018-04-07HPM Hooks UpdateAsheraf4-10/+144
2018-04-07Convert Pet db to LibconfigAsheraf8-429/+3456
2018-04-07Merge pull request #1868 from Jedzkie/2017-StorageFixHaru4-5/+12
Fixes #1806
2018-04-07Add an option to prevent item usage when storage is openJedzkie4-5/+12
In official servers, you can't open boxes and use usable/consumables items when the storage is open. Fixes #1806
2018-04-07Merge pull request #2014 from 4144/updatepacketsHaru5-42/+65
Update packets to 20180404 version
2018-04-07Add missing #if into clif_quest_notify_objective.Andrei Karas1-0/+2
2018-04-06Add support for packet 0xaf7 in zero clients.Andrei Karas2-2/+2
2018-04-06Update shuffle packets and keys to version 20180404.Andrei Karas2-40/+41
2018-04-06Add new packets in packets.h for 20180404 client.Andrei Karas1-0/+20
2018-04-04HPM Hooks UpdateHercules.ws5-0/+68
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2018-04-04Merge pull request #2012 from Asheraf/clifmsgtableAndrei Karas3-0/+67
add some missing msgtable packets
2018-04-04Add support for packet ZC_MSG_COLORAsheraf3-0/+28
2018-04-04Add support for packet ZC_FORMATSTRING_MSGAsheraf3-0/+39