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

auras unchecking "enable auras from items" not working

kenjou

New Member
Joined
Oct 15, 2013
Messages
140
Reaction score
0
Hi there

latest update seems to have caused some troubles with auras.

I have 4 auras on the items but actively use only two. So I have to the bot auras on the skill bar and uncheck the "Enbale auras from items" Checkbox in the OldRoutine.

When I press start, the bot still tries to activate all auras.
 
This broke because people needed aura curses, aura like skills, and auras themselves all cast from one slot (to have room for other stuff on their bar). The current logic for casting auras via items is all or nothing (via IsAuraName).

What I can do is add a blacklist skill id feature to the CR (which is partially there now, just not configurable) so you can get the ids of the auras you don't want to cast and add the into settings. That way, the bot should ignore those auras and not cast them anymore. I'll look into this soon.
 
well, I don't have auras from items enabled. So I thought it will only cast those in the skill bar. At least I think that's how it used to work this far.
 
well, I don't have auras from items enabled. So I thought it will only cast those in the skill bar. At least I think that's how it used to work this far.

That logic didn't change in the previous version, so double check to make sure the option is disabled. In either case, you'll be able to add the skill ids of the auras you don't want cast in the next version. Use the Object Explorer and look at the Skills section and you can add the id to the field at the end of the GUI. You can use spaces or commas to separate multiple skills. That should prevent those auras from being cast.
 
That logic didn't change in the previous version, so double check to make sure the option is disabled. In either case, you'll be able to add the skill ids of the auras you don't want cast in the next version. Use the Object Explorer and look at the Skills section and you can add the id to the field at the end of the GUI. You can use spaces or commas to separate multiple skills. That should prevent those auras from being cast.

nvm lol^^
I better get some sleep next time XD ;)
 
Last edited:
So, I rechecked on multiple bots and it's all the same. When I have that checkbox activated it tries to cast auras from items. When I deactivate the checkbox it still tries to cast auras from items. What I haven't done yet is restarting the bot after unchecking the box. Maybe that helps.
 
It's possible auras from items have changed in the 2.0+ update, but I'd need to find some items to test with. For now, just try the blacklisting method as it will replace that old logic for not casting skills from items.
 
the blacklisting is with today's update already available?
 
the blacklisting is with today's update already available?

Yeap was added a few days ago though:

That logic didn't change in the previous version, so double check to make sure the option is disabled. In either case, you'll be able to add the skill ids of the auras you don't want cast in the next version. Use the Object Explorer and look at the Skills section and you can add the id to the field at the end of the GUI. You can use spaces or commas to separate multiple skills. That should prevent those auras from being cast.

I tested with normal skill ids and it worked fine, so the skills from items should as well. If not, I'll have to find some items with skills and test in the future.
 
Back
Top