normalize includes: bot commands

This commit is contained in:
brainiac 2025-12-18 01:02:34 -08:00 committed by Alex
parent 7fe49b5630
commit d6f4904351
62 changed files with 64 additions and 63 deletions

View File

@ -1,4 +1,4 @@
#include "../bot_command.h" #include "zone/bot_command.h"
void bot_command_actionable(Client* c, const Seperator* sep) void bot_command_actionable(Client* c, const Seperator* sep)
{ {

View File

@ -1,4 +1,4 @@
#include "../bot_command.h" #include "zone/bot_command.h"
void bot_command_appearance(Client *c, const Seperator *sep) void bot_command_appearance(Client *c, const Seperator *sep)
{ {

View File

@ -1,4 +1,4 @@
#include "../bot_command.h" #include "zone/bot_command.h"
void bot_command_apply_poison(Client* c, const Seperator* sep) void bot_command_apply_poison(Client* c, const Seperator* sep)
{ {

View File

@ -1,4 +1,4 @@
#include "../bot_command.h" #include "zone/bot_command.h"
void bot_command_apply_potion(Client* c, const Seperator* sep) void bot_command_apply_potion(Client* c, const Seperator* sep)
{ {

View File

@ -1,4 +1,4 @@
#include "../bot_command.h" #include "zone/bot_command.h"
void bot_command_attack(Client *c, const Seperator *sep) void bot_command_attack(Client *c, const Seperator *sep)
{ {

View File

@ -1,4 +1,4 @@
#include "../bot_command.h" #include "zone/bot_command.h"
void bot_command_behind_mob(Client* c, const Seperator* sep) void bot_command_behind_mob(Client* c, const Seperator* sep)
{ {

View File

@ -1,4 +1,4 @@
#include "../bot_command.h" #include "zone/bot_command.h"
void bot_command_blocked_buffs(Client* c, const Seperator* sep) void bot_command_blocked_buffs(Client* c, const Seperator* sep)
{ {

View File

@ -1,4 +1,4 @@
#include "../bot_command.h" #include "zone/bot_command.h"
void bot_command_bot(Client *c, const Seperator *sep) void bot_command_bot(Client *c, const Seperator *sep)
{ {

View File

@ -1,4 +1,4 @@
#include "../bot_command.h" #include "zone/bot_command.h"
void bot_command_bot_settings(Client* c, const Seperator* sep) void bot_command_bot_settings(Client* c, const Seperator* sep)
{ {

View File

@ -1,4 +1,4 @@
#include "../bot_command.h" #include "zone/bot_command.h"
void bot_command_cast(Client* c, const Seperator* sep) void bot_command_cast(Client* c, const Seperator* sep)
{ {

View File

@ -1,4 +1,4 @@
#include "../bot_command.h" #include "zone/bot_command.h"
void bot_command_class_race_list(Client* c, const Seperator* sep) void bot_command_class_race_list(Client* c, const Seperator* sep)
{ {

View File

@ -1,4 +1,4 @@
#include "../bot_command.h" #include "zone/bot_command.h"
void bot_command_click_item(Client* c, const Seperator* sep) void bot_command_click_item(Client* c, const Seperator* sep)
{ {

View File

@ -1,4 +1,4 @@
#include "../bot_command.h" #include "zone/bot_command.h"
void bot_command_copy_settings(Client* c, const Seperator* sep) void bot_command_copy_settings(Client* c, const Seperator* sep)
{ {

View File

@ -1,4 +1,4 @@
#include "../bot_command.h" #include "zone/bot_command.h"
void bot_command_default_settings(Client* c, const Seperator* sep) void bot_command_default_settings(Client* c, const Seperator* sep)
{ {

View File

@ -1,4 +1,4 @@
#include "../bot_command.h" #include "zone/bot_command.h"
void bot_command_depart(Client* c, const Seperator* sep) void bot_command_depart(Client* c, const Seperator* sep)
{ {

View File

@ -1,4 +1,4 @@
#include "../bot_command.h" #include "zone/bot_command.h"
void bot_command_discipline(Client* c, const Seperator* sep) void bot_command_discipline(Client* c, const Seperator* sep)
{ {

View File

@ -1,4 +1,4 @@
#include "../bot_command.h" #include "zone/bot_command.h"
void bot_command_distance_ranged(Client* c, const Seperator* sep) void bot_command_distance_ranged(Client* c, const Seperator* sep)
{ {

View File

@ -1,4 +1,4 @@
#include "../bot_command.h" #include "zone/bot_command.h"
void bot_command_find_aliases(Client *c, const Seperator *sep) void bot_command_find_aliases(Client *c, const Seperator *sep)
{ {

View File

@ -1,4 +1,4 @@
#include "../bot_command.h" #include "zone/bot_command.h"
void bot_command_follow(Client* c, const Seperator* sep) void bot_command_follow(Client* c, const Seperator* sep)
{ {

View File

@ -1,4 +1,4 @@
#include "../bot_command.h" #include "zone/bot_command.h"
void bot_command_guard(Client *c, const Seperator *sep) void bot_command_guard(Client *c, const Seperator *sep)
{ {

View File

@ -1,4 +1,4 @@
#include "../bot_command.h" #include "zone/bot_command.h"
void bot_command_heal_rotation(Client *c, const Seperator *sep) void bot_command_heal_rotation(Client *c, const Seperator *sep)
{ {

View File

@ -1,4 +1,4 @@
#include "../bot_command.h" #include "zone/bot_command.h"
void bot_command_help(Client *c, const Seperator *sep) void bot_command_help(Client *c, const Seperator *sep)
{ {

View File

@ -1,4 +1,4 @@
#include "../bot_command.h" #include "zone/bot_command.h"
void bot_command_hold(Client *c, const Seperator *sep) void bot_command_hold(Client *c, const Seperator *sep)
{ {

View File

@ -1,4 +1,4 @@
#include "../bot_command.h" #include "zone/bot_command.h"
void bot_command_illusion_block(Client* c, const Seperator* sep) void bot_command_illusion_block(Client* c, const Seperator* sep)
{ {

View File

@ -1,4 +1,4 @@
#include "../bot_command.h" #include "zone/bot_command.h"
void bot_command_inventory(Client *c, const Seperator *sep) void bot_command_inventory(Client *c, const Seperator *sep)
{ {

View File

@ -1,4 +1,4 @@
#include "../bot_command.h" #include "zone/bot_command.h"
void bot_command_item_use(Client* c, const Seperator* sep) void bot_command_item_use(Client* c, const Seperator* sep)
{ {

View File

@ -1,4 +1,4 @@
#include "../bot_command.h" #include "zone/bot_command.h"
void bot_command_max_melee_range(Client* c, const Seperator* sep) void bot_command_max_melee_range(Client* c, const Seperator* sep)
{ {

View File

@ -1,4 +1,4 @@
#include "../bot_command.h" #include "zone/bot_command.h"
void bot_command_surname(Client *c, const Seperator *sep) void bot_command_surname(Client *c, const Seperator *sep)
{ {

View File

@ -1,4 +1,4 @@
#include "../bot_command.h" #include "zone/bot_command.h"
void bot_command_owner_option(Client *c, const Seperator *sep) void bot_command_owner_option(Client *c, const Seperator *sep)
{ {

View File

@ -1,5 +1,5 @@
#include "../bot_command.h" #include "zone/bot_command.h"
#include "../bot.h" #include "zone/bot.h"
void bot_command_pet(Client *c, const Seperator *sep) void bot_command_pet(Client *c, const Seperator *sep)
{ {

View File

@ -1,5 +1,5 @@
#include "../bot_command.h" #include "zone/bot_command.h"
#include "../doors.h" #include "zone/doors.h"
void bot_command_pick_lock(Client *c, const Seperator *sep) void bot_command_pick_lock(Client *c, const Seperator *sep)
{ {

View File

@ -1,4 +1,4 @@
#include "../bot_command.h" #include "zone/bot_command.h"
void bot_command_pickpocket(Client *c, const Seperator *sep) void bot_command_pickpocket(Client *c, const Seperator *sep)
{ {

View File

@ -1,4 +1,4 @@
#include "../bot_command.h" #include "zone/bot_command.h"
void bot_command_precombat(Client* c, const Seperator* sep) void bot_command_precombat(Client* c, const Seperator* sep)
{ {

View File

@ -1,4 +1,4 @@
#include "../bot_command.h" #include "zone/bot_command.h"
void bot_command_pull(Client *c, const Seperator *sep) void bot_command_pull(Client *c, const Seperator *sep)
{ {

View File

@ -1,4 +1,4 @@
#include "../bot_command.h" #include "zone/bot_command.h"
void bot_command_release(Client *c, const Seperator *sep) void bot_command_release(Client *c, const Seperator *sep)
{ {

View File

@ -1,4 +1,4 @@
#include "../bot_command.h" #include "zone/bot_command.h"
void bot_command_set_assistee(Client* c, const Seperator* sep) void bot_command_set_assistee(Client* c, const Seperator* sep)
{ {

View File

@ -1,4 +1,4 @@
#include "../bot_command.h" #include "zone/bot_command.h"
void bot_command_sit_hp_percent(Client* c, const Seperator* sep) void bot_command_sit_hp_percent(Client* c, const Seperator* sep)
{ {

View File

@ -1,4 +1,4 @@
#include "../bot_command.h" #include "zone/bot_command.h"
void bot_command_sit_in_combat(Client* c, const Seperator* sep) void bot_command_sit_in_combat(Client* c, const Seperator* sep)
{ {

View File

@ -1,4 +1,4 @@
#include "../bot_command.h" #include "zone/bot_command.h"
void bot_command_sit_mana_percent(Client* c, const Seperator* sep) void bot_command_sit_mana_percent(Client* c, const Seperator* sep)
{ {

View File

@ -1,4 +1,4 @@
#include "../bot_command.h" #include "zone/bot_command.h"
void bot_command_spell_list(Client* c, const Seperator *sep) void bot_command_spell_list(Client* c, const Seperator *sep)
{ {

View File

@ -1,4 +1,4 @@
#include "../bot_command.h" #include "zone/bot_command.h"
void bot_command_spell_aggro_checks(Client* c, const Seperator* sep) void bot_command_spell_aggro_checks(Client* c, const Seperator* sep)
{ {

View File

@ -1,4 +1,4 @@
#include "../bot_command.h" #include "zone/bot_command.h"
void bot_command_spell_announce_cast(Client* c, const Seperator* sep) { void bot_command_spell_announce_cast(Client* c, const Seperator* sep) {
if (helper_command_alias_fail(c, "bot_command_spell_announce_cast", sep->arg[0], "spellannouncecasts")) { if (helper_command_alias_fail(c, "bot_command_spell_announce_cast", sep->arg[0], "spellannouncecasts")) {

View File

@ -1,4 +1,4 @@
#include "../bot_command.h" #include "zone/bot_command.h"
void bot_command_spell_delays(Client* c, const Seperator* sep) { void bot_command_spell_delays(Client* c, const Seperator* sep) {
if (helper_command_alias_fail(c, "bot_command_spell_delays", sep->arg[0], "spelldelays")) { if (helper_command_alias_fail(c, "bot_command_spell_delays", sep->arg[0], "spelldelays")) {

View File

@ -1,4 +1,4 @@
#include "../bot_command.h" #include "zone/bot_command.h"
void bot_command_spell_engaged_priority(Client* c, const Seperator* sep) void bot_command_spell_engaged_priority(Client* c, const Seperator* sep)
{ {

View File

@ -1,4 +1,4 @@
#include "../bot_command.h" #include "zone/bot_command.h"
void bot_command_spell_holds(Client* c, const Seperator* sep) void bot_command_spell_holds(Client* c, const Seperator* sep)
{ {

View File

@ -1,4 +1,4 @@
#include "../bot_command.h" #include "zone/bot_command.h"
void bot_command_spell_idle_priority(Client* c, const Seperator* sep) void bot_command_spell_idle_priority(Client* c, const Seperator* sep)
{ {

View File

@ -1,4 +1,4 @@
#include "../bot_command.h" #include "zone/bot_command.h"
void bot_command_spell_max_hp_pct(Client* c, const Seperator* sep) void bot_command_spell_max_hp_pct(Client* c, const Seperator* sep)
{ {

View File

@ -1,4 +1,4 @@
#include "../bot_command.h" #include "zone/bot_command.h"
void bot_command_spell_max_mana_pct(Client* c, const Seperator* sep) void bot_command_spell_max_mana_pct(Client* c, const Seperator* sep)
{ {

View File

@ -1,4 +1,4 @@
#include "../bot_command.h" #include "zone/bot_command.h"
void bot_command_spell_max_thresholds(Client* c, const Seperator* sep) { void bot_command_spell_max_thresholds(Client* c, const Seperator* sep) {
if (helper_command_alias_fail(c, "bot_command_spell_max_thresholds", sep->arg[0], "spellmaxthresholds")) { if (helper_command_alias_fail(c, "bot_command_spell_max_thresholds", sep->arg[0], "spellmaxthresholds")) {

View File

@ -1,4 +1,4 @@
#include "../bot_command.h" #include "zone/bot_command.h"
void bot_command_spell_min_hp_pct(Client* c, const Seperator* sep) void bot_command_spell_min_hp_pct(Client* c, const Seperator* sep)
{ {

View File

@ -1,4 +1,4 @@
#include "../bot_command.h" #include "zone/bot_command.h"
void bot_command_spell_min_mana_pct(Client* c, const Seperator* sep) void bot_command_spell_min_mana_pct(Client* c, const Seperator* sep)
{ {

View File

@ -1,4 +1,4 @@
#include "../bot_command.h" #include "zone/bot_command.h"
void bot_command_spell_min_thresholds(Client* c, const Seperator* sep) { void bot_command_spell_min_thresholds(Client* c, const Seperator* sep) {
if (helper_command_alias_fail(c, "bot_command_spell_min_thresholds", sep->arg[0], "spellminthresholds")) { if (helper_command_alias_fail(c, "bot_command_spell_min_thresholds", sep->arg[0], "spellminthresholds")) {

View File

@ -1,4 +1,4 @@
#include "../bot_command.h" #include "zone/bot_command.h"
void bot_command_spell_pursue_priority(Client* c, const Seperator* sep) void bot_command_spell_pursue_priority(Client* c, const Seperator* sep)
{ {

View File

@ -1,4 +1,4 @@
#include "../bot_command.h" #include "zone/bot_command.h"
void bot_command_spell_resist_limits(Client* c, const Seperator* sep) { void bot_command_spell_resist_limits(Client* c, const Seperator* sep) {
if (helper_command_alias_fail(c, "bot_command_spell_resist_limits", sep->arg[0], "spellresistlimits")) { if (helper_command_alias_fail(c, "bot_command_spell_resist_limits", sep->arg[0], "spellresistlimits")) {

View File

@ -1,4 +1,4 @@
#include "../bot_command.h" #include "zone/bot_command.h"
void bot_command_spell_target_count(Client* c, const Seperator* sep) void bot_command_spell_target_count(Client* c, const Seperator* sep)
{ {

View File

@ -1,3 +1,5 @@
#include "zone/bot_command.h"
void bot_command_spelltype_ids(Client* c, const Seperator* sep) void bot_command_spelltype_ids(Client* c, const Seperator* sep)
{ {
SendSpellTypeWindow(c, sep); SendSpellTypeWindow(c, sep);

View File

@ -1 +0,0 @@
#include "../bot_command.h"

View File

@ -1,4 +1,4 @@
#include "../bot_command.h" #include "zone/bot_command.h"
void bot_command_suspend(Client *c, const Seperator *sep) void bot_command_suspend(Client *c, const Seperator *sep)
{ {

View File

@ -1,4 +1,4 @@
#include "../bot_command.h" #include "zone/bot_command.h"
void bot_command_taunt(Client* c, const Seperator* sep) void bot_command_taunt(Client* c, const Seperator* sep)
{ {

View File

@ -1,4 +1,4 @@
#include "../bot_command.h" #include "zone/bot_command.h"
void bot_command_timer(Client* c, const Seperator* sep) void bot_command_timer(Client* c, const Seperator* sep)
{ {

View File

@ -1,4 +1,4 @@
#include "../bot_command.h" #include "zone/bot_command.h"
void bot_command_track(Client *c, const Seperator *sep) void bot_command_track(Client *c, const Seperator *sep)
{ {

View File

@ -1,4 +1,4 @@
#include "../bot_command.h" #include "zone/bot_command.h"
void bot_command_view_combos(Client *c, const Seperator *sep) void bot_command_view_combos(Client *c, const Seperator *sep)
{ {