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

Problems with Flash Fire Wizard profile

XavierPC

New Member
Joined
Apr 13, 2015
Messages
12
Reaction score
0
I am getting a lot of this when running the flash fire build and profile:

[Trinity 2.55.703][Avoidance] Not Avoiding because routine has said no
[Trinity 2.55.703][Avoidance] Not Avoiding because routine has said no
[Trinity 2.55.703][Avoidance] Not Avoiding because routine has said no
[Trinity 2.55.703][Avoidance] Not Avoiding because routine has said no
[Trinity 2.55.703][Avoidance] Not Avoiding because routine has said no
[Trinity 2.55.703][Avoidance] Not Avoiding because routine has said no
[Trinity 2.55.703][Avoidance] Not Avoiding because routine has said no
[Trinity 2.55.703][Avoidance] Not Avoiding because routine has said no
[Trinity 2.55.703][Avoidance] Not Avoiding because routine has said no

I have to pause the bot then move the toon then unpause the bot to correct it.
 
I tried upgrading to Trinity 2.55.708 and turning the ticks per second to 25 and still getting the same result. Bot gets stuck and constantly spamming explosive blast while standing still.
 
That log message means the routine has special logic to not avoid, this makes sense in rare cases where the build relies on special behavior. For example the shenlog generator routine where it needs to keep attacking in order to stay alive and stay within the damage buff window.

If you feel that avoidance is required for that build you can request a setting be added to that routine in the Trinity forum.

If you want to turn off the avoidance logging so its not so spammy you can do that in Trinity Settings > Advanced

As for the stuck, i don't think its related to the log message. The log seems to indicate its stuck trying to interact with a switch gizmo Temp_FesteringWoodsAmbush_Switch.

It probably needs to be added to a blacklist until i can repro it and fix.

Id=111907. If you put this before the ORDER block of the profile you're using it should ignore that switch in future.

Code:
    <TargetBlacklists>
      <TargetBlacklist actorId="111907"/>
    </TargetBlacklists>
 
I'm not a big programmer guy or anything. I will look at the file if I can locate which file it is and try to locate that ORDER block and place this code before it. That's just one instance of STUCK that is in the logs. I've switched to using Witch Doctor now since that build on my wizard triggers the stuck problem. Hope to see it fixed in the future. It usually gets stuck only in bounties (that I've seen so far) or the Goblin Hunter profile.
 
Back
Top