summaryrefslogtreecommitdiff
path: root/src/common/HPMDataCheck.h
AgeCommit message (Collapse)AuthorFilesLines
2019-05-05Update HPMAndrei Karas1-1/+1
2019-04-20Regenerate HPM HookGuilherme G. Menaldo1-0/+4
2019-04-15Update HPMAndrei Karas1-0/+1
2019-03-07HPM Hooks UpdateAsheraf1-1/+6
2019-01-14Update HPMAndrei Karas1-0/+2
2019-01-13HPM Hooks UpdateHercules.ws1-1/+1
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2018-12-17Fix HPM generation for old packet versions.Andrei Karas1-10/+0
From now HPM generated for 20031028 main packet version.
2018-12-17Revert "Fix compile errors with old packetvers"Andrei Karas1-2/+1
This reverts commit 18867f88bf23779a89dbe7d8b7dfcd2cf78744c3.
2018-12-17Fix compile errors with old packetversHaru1-1/+2
Signed-off-by: Haru <haru@dotalux.com>
2018-12-16Update HPM.Andrei Karas1-1/+1
2018-12-16Update HPM.Andrei Karas1-1/+2
2018-12-14Update HPM.Andrei Karas1-0/+1
2018-12-12Update HPMAndrei Karas1-0/+5
2018-12-12Update HPMAndrei Karas1-17/+24
2018-12-12Update HPM.Andrei Karas1-15/+15
2018-11-14Update HPM hooks.Andrei Karas1-1/+0
2018-11-14Update HPM hooks.Andrei Karas1-0/+5
2018-11-13HPM Hooks UpdateHercules.ws1-0/+2
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2018-10-22HPM Hooks UpdateHercules.ws1-0/+1
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2018-10-07HPM Hooks UpdateHercules.ws1-0/+2
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2018-09-23HPM Hooks UpdateHercules.ws1-0/+1
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2018-09-23HPM Hooks UpdateHercules.ws1-0/+1
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2018-09-19Update HPM.Andrei Karas1-2/+4
2018-08-24Update HPM.Andrei Karas1-0/+9
2018-07-28Update HPM.Andrei Karas1-0/+4
2018-07-28HPM Hooks UpdateHercules.ws1-0/+22
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2018-07-24HPM Hooks UpdateHercules.ws1-0/+1
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2018-07-15Update hpm hooks.Andrei Karas1-0/+58
2018-07-01Merge pull request #2108 from MishimaHaruna/mapifcleanupHaru1-0/+1
Mapif cleanup
2018-07-01HPM Hooks UpdateHercules.ws1-0/+2
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2018-06-30HPM Hooks UpdateHaru1-0/+1
2018-06-29Update HPM hooks.Andrei Karas1-1/+3
2018-06-29HPM Hooks UpdateHercules.ws1-0/+3
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2018-06-04HPM Hooks UpdateHercules.ws1-0/+3
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2018-06-03HPM Hooks UpdateHercules.ws1-0/+2
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2018-05-07HPM Hooks UpdateHercules.ws1-0/+2
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2018-04-07HPM Hooks UpdateHercules.ws1-0/+4
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2018-04-04HPM Hooks UpdateHercules.ws1-0/+2
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2018-04-03HPM Hooks UpdateHercules.ws1-0/+6
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2018-02-17HPM Hooks UpdateHaru1-2/+1
Signed-off-by: Haru <haru@dotalux.com>
2018-02-09Update HPM hooks.Andrei Karas1-0/+17
2018-01-25HPM Hooks UpdateMurilo Pereti Tavares1-0/+18
2018-01-14HPM Hooks UpdateHercules.ws1-0/+4
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2018-01-09HPM Hooks UpdateHercules.ws1-1/+1
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2017-12-17HPM Hooks UpdateHercules.ws1-0/+1
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2017-11-18HPM Hooks UpdateHercules.ws1-0/+1
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2017-08-08HPM Hooks UpdateHercules.ws1-0/+37
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2017-04-04Implementation of Item Options System.Smokexyz1-1/+2
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-01-02HPM Hooks UpdateHercules.ws1-1/+1
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2016-07-12HPM Hooks UpdateHaru1-0/+5
Signed-off-by: Haru <haru@dotalux.com>