summaryrefslogtreecommitdiff
path: root/src/plugins/HPMHooking/HPMHooking_map.Hooks.inc
AgeCommit message (Collapse)AuthorFilesLines
2018-04-08Merge pull request #2009 from MishimaHaruna/sprintf-hooking-fixHaru1-8/+8
Fix HPMHooking compilation when sprintf() is a macro
2018-04-08HPM Hooks UpdateHercules.ws1-0/+53
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2018-04-07HPM Hooks UpdateHercules.ws1-0/+213
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2018-04-07HPM Hooks UpdateAsheraf1-8/+114
2018-04-04HPM Hooks UpdateHercules.ws1-0/+52
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2018-04-03Merge pull request #1986 from Megasantos/login_date_guildHaru1-6/+6
Implemented login date for guild members.
2018-04-03HPM Hooks UpdateHercules.ws1-0/+26
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2018-04-03HPM Hooks UpdateHercules.ws1-0/+52
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2018-04-02HPM Hooks UpdateHaru1-8/+8
2018-03-14- Implemented login date for guild members.Jônatas Andreta1-6/+6
Signed-off-by: Megasantos <jonataandretta@hotmail.com>
2018-03-11Merge pull request #1987 from guilherme-gm/rodexfixesHaru1-6/+6
Some rodex fixes
2018-03-09HPM updateGuilherme G. Menaldo1-6/+6
2018-02-18Merge pull request #1976 from mekolat/printfHaru1-0/+27
expose script_sprintf to plugins
2018-02-17HPM Hooks UpdateHaru1-26/+26
Signed-off-by: Haru <haru@dotalux.com>
2018-02-15expose script_sprintf to pluginsgumi1-0/+27
2018-01-25HPM Hooks UpdateMurilo Pereti Tavares1-0/+933
2018-01-14HPM Hooks UpdateHercules.ws1-0/+26
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2018-01-14Merge pull request #1939 from Asheraf/zero_drop_packetHaru1-6/+6
Add support for new drop packet 0xadd for zero clients
2018-01-10Merge pull request #1943 from Asheraf/skill_reproduceHaru1-27/+0
Replace the use of skill_reproduce_db with AllowReproduce flag
2018-01-09HPM Hooks UpdateHercules.ws1-1/+1
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2017-12-23HPM Hooks UpdateAsheraf1-27/+0
2017-12-23HPM Hooks UpdateAsheraf1-6/+6
2017-12-08Merge pull request #1898 from Asheraf/homunafHaru1-20/+20
implement homunculus autofeeding for 2017 clients
2017-11-18HPM Hooks UpdateAsheraf1-20/+20
2017-11-18HPM Hooks UpdateHercules.ws1-0/+26
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2017-11-05HPM Hooks UpdateHaru1-164/+272
Signed-off-by: Haru <haru@dotalux.com>
2017-10-21HPM Hooks UpdateHercules.ws1-0/+26
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2017-10-21Add rodex 2017 packets.Andrei Karas1-35/+35
2017-09-21Update hpm hooks.Andrei Karas1-7/+7
2017-09-17HPM Hooks UpdateHaru1-0/+27
Signed-off-by: Haru <haru@dotalux.com>
2017-08-08HPM Hooks UpdateHercules.ws1-0/+1361
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2017-07-27HPM Hooks UpdateHercules.ws1-0/+214
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2017-07-11HPM Hooks UpdateHercules.ws1-6/+6
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2017-06-28HPM Hooks UpdateHercules.ws1-8/+35
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2017-06-25Update HPM hooks.Andrei Karas1-6/+85
2017-06-25HPM Hooks UpdateHercules.ws1-0/+66
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2017-06-03Merge pull request #1684 from Smokexyz/refine-updateHaru1-6/+6
Enriched refine chance correction
2017-05-23HPM Hook Update - followup 1570d3abbbc999ebc3242d99f87a5bd3b283e479smokexyz1-6/+6
2017-05-22HPM Hook Update follow-up e8affc41f106503b530abaa7faa20d6e63b727b8smokexyz1-0/+104
2017-04-26HPM Hooks UpdateHercules.ws1-15130/+15130
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2017-04-13HPM Hooks UpdateHercules.ws1-0/+106
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2017-04-09Merge pull request #1598 from Smokexyz/IROHaru1-14/+127
Implementation of Item Options System.
2017-04-04Implementation of Item Options System.Smokexyz1-14/+127
Allows the infusing of equipments with bonus item options. This feature is constrained to clients of packet versions greater than or equal to `20150226`. Item Options and their effects are defined server-side in `db/item_options.conf` and client side in `data/luafiles514/lua files/datainfo/addrandomoptionnametable.lub` The ID of the option must tally with the correct index of the description provided in the client side lua file to avoid bugs. IT_OPT_* keys and MAX_ITEM_OPTIONS macro are also exported from the source as constants. An additional flag `disable_options` has been added to sql, and as `DisableOptions: true/false (boolean, defaults to false !!for equipments only!!)` to item_db.conf files. Script commands documentation is also included. SQL file updates are included. Credits: [Smokexyz](https://github.com/Smokexyz) Style and Script Fixes by [Asheraf](https://github.com/Asheraf) Initial design Idea by [secretdataz](https://github.com/secretdataz)
2017-02-26Added option to show classchange only to one player (#1587)Guilherme G. M1-6/+6
* Added option to show classchange only to one player
2017-01-14HPM Hooks Updatehemagx1-6/+6
Signed-off-by: hemagx <ibrahem.h.basyone@gmail.com>
2017-01-02HPM Hooks UpdateHercules.ws1-1/+1
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2016-12-03HPM Hooks UpdateHaru1-79/+106
Signed-off-by: Haru <haru@dotalux.com>
2016-11-19HPM Hooks UpdateHaru1-20/+20
2016-10-22HPM Hooks UpdateHercules.ws1-0/+27
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2016-10-14HPM Hooks UpdateHaru1-373/+0
Signed-off-by: Haru <haru@dotalux.com>