What's new
  • Visit Rebornbuddy
  • Visit Resources
  • Visit API Documentation
  • Visit Downloads
  • Visit Portal
  • Visit Panda Profiles
  • Visit LLamamMagic

Vaal Haste/Aura Problem

lexluthor

New Member
Joined
Jan 13, 2016
Messages
18
Reaction score
1
I'm having trouble using Vaal Haste.

The bot instead of using the other Auras (like a Heralds) and when I need to use Vaal, it uses the Haste aura.

Version: 1735
 
This is a side effect of Vaal Auras now granting the non-Vaal counterparts.

The routine does not know that you intend to not use Haste, since it's in your skills, and is an aura like the other stuff it auto-casts.

What you can do is:
- Settings -> ObjectExplorer -> Refresh All
- Current Player -> Skills -> click on Haste (haste)
- In the right most panel look for "Id"
- Settings -> Routines -> OldRoutine
- Add this id to the "BlacklistedSkillIds" field, you can use commas or spaces for multiple ids

This way, when the aura logic runs, itll skip the Haste id, and not cast it. Make sure you change the id if you move the skill gem around though!

However: the vaal skill changes break a lot of things in OldRoutine. The next beta will contain a few band-aid patches for this, but the problem now is that non-vaal skills inherit vaal skill tags, so anywhere "vaal" tags are checked in the routine, need to be replaced with new logic. We're aware of this issue, but it's not an easy quick fix, so we'll get some band-aid patches out soon for it, but long term we're switching to a new routine style.
 
I try put the ID on blacklist, but, sometimes, when I die for example, the bot still cast the Haste (blacklisted).
 
I try put the ID on blacklist, but, sometimes, when I die for example, the bot still cast the Haste (blacklisted).

Can you please provide a log. If you're using MapBot, there was a bug that will be fixed in the next version where the blacklisted ids weren't known, so it'd cast it anyways, so that might be your issue. If youre only using questbot that sounds like a bug, but that shouldn't happen with the fixes.
 
Back
Top