mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-01-28 16:06:25 +00:00
Old Kingdom implementation
Ahn'kahet: The Old Kingdom bot AI
This commit is contained in:
@@ -5,13 +5,10 @@
|
||||
#include "wotlk/utgardekeep/UtgardeKeepStrategy.h"
|
||||
#include "wotlk/nexus/NexusStrategy.h"
|
||||
#include "wotlk/azjolnerub/AzjolNerubStrategy.h"
|
||||
#include "wotlk/oldkingdom/OldKingdomStrategy.h"
|
||||
|
||||
/*
|
||||
Full list/TODO:
|
||||
|
||||
|
||||
Ahn'kahet: The Old Kingdom - OK
|
||||
Elder Nadox, Prince Taldaram, Jedoga Shadowseeker, Herald Volazj, Amanitar (Heroic Only)
|
||||
Drak'Tharon Keep - DTK
|
||||
Trollgore, Novos the Summoner, King Dred, The Prophet Tharon'ja
|
||||
The Violet Hold - VH
|
||||
@@ -77,8 +74,8 @@ class DungeonStrategyContext : public NamedObjectContext<Strategy>
|
||||
static Strategy* wotlk_uk(PlayerbotAI* botAI) { return new WotlkDungeonUKStrategy(botAI); }
|
||||
static Strategy* wotlk_nex(PlayerbotAI* botAI) { return new WotlkDungeonNexStrategy(botAI); }
|
||||
static Strategy* wotlk_an(PlayerbotAI* botAI) { return new WotlkDungeonANStrategy(botAI); }
|
||||
|
||||
static Strategy* wotlk_ok(PlayerbotAI* botAI) { return new WotlkDungeonUKStrategy(botAI); }
|
||||
static Strategy* wotlk_ok(PlayerbotAI* botAI) { return new WotlkDungeonOKStrategy(botAI); }
|
||||
|
||||
static Strategy* wotlk_dtk(PlayerbotAI* botAI) { return new WotlkDungeonUKStrategy(botAI); }
|
||||
static Strategy* wotlk_vh(PlayerbotAI* botAI) { return new WotlkDungeonUKStrategy(botAI); }
|
||||
static Strategy* wotlk_gd(PlayerbotAI* botAI) { return new WotlkDungeonUKStrategy(botAI); }
|
||||
|
||||
Reference in New Issue
Block a user