summaryrefslogtreecommitdiff
path: root/src/plugins
AgeCommit message (Collapse)AuthorFilesLines
2020-03-08Update HPM Hooksskyleo4-10/+44
2020-03-08Update HPM Hooksskyleo4-90/+124
2020-03-08Update HPM Hooksskyleo4-15/+15
2020-03-08HPM Hooks UpdateHaru1-4/+2
2020-03-08Update HPM Hooksskyleo4-86/+88
2020-02-10HPM Hooks UpdateHercules.ws1-2/+1
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2020-02-09HPM Hooks UpdateHaru4-0/+68
Signed-off-by: Haru <haru@dotalux.com>
2020-02-09Merge pull request #2586 from Asheraf/madostatueffectHaru2-8/+8
Implement support for switching madogear type
2020-02-09HPM Hooks UpdateHercules.ws1-1/+1
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2020-02-09Merge pull request #2590 from Kenpachi2k13/issue#2530Haru4-56/+96
Change unload NPC behavior to kill mobs that were spawned by unloaded NPC (non-permanent monster spawns) [Issue #2530]
2020-02-09HPM Hooks UpdateHercules.ws4-0/+33
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2020-02-09Added missing changes to HPMHooking.Defs.inc.Kenpachi Developer1-14/+16
2020-02-09Change unload NPC behavior to kill mobs that were spawned by unloaded NPC ↵Kenpachi Developer3-42/+80
(non-permanent monster spawns) [Issue #2530] Mobs spawned by NPC will be removed on @reloadnpc, @unloadnpc, and @unloadnpcfile. Additionally OnNPCUnload NPC label was added, to revert other changes made by NPC. For example set/removed mapflags or added mob drops.
2020-02-09HPM Hooks UpdateHercules.ws4-0/+299
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2020-02-09HPM Hooks UpdateHaru4-18/+18
Signed-off-by: Haru <haru@dotalux.com>
2020-02-09HPM Hooks UpdateHercules.ws4-0/+68
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2020-02-09Merge pull request #2601 from Kenpachi2k13/int_party_c_warningHaru2-5/+5
Fix C4018 compiler warning in src\char\int_party.c.
2020-02-05Changed some data types from unsigned to signed.Kenpachi Developer2-5/+5
* Changed all unsigned fields in struct party_data to signed int. * Changed data type of struct party_member->lv to signed int. * Changed parameter lv in inter_party_change_map() function to signed int. * Changed signature of inter_party_change_map() function in HPMHooking files.
2020-01-29HPM Hooks UpdateAsheraf2-8/+8
2020-01-13Update copyright headers for year 2020Haru23-27/+27
Signed-off-by: Haru <haru@dotalux.com>
2020-01-13Merge pull request #2608 from 4144/fixhpmHaru1-0/+4
Fix redefine HPM structs in multy file plugins
2020-01-12HPM Hooks UpdateHercules.ws4-8/+42
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2020-01-09Fix reading water level from rsw version 2.2+Andrei Karas1-1/+22
2020-01-09Update HPMAndrei Karas13-28/+127
2020-01-09Fix redefine HPM structs in multy file pluginsAndrei Karas1-0/+4
2019-12-15Merge pull request #2572 from Asheraf/mobviewdatadbHaru4-22/+54
Add support for overriding default view data in mob database
2019-12-15HPM Hooks UpdateHercules.ws4-5/+38
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2019-11-17Merge pull request #2577 from Asheraf/dehardcodestatusiconsHaru4-41/+75
Dehardcode Status Icons
2019-11-17Merge pull request #2566 from Helianthella/guildHaru2-5/+5
add getguildinfo()
2019-11-17HPM Hooks UpdateHercules.ws4-0/+33
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2019-11-06HPM Hooks UpdateAsheraf4-41/+75
2019-10-30HPM Hooks UpdateAsheraf4-22/+54
2019-10-20add buildin_getguildinfogumi2-5/+5
2019-10-20Merge pull request #2547 from guilherme-gm/201910-dehardcode-dbHaru10-0/+322
Dehardcode DB files path
2019-10-19Update HPM HooksGuilherme Menaldo10-0/+322
2019-10-19HPM Hooks UpdateHercules.ws4-0/+34
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2019-10-18Merge pull request #2551 from guilherme-gm/201910-fix-sc-timesHaru4-16/+83
Fixes status changes effect timer when relogging
2019-10-18Merge pull request #2492 from dastgirp/huld/splitHaru5-89/+241
Split HULD translations to per NPC file instead of one large file
2019-10-06Regenerate HPMGuilherme Menaldo4-16/+83
2019-10-02HPM Hooks UpdateHaru4-27/+61
2019-10-02Improve format of the generated messages_conf.pot fileHaru1-1/+5
Signed-off-by: Haru <haru@dotalux.com>
2019-10-02Split HULD generated translations in smaller (easier to manage) filesHaru1-61/+175
2019-09-23HPM Hooks UpdateHercules.ws4-0/+269
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2019-09-23HPM Hooks UpdateHercules.ws2-5/+5
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2019-09-23Merge pull request #2535 from HerculesWS/itemdb_violationHaru1-4/+14
Fixed several issues in itemdb_search_name function
2019-09-23Merge pull request #2523 from MishimaHaruna/name-partial-matchHaru2-8/+8
Name partial match
2019-09-23Fix constdb2doc pluging ignoring items in the dbmapIbrahim Zidan1-4/+14
Signed-off-by: Ibrahim Zidan <brahem@aotsw.com>
2019-09-23Merge pull request #2529 from Asheraf/itemcombolibconfHaru4-41/+42
Convert item combo db to use libconfig
2019-09-23HPM Hooks UpdateHaru2-8/+8
Signed-off-by: Haru <haru@dotalux.com>
2019-09-22HPM Hooks updateIbrahim Zidan4-0/+66
Signed-off-by: Ibrahim Zidan <brahem@aotsw.com>