mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-01-30 08:53:47 +00:00
Icecrown gunship strategy
This commit is contained in:
@@ -111,7 +111,7 @@ bool FlameLeviathanVehicleAction::DemolisherAction(Unit* target)
|
||||
if (!target)
|
||||
return false;
|
||||
Aura* bluePyrite = target->GetAura(68605);
|
||||
if (!bluePyrite || (bluePyrite->GetStackAmount() <= 6 && vehicleBase_->GetPower(POWER_ENERGY) > 25) || bluePyrite->GetDuration() <= 5000)
|
||||
if (!bluePyrite || (vehicleBase_->GetPower(POWER_ENERGY) >= 20) || bluePyrite->GetDuration() <= 5000)
|
||||
{
|
||||
uint32 spellId = 62490;
|
||||
if (botAI->CanCastVehicleSpell(spellId, target))
|
||||
|
||||
@@ -1,8 +1,6 @@
|
||||
#ifndef _PLAYERBOT_RAIDULDUARSCRIPTS_H
|
||||
#define _PLAYERBOT_RAIDULDUARSCRIPTS_H
|
||||
|
||||
// There are no header files for bosses in Ulduar directory
|
||||
//#include "../../../../src/server/scripts/Northrend/Ulduar/Ulduar/"
|
||||
#include "../../../../src/server/scripts/Northrend/Ulduar/Ulduar/ulduar.h"
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user