Hi M8s.
I saw something Wired Object in Nephalem Lift.
[In Game]
[Radar Visualizer]
So, i was added code below for avoid problem.
I think that is Somekind of "Bot Trap".
What are you guys think about it?
I saw something Wired Object in Nephalem Lift.
[Trinity 2.14.13] Interacting with a1dun_Leor_Jail_Door_SuperLocked_A_Fake

[In Game]

[Radar Visualizer]
So, i was added code below for avoid problem.
Trinity\Combat\HandleTarget.cs
Logger.LogNormal("[sam]Interacting with {0}", CurrentTarget.InternalName);
bool is_passing_obj = false;
if(CurrentTarget.InternalName.Contains("Fake") == true || CurrentTarget.InternalName.Contains("SuperLocked") == true)
{
Logger.LogNormal("[sam][WARN!!!!!] {0} is it Right?", CurrentTarget.InternalName);
is_passing_obj = true;
return;
}
I think that is Somekind of "Bot Trap".
What are you guys think about it?