diff options
author | Hercules.ws <Hercules@efficiently.awesome> | 2015-12-12 03:31:00 +0100 |
---|---|---|
committer | HerculesWSAPI <Hercules@efficiently.awesome> | 2015-12-12 03:31:00 +0100 |
commit | ee7a4cf95e537bd08e0b5f325abb0b8f214f934f (patch) | |
tree | 81da76837f3df47493a770dfaaca8c77dc1786bd /src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc | |
parent | 5363f4489ef2043d45c5481ed025442cef6b4f2a (diff) | |
download | hercules-ee7a4cf95e537bd08e0b5f325abb0b8f214f934f.tar.gz hercules-ee7a4cf95e537bd08e0b5f325abb0b8f214f934f.tar.bz2 hercules-ee7a4cf95e537bd08e0b5f325abb0b8f214f934f.tar.xz hercules-ee7a4cf95e537bd08e0b5f325abb0b8f214f934f.zip |
HPM Hooks Update
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome>
Diffstat (limited to 'src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc')
-rw-r--r-- | src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc | 70 |
1 files changed, 70 insertions, 0 deletions
diff --git a/src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc b/src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc index b6afa8fcf..573619202 100644 --- a/src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc +++ b/src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc @@ -3481,6 +3481,24 @@ struct { struct HPMHookPoint *HP_mob_clear_spawninfo_post; struct HPMHookPoint *HP_mob_destroy_mob_db_pre; struct HPMHookPoint *HP_mob_destroy_mob_db_post; + struct HPMHookPoint *HP_npc_chat_sub_pre; + struct HPMHookPoint *HP_npc_chat_sub_post; + struct HPMHookPoint *HP_npc_chat_finalize_pre; + struct HPMHookPoint *HP_npc_chat_finalize_post; + struct HPMHookPoint *HP_npc_chat_def_pattern_pre; + struct HPMHookPoint *HP_npc_chat_def_pattern_post; + struct HPMHookPoint *HP_npc_chat_create_pcrematch_entry_pre; + struct HPMHookPoint *HP_npc_chat_create_pcrematch_entry_post; + struct HPMHookPoint *HP_npc_chat_delete_pcreset_pre; + struct HPMHookPoint *HP_npc_chat_delete_pcreset_post; + struct HPMHookPoint *HP_npc_chat_deactivate_pcreset_pre; + struct HPMHookPoint *HP_npc_chat_deactivate_pcreset_post; + struct HPMHookPoint *HP_npc_chat_activate_pcreset_pre; + struct HPMHookPoint *HP_npc_chat_activate_pcreset_post; + struct HPMHookPoint *HP_npc_chat_lookup_pcreset_pre; + struct HPMHookPoint *HP_npc_chat_lookup_pcreset_post; + struct HPMHookPoint *HP_npc_chat_finalize_pcrematch_entry_pre; + struct HPMHookPoint *HP_npc_chat_finalize_pcrematch_entry_post; struct HPMHookPoint *HP_npc_init_pre; struct HPMHookPoint *HP_npc_init_post; struct HPMHookPoint *HP_npc_final_pre; @@ -4267,6 +4285,22 @@ struct { struct HPMHookPoint *HP_pc_check_job_name_post; struct HPMHookPoint *HP_pc_update_idle_time_pre; struct HPMHookPoint *HP_pc_update_idle_time_post; + struct HPMHookPoint *HP_libpcre_compile_pre; + struct HPMHookPoint *HP_libpcre_compile_post; + struct HPMHookPoint *HP_libpcre_study_pre; + struct HPMHookPoint *HP_libpcre_study_post; + struct HPMHookPoint *HP_libpcre_exec_pre; + struct HPMHookPoint *HP_libpcre_exec_post; + struct HPMHookPoint *HP_libpcre_free_pre; + struct HPMHookPoint *HP_libpcre_free_post; + struct HPMHookPoint *HP_libpcre_copy_substring_pre; + struct HPMHookPoint *HP_libpcre_copy_substring_post; + struct HPMHookPoint *HP_libpcre_free_substring_pre; + struct HPMHookPoint *HP_libpcre_free_substring_post; + struct HPMHookPoint *HP_libpcre_copy_named_substring_pre; + struct HPMHookPoint *HP_libpcre_copy_named_substring_post; + struct HPMHookPoint *HP_libpcre_get_substring_pre; + struct HPMHookPoint *HP_libpcre_get_substring_post; struct HPMHookPoint *HP_pet_init_pre; struct HPMHookPoint *HP_pet_init_post; struct HPMHookPoint *HP_pet_final_pre; @@ -9264,6 +9298,24 @@ struct { int HP_mob_clear_spawninfo_post; int HP_mob_destroy_mob_db_pre; int HP_mob_destroy_mob_db_post; + int HP_npc_chat_sub_pre; + int HP_npc_chat_sub_post; + int HP_npc_chat_finalize_pre; + int HP_npc_chat_finalize_post; + int HP_npc_chat_def_pattern_pre; + int HP_npc_chat_def_pattern_post; + int HP_npc_chat_create_pcrematch_entry_pre; + int HP_npc_chat_create_pcrematch_entry_post; + int HP_npc_chat_delete_pcreset_pre; + int HP_npc_chat_delete_pcreset_post; + int HP_npc_chat_deactivate_pcreset_pre; + int HP_npc_chat_deactivate_pcreset_post; + int HP_npc_chat_activate_pcreset_pre; + int HP_npc_chat_activate_pcreset_post; + int HP_npc_chat_lookup_pcreset_pre; + int HP_npc_chat_lookup_pcreset_post; + int HP_npc_chat_finalize_pcrematch_entry_pre; + int HP_npc_chat_finalize_pcrematch_entry_post; int HP_npc_init_pre; int HP_npc_init_post; int HP_npc_final_pre; @@ -10050,6 +10102,22 @@ struct { int HP_pc_check_job_name_post; int HP_pc_update_idle_time_pre; int HP_pc_update_idle_time_post; + int HP_libpcre_compile_pre; + int HP_libpcre_compile_post; + int HP_libpcre_study_pre; + int HP_libpcre_study_post; + int HP_libpcre_exec_pre; + int HP_libpcre_exec_post; + int HP_libpcre_free_pre; + int HP_libpcre_free_post; + int HP_libpcre_copy_substring_pre; + int HP_libpcre_copy_substring_post; + int HP_libpcre_free_substring_pre; + int HP_libpcre_free_substring_post; + int HP_libpcre_copy_named_substring_pre; + int HP_libpcre_copy_named_substring_post; + int HP_libpcre_get_substring_pre; + int HP_libpcre_get_substring_post; int HP_pet_init_pre; int HP_pet_init_post; int HP_pet_final_pre; @@ -11603,12 +11671,14 @@ struct { struct mapreg_interface mapreg; struct mercenary_interface mercenary; struct mob_interface mob; + struct npc_chat_interface npc_chat; struct npc_interface npc; struct nullpo_interface nullpo; struct party_interface party; struct path_interface path; struct pc_groups_interface pcg; struct pc_interface pc; + struct pcre_interface libpcre; struct pet_interface pet; struct quest_interface quest; struct script_interface script; |