Obliv
New Member
- Joined
- Oct 18, 2011
- Messages
- 636
- Reaction score
- 6
Working on the Singular Sub Rogue CC and having a problem with Vanish. The current code is:
new Sequence(
Spell.Cast("Vanish"),
new Action(ret => StyxWoW.SleepForLagDuration()))),
Which works, but the bot isn't recognizing we can use Ambush (requires stealth / vanish) until it's already cast another ability. The only thing I can think of is that of is that the bot is acting too quick. I'm guessing I need a way to slow the bot down slightly more after Vanish to make sure when it does start attacking again it realizes we are able to Ambush.
new Sequence(
Spell.Cast("Vanish"),
new Action(ret => StyxWoW.SleepForLagDuration()))),
Which works, but the bot isn't recognizing we can use Ambush (requires stealth / vanish) until it's already cast another ability. The only thing I can think of is that of is that the bot is acting too quick. I'm guessing I need a way to slow the bot down slightly more after Vanish to make sure when it does start attacking again it realizes we are able to Ambush.






