gitextract_bvn8gewl/ ├── .editorconfig ├── .gitattributes ├── .github/ │ └── ISSUE_TEMPLATE/ │ ├── config.yml │ ├── issue_template.yml │ └── question_feature_template.yml ├── AC/ │ ├── NPCBots.patch │ └── SQL/ │ ├── 1_world_bot_appearance.sql │ ├── 2_world_bot_extras.sql │ ├── 3_world_bots.sql │ ├── 4_world_generate_bot_equips.sql │ ├── 5_world_botgiver.sql │ ├── 6_world_bot_models.sql │ ├── characters_bots.sql │ ├── locales/ │ │ ├── deDE/ │ │ │ └── npc_text_locale.sql │ │ ├── esES/ │ │ │ └── npc_text_locale.sql │ │ ├── esMX/ │ │ │ └── npc_text_locale.sql │ │ ├── frFR/ │ │ │ └── npc_text_locale_frFR.sql │ │ ├── ruRU/ │ │ │ └── npc_text_locale.sql │ │ ├── zhCN/ │ │ │ ├── creature_template_locale.sql │ │ │ └── npc_text_locale.sql │ │ └── zhTW/ │ │ └── npc_text_locale.sql │ ├── merge_sqls_characters_unix.sh │ ├── merge_sqls_characters_windows.bat │ ├── merge_sqls_world_unix.sh │ ├── merge_sqls_world_windows.bat │ └── updates/ │ ├── characters/ │ │ ├── 2020_05_15_characters_npcbot_NPCBots_4.7.8a-4.7.27a.sql │ │ ├── 2020_06_21_characters_npcbot_43fceb98.sql │ │ ├── 2020_10_08_characters_npcbot_NPCBots_4.7.34a-4.7.39a.sql │ │ ├── 2021_01_04_characters_npcbot.sql │ │ ├── 2021_01_24_characters_npcbot_stats.sql │ │ ├── 2021_08_27_characters_npcbot.sql │ │ ├── 2022_11_15_characters_npcbot_transmog.sql │ │ ├── 2022_11_27_characters_npcbot_group_member.sql │ │ ├── 2023_05_16_00_characters_npcbot_gear_storage.sql │ │ ├── 2023_05_26_00_characters_npcbot_transmog.sql │ │ ├── 2024_03_12_00_characters_npcbot.sql │ │ ├── 2024_05_29_00_characters_npcbot_logs.sql │ │ ├── 2024_10_17_00_characters_npcbot_settings.sql │ │ ├── 2024_11_13_00_characters_npcbot_gear_set.sql │ │ ├── 2024_11_13_01_characters_npcbot_gear_set_item.sql │ │ └── 2024_11_21_00_characters_npcbot.sql │ └── world/ │ ├── 2020_07_08_creature_template_npcbot_extras.sql │ ├── 2020_10_14_creature_classlevelstats.sql │ ├── 2020_10_14_creature_template.sql │ ├── 2020_10_15_creature_template.sql │ ├── 2020_11_07_npc_text.sql │ ├── 2020_12_11_npc_text.sql │ ├── 2021_01_04_npc_text.sql │ ├── 2021_01_05_npc_text.sql │ ├── 2021_01_08_npc_text.sql │ ├── 2021_02_01_npc_text.sql │ ├── 2021_03_29_npc_text.sql │ ├── 2021_08_20_creature_template_npcbot_extras.sql │ ├── 2021_08_27_npc_text.sql │ ├── 2021_10_12_creature_template.sql │ ├── 2022_01_02_00_creature_template_npcbot_extras.sql │ ├── 2022_01_02_01_generate_equips_necromancer.sql │ ├── 2022_01_02_02_creature_template.sql │ ├── 2022_01_02_03_npc_text.sql │ ├── 2022_01_31_npc_text.sql │ ├── 2022_06_15_00_creature_template_npcbot_extras.sql │ ├── 2022_06_17_npc_text.sql │ ├── 2022_06_22_00_creature_template_npcbot_extras.sql │ ├── 2022_06_22_01_generate_equips_sea_witch.sql │ ├── 2022_06_22_02_creature_template.sql │ ├── 2022_06_22_03_npc_text.sql │ ├── 2022_06_23_00_command.sql │ ├── 2022_06_24_00_npc_text.sql │ ├── 2022_06_24_01_npc_text.sql │ ├── 2022_06_24_02_command.sql │ ├── 2022_07_04_00_command.sql │ ├── 2022_07_25_00_npc_text.sql │ ├── 2022_11_15_00_npc_text.sql │ ├── 2022_11_30_00_command.sql │ ├── 2022_12_08_00_npc_text.sql │ ├── 2022_12_17_00_command.sql │ ├── 2022_12_17_01_command.sql │ ├── 2022_12_23_00_command.sql │ ├── 2022_12_29_00_command.sql │ ├── 2023_01_02_00_npc_text.sql │ ├── 2023_03_12_00_creature_template_npcbot_wander_nodes.sql │ ├── 2023_03_14_00_creature_wander_nodes.sql │ ├── 2023_03_21_00_creature_template_npcbot_wander_nodes.sql │ ├── 2023_03_22_00_creature_template.sql │ ├── 2023_04_04_00_creature_template_npcbot_wander_nodes.sql │ ├── 2023_04_11_00_creature_template_npcbot_wander_nodes.sql │ ├── 2023_04_16_00_creature_template_npcbot_wander_nodes.sql │ ├── 2023_04_18_00_creature_template_npcbot_appearance.sql │ ├── 2023_04_22_00_creature_template_npcbot_wander_nodes.sql │ ├── 2023_04_28_00_creature_template.sql │ ├── 2023_05_14_00_creature_template_npcbot_wander_nodes.sql │ ├── 2023_05_16_00_npc_text.sql │ ├── 2023_05_20_00_creature_template.sql │ ├── 2023_05_20_01_creature_equip_template.sql │ ├── 2023_05_20_02_creature_template_npcbot_extras.sql │ ├── 2023_05_20_03_npc_text.sql │ ├── 2023_06_02_00_creature_template_npcbot_extras.sql │ ├── 2023_06_03_00_creature_template.sql │ ├── 2023_06_09_00_creature_template_npcbot_wander_nodes.sql │ ├── 2023_06_16_00_creature_template_npcbot_wander_nodes.sql │ ├── 2023_06_18_01_creature_template_npcbot_disabled_items.sql │ ├── 2023_06_19_00_creature_template_npcbot_disabled_items.sql │ ├── 2023_06_19_01_creature_template.sql │ ├── 2023_06_24_00_creature_template_npcbot_wander_nodes.sql │ ├── 2023_06_26_00_creature_template_npcbot_wander_nodes.sql │ ├── 2023_07_01_00_creature_template_npcbot_disabled_items.sql │ ├── 2023_08_13_00_creature_template_npcbot_appearance.sql │ ├── 2024_03_12_00_npc_text.sql │ ├── 2024_03_18_00_npc_text.sql │ ├── 2024_03_19_00_npc_text.sql │ ├── 2024_05_21_00_command.sql │ ├── 2024_05_29_00_command.sql │ ├── 2024_08_14_00_npc_text.sql │ ├── 2024_08_14_01_npc_text.sql │ ├── 2024_08_15_00_command.sql │ ├── 2024_08_31_00_command.sql │ ├── 2024_10_21_00_npc_text.sql │ ├── 2024_10_27_00_command.sql │ ├── 2024_10_31_creature_template_wander_nodes.sql │ ├── 2024_11_01_creature_template_wander_nodes.sql │ ├── 2024_11_04_creature_template_wander_nodes.sql │ ├── 2024_11_05_creature_template_wander_nodes.sql │ ├── 2024_11_07_creature_template_wander_nodes.sql │ ├── 2024_11_11_00_npc_text.sql │ ├── 2024_11_11_01_npc_text.sql │ ├── 2024_11_13_00_npc_text.sql │ ├── 2026_01_07_creature_template_wander_nodes.sql │ ├── 2026_01_15_00_npc_text.sql │ └── 2026_03_12_creature_template_wander_nodes.sql ├── NPCBots.patch ├── README.md ├── SQL/ │ ├── 1_world_bot_appearance.sql │ ├── 2_world_bot_extras.sql │ ├── 3_world_bots.sql │ ├── 4_world_generate_bot_equips.sql │ ├── 5_world_botgiver.sql │ ├── characters_bots.sql │ ├── locales/ │ │ ├── deDE/ │ │ │ └── npc_text_locale.sql │ │ ├── esES/ │ │ │ └── npc_text_locale.sql │ │ ├── esMX/ │ │ │ └── npc_text_locale.sql │ │ ├── frFR/ │ │ │ └── npc_text_locale_frFR.sql │ │ ├── ruRU/ │ │ │ └── npc_text_locale.sql │ │ ├── zhCN/ │ │ │ ├── creature_template_locale.sql │ │ │ └── npc_text_locale.sql │ │ └── zhTW/ │ │ └── npc_text_locale.sql │ ├── merge_sqls_auth_unix.sh │ ├── merge_sqls_auth_windows.bat │ ├── merge_sqls_characters_unix.sh │ ├── merge_sqls_characters_windows.bat │ ├── merge_sqls_world_unix.sh │ ├── merge_sqls_world_windows.bat │ └── updates/ │ ├── auth/ │ │ ├── 2021_09_14_00_rbac_permissions.sql │ │ ├── 2021_09_14_01_rbac_linked_permissions.sql │ │ ├── 2021_12_29_00_rbac_permissions.sql │ │ ├── 2021_12_29_01_rbac_linked_permissions.sql │ │ ├── 2022_06_24_00_rbac_permissions.sql │ │ ├── 2022_06_24_01_rbac_linked_permissions.sql │ │ ├── 2022_07_04_00_rbac_permissions.sql │ │ ├── 2022_07_04_01_rbac_linked_permissions.sql │ │ ├── 2022_11_30_00_rbac_permissions.sql │ │ ├── 2022_11_30_rbac_linked_permissions.sql │ │ └── 2023_08_12_00_rbac_linked_permissions.sql │ ├── characters/ │ │ ├── 2020_05_15_characters_npcbot_NPCBots_4.7.8a-4.7.27a.sql │ │ ├── 2020_06_21_characters_npcbot_43fceb98.sql │ │ ├── 2020_10_08_characters_npcbot_NPCBots_4.7.34a-4.7.39a.sql │ │ ├── 2021_01_04_characters_npcbot.sql │ │ ├── 2021_01_24_characters_npcbot_stats.sql │ │ ├── 2021_08_27_characters_npcbot.sql │ │ ├── 2022_11_15_characters_npcbot_transmog.sql │ │ ├── 2022_11_27_characters_npcbot_group_member.sql │ │ ├── 2023_05_16_00_characters_npcbot_gear_storage.sql │ │ ├── 2023_05_26_00_characters_npcbot_transmog.sql │ │ ├── 2024_03_12_00_characters_npcbot.sql │ │ ├── 2024_05_29_00_characters_npcbot_logs.sql │ │ ├── 2024_10_17_00_characters_npcbot_settings.sql │ │ ├── 2024_11_13_00_characters_npcbot_gear_set.sql │ │ ├── 2024_11_13_01_characters_npcbot_gear_set_item.sql │ │ └── 2024_11_21_00_characters_npcbot.sql │ └── world/ │ ├── 2020_07_08_creature_template_npcbot_extras.sql │ ├── 2020_09_25_creature_template.sql │ ├── 2020_10_14_creature_classlevelstats.sql │ ├── 2020_10_14_creature_template.sql │ ├── 2020_10_15_creature_template.sql │ ├── 2020_11_07_npc_text.sql │ ├── 2020_12_11_npc_text.sql │ ├── 2021_01_04_npc_text.sql │ ├── 2021_01_05_npc_text.sql │ ├── 2021_01_08_npc_text.sql │ ├── 2021_02_01_npc_text.sql │ ├── 2021_03_29_npc_text.sql │ ├── 2021_08_20_creature_template_npcbot_extras.sql │ ├── 2021_08_27_npc_text.sql │ ├── 2021_10_12_creature_template.sql │ ├── 2022_01_02_00_creature_template_npcbot_extras.sql │ ├── 2022_01_02_01_generate_equips_necromancer.sql │ ├── 2022_01_02_02_creature_template.sql │ ├── 2022_01_02_03_npc_text.sql │ ├── 2022_01_31_npc_text.sql │ ├── 2022_06_15_00_creature_template_npcbot_extras.sql │ ├── 2022_06_17_npc_text.sql │ ├── 2022_06_22_00_creature_template_npcbot_extras.sql │ ├── 2022_06_22_01_generate_equips_sea_witch.sql │ ├── 2022_06_22_02_creature_template.sql │ ├── 2022_06_22_03_npc_text.sql │ ├── 2022_06_23_00_command.sql │ ├── 2022_06_24_00_npc_text.sql │ ├── 2022_06_24_01_npc_text.sql │ ├── 2022_06_24_02_command.sql │ ├── 2022_07_04_00_command.sql │ ├── 2022_07_25_00_npc_text.sql │ ├── 2022_11_15_00_npc_text.sql │ ├── 2022_11_30_00_command.sql │ ├── 2022_12_08_00_npc_text.sql │ ├── 2022_12_17_00_command.sql │ ├── 2022_12_17_01_command.sql │ ├── 2022_12_23_00_command.sql │ ├── 2023_01_02_00_npc_text.sql │ ├── 2023_01_10_00_command.sql │ ├── 2023_01_11_00_command.sql │ ├── 2023_03_10_00_command.sql │ ├── 2023_03_10_01_command.sql │ ├── 2023_03_12_00_creature_template_npcbot_wander_nodes.sql │ ├── 2023_03_14_00_creature_wander_nodes.sql │ ├── 2023_03_21_00_creature_template_npcbot_wander_nodes.sql │ ├── 2023_04_04_00_creature_template_npcbot_wander_nodes.sql │ ├── 2023_04_11_00_creature_template_npcbot_wander_nodes.sql │ ├── 2023_04_16_00_creature_template_npcbot_wander_nodes.sql │ ├── 2023_04_18_00_creature_template_npcbot_appearance.sql │ ├── 2023_04_22_00_creature_template_npcbot_wander_nodes.sql │ ├── 2023_04_28_00_creature_template.sql │ ├── 2023_05_14_00_creature_template_npcbot_wander_nodes.sql │ ├── 2023_05_16_00_npc_text.sql │ ├── 2023_05_20_00_creature_template.sql │ ├── 2023_05_20_01_creature_equip_template.sql │ ├── 2023_05_20_02_creature_template_npcbot_extras.sql │ ├── 2023_05_20_03_npc_text.sql │ ├── 2023_06_02_00_creature_template_npcbot_extras.sql │ ├── 2023_06_03_00_creature_template.sql │ ├── 2023_06_09_00_creature_template_npcbot_wander_nodes.sql │ ├── 2023_06_16_00_creature_template_npcbot_wander_nodes.sql │ ├── 2023_06_18_00_command.sql │ ├── 2023_06_18_01_creature_template_npcbot_disabled_items.sql │ ├── 2023_06_19_00_creature_template_npcbot_disabled_items.sql │ ├── 2023_06_19_01_creature_template.sql │ ├── 2023_06_22_00_command.sql │ ├── 2023_06_24_00_creature_template_npcbot_wander_nodes.sql │ ├── 2023_06_26_00_creature_template_npcbot_wander_nodes.sql │ ├── 2023_07_01_00_creature_template_npcbot_disabled_items.sql │ ├── 2023_08_13_00_creature_template_npcbot_appearance.sql │ ├── 2024_03_12_00_npc_text.sql │ ├── 2024_03_18_00_npc_text.sql │ ├── 2024_03_19_00_npc_text.sql │ ├── 2024_05_29_00_command.sql │ ├── 2024_08_14_00_npc_text.sql │ ├── 2024_08_15_00_command.sql │ ├── 2024_08_31_00_command.sql │ ├── 2024_10_21_00_npc_text.sql │ ├── 2024_10_27_00_command.sql │ ├── 2024_10_31_creature_template_wander_nodes.sql │ ├── 2024_11_01_creature_template_wander_nodes.sql │ ├── 2024_11_04_creature_template_wander_nodes.sql │ ├── 2024_11_05_creature_template_wander_nodes.sql │ ├── 2024_11_07_creature_template_wander_nodes.sql │ ├── 2024_11_11_00_npc_text.sql │ ├── 2024_11_11_01_npc_text.sql │ ├── 2024_11_13_00_npc_text.sql │ ├── 2026_01_07_creature_template_wander_nodes.sql │ ├── 2026_01_15_00_npc_text.sql │ └── 2026_03_12_creature_template_wander_nodes.sql ├── THANKS └── tools/ └── contrib/ └── npcbot stats and gear/ ├── 01 create table characters_npcbot_class_role.sql ├── 02 fnc get_bot_classspec.sql ├── 03 fnc get_bot_role.sql ├── 04 create trigger.sql ├── 05 create view character_npcbot_gear.sql ├── 06 create view characters_npcbot_stats.sql ├── 07 populate table characters_npcbot_class_role.sql └── Gear_tracking.xlsm