summaryrefslogtreecommitdiff
path: root/src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc')
-rw-r--r--src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc76
1 files changed, 36 insertions, 40 deletions
diff --git a/src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc b/src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc
index 3827f3e84..d73525b70 100644
--- a/src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc
+++ b/src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc
@@ -597,6 +597,8 @@ struct {
struct HPMHookPoint *HP_clif_standing_post;
struct HPMHookPoint *HP_clif_arrow_create_list_pre;
struct HPMHookPoint *HP_clif_arrow_create_list_post;
+ struct HPMHookPoint *HP_clif_refresh_storagewindow_pre;
+ struct HPMHookPoint *HP_clif_refresh_storagewindow_post;
struct HPMHookPoint *HP_clif_refresh_pre;
struct HPMHookPoint *HP_clif_refresh_post;
struct HPMHookPoint *HP_clif_fame_blacksmith_pre;
@@ -2123,6 +2125,8 @@ struct {
struct HPMHookPoint *HP_homun_addspiritball_post;
struct HPMHookPoint *HP_homun_delspiritball_pre;
struct HPMHookPoint *HP_homun_delspiritball_post;
+ struct HPMHookPoint *HP_homun_get_intimacy_grade_pre;
+ struct HPMHookPoint *HP_homun_get_intimacy_grade_post;
struct HPMHookPoint *HP_instance_init_pre;
struct HPMHookPoint *HP_instance_init_post;
struct HPMHookPoint *HP_instance_final_pre;
@@ -2537,18 +2541,6 @@ struct {
struct HPMHookPoint *HP_itemdb_isidentified_post;
struct HPMHookPoint *HP_itemdb_isidentified2_pre;
struct HPMHookPoint *HP_itemdb_isidentified2_post;
- struct HPMHookPoint *HP_itemdb_read_itemavail_pre;
- struct HPMHookPoint *HP_itemdb_read_itemavail_post;
- struct HPMHookPoint *HP_itemdb_read_itemtrade_pre;
- struct HPMHookPoint *HP_itemdb_read_itemtrade_post;
- struct HPMHookPoint *HP_itemdb_read_itemdelay_pre;
- struct HPMHookPoint *HP_itemdb_read_itemdelay_post;
- struct HPMHookPoint *HP_itemdb_read_stack_pre;
- struct HPMHookPoint *HP_itemdb_read_stack_post;
- struct HPMHookPoint *HP_itemdb_read_buyingstore_pre;
- struct HPMHookPoint *HP_itemdb_read_buyingstore_post;
- struct HPMHookPoint *HP_itemdb_read_nouse_pre;
- struct HPMHookPoint *HP_itemdb_read_nouse_post;
struct HPMHookPoint *HP_itemdb_combo_split_atoi_pre;
struct HPMHookPoint *HP_itemdb_combo_split_atoi_post;
struct HPMHookPoint *HP_itemdb_read_combos_pre;
@@ -2567,8 +2559,6 @@ struct {
struct HPMHookPoint *HP_itemdb_readdb_sql_post;
struct HPMHookPoint *HP_itemdb_unique_id_pre;
struct HPMHookPoint *HP_itemdb_unique_id_post;
- struct HPMHookPoint *HP_itemdb_uid_load_pre;
- struct HPMHookPoint *HP_itemdb_uid_load_post;
struct HPMHookPoint *HP_itemdb_read_pre;
struct HPMHookPoint *HP_itemdb_read_post;
struct HPMHookPoint *HP_itemdb_destroy_item_data_pre;
@@ -2889,10 +2879,8 @@ struct {
struct HPMHookPoint *HP_map_versionscreen_post;
struct HPMHookPoint *HP_map_arg_next_value_pre;
struct HPMHookPoint *HP_map_arg_next_value_post;
- struct HPMHookPoint *HP_map_addblcell_pre;
- struct HPMHookPoint *HP_map_addblcell_post;
- struct HPMHookPoint *HP_map_delblcell_pre;
- struct HPMHookPoint *HP_map_delblcell_post;
+ struct HPMHookPoint *HP_map_update_cell_bl_pre;
+ struct HPMHookPoint *HP_map_update_cell_bl_post;
struct HPMHookPoint *HP_map_get_new_bonus_id_pre;
struct HPMHookPoint *HP_map_get_new_bonus_id_post;
struct HPMHookPoint *HP_map_add_questinfo_pre;
@@ -3517,6 +3505,10 @@ struct {
struct HPMHookPoint *HP_pc_can_give_items_post;
struct HPMHookPoint *HP_pc_can_give_bound_items_pre;
struct HPMHookPoint *HP_pc_can_give_bound_items_post;
+ struct HPMHookPoint *HP_pc_can_talk_pre;
+ struct HPMHookPoint *HP_pc_can_talk_post;
+ struct HPMHookPoint *HP_pc_can_attack_pre;
+ struct HPMHookPoint *HP_pc_can_attack_post;
struct HPMHookPoint *HP_pc_can_use_command_pre;
struct HPMHookPoint *HP_pc_can_use_command_post;
struct HPMHookPoint *HP_pc_set_group_pre;
@@ -4491,6 +4483,10 @@ struct {
struct HPMHookPoint *HP_skill_calc_heal_post;
struct HPMHookPoint *HP_skill_check_cloaking_pre;
struct HPMHookPoint *HP_skill_check_cloaking_post;
+ struct HPMHookPoint *HP_skill_check_cloaking_end_pre;
+ struct HPMHookPoint *HP_skill_check_cloaking_end_post;
+ struct HPMHookPoint *HP_skill_can_cloak_pre;
+ struct HPMHookPoint *HP_skill_can_cloak_post;
struct HPMHookPoint *HP_skill_enchant_elemental_end_pre;
struct HPMHookPoint *HP_skill_enchant_elemental_end_post;
struct HPMHookPoint *HP_skill_not_ok_pre;
@@ -4805,6 +4801,8 @@ struct {
struct HPMHookPoint *HP_status_get_total_def_post;
struct HPMHookPoint *HP_status_get_matk_pre;
struct HPMHookPoint *HP_status_get_matk_post;
+ struct HPMHookPoint *HP_status_update_matk_pre;
+ struct HPMHookPoint *HP_status_update_matk_post;
struct HPMHookPoint *HP_status_readdb_pre;
struct HPMHookPoint *HP_status_readdb_post;
struct HPMHookPoint *HP_status_initChangeTables_pre;
@@ -4957,8 +4955,8 @@ struct {
struct HPMHookPoint *HP_unit_walktobl_post;
struct HPMHookPoint *HP_unit_run_pre;
struct HPMHookPoint *HP_unit_run_post;
- struct HPMHookPoint *HP_unit_wugdash_pre;
- struct HPMHookPoint *HP_unit_wugdash_post;
+ struct HPMHookPoint *HP_unit_run_hit_pre;
+ struct HPMHookPoint *HP_unit_run_hit_post;
struct HPMHookPoint *HP_unit_escape_pre;
struct HPMHookPoint *HP_unit_escape_post;
struct HPMHookPoint *HP_unit_movepos_pre;
@@ -5636,6 +5634,8 @@ struct {
int HP_clif_standing_post;
int HP_clif_arrow_create_list_pre;
int HP_clif_arrow_create_list_post;
+ int HP_clif_refresh_storagewindow_pre;
+ int HP_clif_refresh_storagewindow_post;
int HP_clif_refresh_pre;
int HP_clif_refresh_post;
int HP_clif_fame_blacksmith_pre;
@@ -7162,6 +7162,8 @@ struct {
int HP_homun_addspiritball_post;
int HP_homun_delspiritball_pre;
int HP_homun_delspiritball_post;
+ int HP_homun_get_intimacy_grade_pre;
+ int HP_homun_get_intimacy_grade_post;
int HP_instance_init_pre;
int HP_instance_init_post;
int HP_instance_final_pre;
@@ -7576,18 +7578,6 @@ struct {
int HP_itemdb_isidentified_post;
int HP_itemdb_isidentified2_pre;
int HP_itemdb_isidentified2_post;
- int HP_itemdb_read_itemavail_pre;
- int HP_itemdb_read_itemavail_post;
- int HP_itemdb_read_itemtrade_pre;
- int HP_itemdb_read_itemtrade_post;
- int HP_itemdb_read_itemdelay_pre;
- int HP_itemdb_read_itemdelay_post;
- int HP_itemdb_read_stack_pre;
- int HP_itemdb_read_stack_post;
- int HP_itemdb_read_buyingstore_pre;
- int HP_itemdb_read_buyingstore_post;
- int HP_itemdb_read_nouse_pre;
- int HP_itemdb_read_nouse_post;
int HP_itemdb_combo_split_atoi_pre;
int HP_itemdb_combo_split_atoi_post;
int HP_itemdb_read_combos_pre;
@@ -7606,8 +7596,6 @@ struct {
int HP_itemdb_readdb_sql_post;
int HP_itemdb_unique_id_pre;
int HP_itemdb_unique_id_post;
- int HP_itemdb_uid_load_pre;
- int HP_itemdb_uid_load_post;
int HP_itemdb_read_pre;
int HP_itemdb_read_post;
int HP_itemdb_destroy_item_data_pre;
@@ -7928,10 +7916,8 @@ struct {
int HP_map_versionscreen_post;
int HP_map_arg_next_value_pre;
int HP_map_arg_next_value_post;
- int HP_map_addblcell_pre;
- int HP_map_addblcell_post;
- int HP_map_delblcell_pre;
- int HP_map_delblcell_post;
+ int HP_map_update_cell_bl_pre;
+ int HP_map_update_cell_bl_post;
int HP_map_get_new_bonus_id_pre;
int HP_map_get_new_bonus_id_post;
int HP_map_add_questinfo_pre;
@@ -8556,6 +8542,10 @@ struct {
int HP_pc_can_give_items_post;
int HP_pc_can_give_bound_items_pre;
int HP_pc_can_give_bound_items_post;
+ int HP_pc_can_talk_pre;
+ int HP_pc_can_talk_post;
+ int HP_pc_can_attack_pre;
+ int HP_pc_can_attack_post;
int HP_pc_can_use_command_pre;
int HP_pc_can_use_command_post;
int HP_pc_set_group_pre;
@@ -9530,6 +9520,10 @@ struct {
int HP_skill_calc_heal_post;
int HP_skill_check_cloaking_pre;
int HP_skill_check_cloaking_post;
+ int HP_skill_check_cloaking_end_pre;
+ int HP_skill_check_cloaking_end_post;
+ int HP_skill_can_cloak_pre;
+ int HP_skill_can_cloak_post;
int HP_skill_enchant_elemental_end_pre;
int HP_skill_enchant_elemental_end_post;
int HP_skill_not_ok_pre;
@@ -9844,6 +9838,8 @@ struct {
int HP_status_get_total_def_post;
int HP_status_get_matk_pre;
int HP_status_get_matk_post;
+ int HP_status_update_matk_pre;
+ int HP_status_update_matk_post;
int HP_status_readdb_pre;
int HP_status_readdb_post;
int HP_status_initChangeTables_pre;
@@ -9996,8 +9992,8 @@ struct {
int HP_unit_walktobl_post;
int HP_unit_run_pre;
int HP_unit_run_post;
- int HP_unit_wugdash_pre;
- int HP_unit_wugdash_post;
+ int HP_unit_run_hit_pre;
+ int HP_unit_run_hit_post;
int HP_unit_escape_pre;
int HP_unit_escape_post;
int HP_unit_movepos_pre;