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

How to Not Blacklisting a Blood Shards?

junggi

New Member
Joined
May 9, 2014
Messages
110
Reaction score
0
Hi.
sometimes bot blacklisting a blood shards after kill a boss in nephalem rift and grater rift.

I guess because I'm a LON Crusader. So I don't have any extra pick up range.

How to not blacklisting a blood shards in trinity?

thx
 
It should only ever blacklist blood shards if you're already at maximum capacity. Are you sure that's not the case here?
 
It should only ever blacklist blood shards if you're already at maximum capacity. Are you sure that's not the case here?

yes i'm not that case
[Trinity 2.14.496] Clicking UI element Conversation Button (587282272)
[Trinity 2.14.496] Blacklisting target HoradricRelic ActorSnoId=359504 RActorGUID=2070216847 due to possible stuck/flipflop!

this is my case

I have over 1000 capacity left
 
Looks like it blacklisted it because it tried and failed to path to it. Does this happen often to you?
 
Looks like it blacklisted it because it tried and failed to path to it. Does this happen often to you?
usually 5~8% chance

bot try to pick items up so fast. less than 1 second be blacklisted.
 
this has been happening to me all day, mostly on the char that is the follower using zautofollow but he often does not loot the shards or items in that area.
 
+1. Saw a lot of times how bot ignoring blood shard after killing RG, always clear path, it would be strange if there was no clear path to BS after you kill RG %)


Code:
bool isHoradricRelic = (CurrentTarget.InternalName.ToLower().StartsWith("horadricrelic") &&
                                            CurrentTarget.TimesBeenPrimaryTarget > 5);

5 ms? Really? I think this is the case, changed ti to 1000ms.

And also check this:

Code:
if ((!CurrentTarget.IsBoss && CurrentTarget.TimesBeenPrimaryTarget > 50 && !isEliteLowHealth &&
                         !isLegendaryItem) || isHoradricRelic ||
                        (CurrentTarget.TimesBeenPrimaryTarget > 200 && isLegendaryItem))

I bet 50 ms is the reason why bot ignoring elites sometimes. I changed everything to 1000ms will report back later.
 
Last edited:
Uhh, that's not time in milliseconds, that's how many times it has been a primary target, as in once or twice or 200 times.
 
let me know if u find a fix keetsune it would be awsome cause im looking for this same fix
 
Back
Top