mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-01-13 17:09:08 +00:00
General improvement on init and strats (#1064)
* Potions strats and potions init * Druid and shaman spell in low level * Ammo init improvement * Rogue low level * Fix melee attack action (for caster with no mana) * Disable pet spells that reduce dps * Talents improvement * Remove CanFreeMove check * Reduce penalty for non-dagger weapon for rogue
This commit is contained in:
@@ -51,11 +51,10 @@ bool TogglePetSpellAutoCastAction::Execute(Event event)
|
||||
continue;
|
||||
|
||||
bool shouldApply = true;
|
||||
// spellId == 4511 || spellId == 54424 || spellId == 57564 || spellId == 57565 ||
|
||||
// spellId == 57566 || spellId == 57567 ||
|
||||
// cat stealth, prowl
|
||||
if (spellId == 1742 || spellId == 24450)
|
||||
if (spellId == 1742 /*cower*/ || spellId == 24450 /*Prowl*/ ||
|
||||
spellId == 47482 /*Leap*/ /* || spellId == 47481 Gnaw*/)
|
||||
{
|
||||
|
||||
shouldApply = false;
|
||||
}
|
||||
bool isAutoCast = false;
|
||||
|
||||
Reference in New Issue
Block a user