summaryrefslogtreecommitdiff
path: root/src/plugins
AgeCommit message (Collapse)AuthorFilesLines
2021-03-09[TMW2] Report back to script NST_CUSTOM purchases.Jesusaves1-2/+2
This allows to impose restrictions on amounts, for example.
2021-03-08[TMW2] Hercules Ultimate Storage SystemJesusaves5-112/+347
2021-02-15add buildin_getguildinfogumi2-5/+5
2020-09-12This is Hercules v2019.10.20r12.5_BUGGYJesusaves11-105/+680
2020-09-12This is Hercules v2019.09.22Jesusaves5-108/+823
2020-08-07This is Hercules v2019.08.25r12.4+1Jesusaves7-1109/+124
2019-07-28Merge pull request #2506 from Asheraf/castledb_updateHaru4-19/+53
Convert guild castle database to use libconfig
2019-07-28HPM Hooks UpdateAsheraf4-19/+53
2019-07-28HPM Hooks UpdateHercules.ws4-0/+40
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2019-07-24Update HPMAndrei Karas4-0/+66
2019-06-02Update HPMAndrei Karas4-30/+96
2019-06-02Update HPMAndrei Karas4-7/+40
2019-05-06HPM Hooks UpdateAsheraf4-43/+44
2019-05-06Merge pull request #2447 from hemagx/hpm_private_hooksHaru2-0/+33
Restore the ability for HPM Hooks to hook to private interfaces
2019-05-06HPM Hooks UpdateHercules.ws2-72/+72
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2019-05-05HPM Hooks updateIbrahim Zidan6-118/+735
Signed-off-by: Ibrahim Zidan <brahem@aotsw.com>
2019-05-05HPM Hooks UpdateHercules.ws4-0/+594
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2019-04-20Regenerate HPM HookGuilherme G. Menaldo4-8/+244
2019-04-18Restore the ability for HPM Hooks to hook to private interfacesIbrahim Zidan2-0/+33
- Starting from 5db7c799055c6ae9c4463f6cf4c88a35597d5d31 the ability to hook to private interfaces was removed, this commit restores this ability by introducing two new macros specifically for this. - addHookPrePriv to add a pre-hook for private interface member - addHookPostPriv to add a post-hook for private interface member Signed-off-by: Ibrahim Zidan <brahem@aotsw.com>
2019-04-15Update HPMAndrei Karas7-16/+282
2019-04-07Merge pull request #2415 from AnnieRuru/76-showscriptHaru2-8/+8
Add optional parameter for *showscript to send target to SELF only
2019-04-07HPM Hooks UpdateHercules.ws4-0/+33
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2019-04-07HPM Hooks UpdateHaru2-8/+8
Signed-off-by: Haru <haru@dotalux.com>
2019-04-07Update HPMAndrei Karas4-15/+188
2019-04-07Merge pull request #2416 from louisplag/patch-2Haru1-1/+3
update db2sql
2019-03-30update db2sqllouisplag1-1/+3
fixed bug load mob_skill_db.sql https://github.com/HerculesWS/Hercules/pull/2407#issuecomment-475771443
2019-03-12Fix rand() not support on certain compilerAnnieRuru1-4/+5
2019-03-11Merge pull request #2400 from Asheraf/stylist_updateHaru6-234/+307
moving stylist into it's own interface
2019-03-11Add function connect_client into socket interfaceAndrei Karas10-0/+98
2019-03-07HPM Hooks UpdateAsheraf5-234/+306
2019-03-07moving stylist into it's own interfaceAsheraf1-0/+1
2019-02-11Update HPM hooksAndrei Karas3-85/+85
2019-02-11HPM Hooks UpdateHercules.ws7-0/+66
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2019-01-15Merge pull request #2339 from 4144/updatepacketsAndrei Karas4-15/+280
Update packet up to 2019-01-09
2019-01-14Update HPMAndrei Karas4-15/+280
2019-01-14HPM Hooks UpdateHercules.ws4-0/+40
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2019-01-13HPM Hooks UpdateHercules.ws13-13/+13
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2018-12-16HPM Hooks UpdateHercules.ws2-8/+8
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2018-12-16Update HPM.Andrei Karas4-0/+33
2018-12-14Update HPM.Andrei Karas4-0/+364
2018-12-12Update HPMAndrei Karas5-73/+73
2018-12-12Update HPMAndrei Karas4-5/+72
2018-12-12Move packets struct in login server into separate files for AC and CA packets.Andrei Karas1-0/+2
2018-12-12Update HPM.Andrei Karas4-0/+101
2018-11-15HPM Hooks UpdateHercules.ws10-0/+95
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2018-11-15Merge pull request #2321 from 4144/packetlenHaru14-20/+510
Add complete packet len table
2018-11-14HPM Hooks UpdateHaru4-15/+83
Signed-off-by: Haru <haru@dotalux.com>
2018-11-14Update HPM hooks.Andrei Karas10-20/+115
2018-11-14Update HPM hooks.Andrei Karas13-0/+394
2018-11-14Add interface for packets in common.Andrei Karas1-0/+1
For now supported only packet length fields.