You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug customizeMacro will kill innate wanderers unless we're using backup camera. We don't want this during free run fights because it eats up our buff turns.
functioncustomizeMacro<MextendsStrictMacro>(macro: M){returnMacro.if_($monsters`giant rubber spider, time-spinner prank`,Macro.kill(),).externalIf(have($effect`Eldritch Attunement`),Macro.if_($monster`Eldritch Tentacle`,Macro.basicCombat()),).ifInnateWanderer(Macro.externalIf(haveEquipped($item`backup camera`)&&get("_backUpUses")<11&&get("lastCopyableMonster")===globalOptions.target&&myFamiliar()===meatFamiliar(),Macro.skill($skill`Back-Up to your Last Enemy`).step(macro),Macro.basicCombat(),),).step(macro);}
To Reproduce
Running free run fights during days with holiday wanderers (I ran into it on pirate day during my mayfly runs)
Expected behavior
We use our planned free run on the holiday wanderer during freeRunFights
The text was updated successfully, but these errors were encountered:
Describe the bug
customizeMacro
will kill innate wanderers unless we're using backup camera. We don't want this during free run fights because it eats up our buff turns.To Reproduce
Running free run fights during days with holiday wanderers (I ran into it on pirate day during my mayfly runs)
Expected behavior
We use our planned free run on the holiday wanderer during freeRunFights
The text was updated successfully, but these errors were encountered: