mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-01-25 06:26:24 +00:00
Yogg-Saron strategy (#1565)
* - wip * - Added Yogg-Saron strategy * - Added Yogg-Saron sanity strategy * - WIP * - WIP * - WIP * - WIP * - Added Yogg-Saron strategy * - code refactoring * - Code fix after pr
This commit is contained in:
@@ -21,6 +21,14 @@ public:
|
||||
|
||||
static int32 GetRtiIndex(std::string const rti);
|
||||
Unit* Calculate() override;
|
||||
static const int8 starIndex = 0;
|
||||
static const int8 circleIndex = 1;
|
||||
static const int8 diamondIndex = 2;
|
||||
static const int8 triangleIndex = 3;
|
||||
static const int8 moonIndex = 4;
|
||||
static const int8 squareIndex = 5;
|
||||
static const int8 crossIndex = 6;
|
||||
static const int8 skullIndex = 7;
|
||||
|
||||
private:
|
||||
std::string const type;
|
||||
|
||||
@@ -556,7 +556,7 @@ private:
|
||||
static UntypedValue* last_flee_timestamp(PlayerbotAI* ai) { return new LastFleeTimestampValue(ai); }
|
||||
static UntypedValue* recently_flee_info(PlayerbotAI* ai) { return new RecentlyFleeInfo(ai); }
|
||||
// -------------------------------------------------------
|
||||
// Flag for cutom glyphs : true when /w bot glyph equip …
|
||||
// Flag for cutom glyphs : true when /w bot glyph equip
|
||||
// -------------------------------------------------------
|
||||
static UntypedValue* custom_glyphs(PlayerbotAI* ai)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user