had same problem with the profile from svn.
profile from zip seems to work, first run took me 9 minutes.
guess, i gonna remove the wait timer between the runs
just found another Problem (at least wth the profile in the zip file):
when a single run takes more than 12,5 minutes, bot will not wait at the end of the instance.
So it will exit instance, reset and enter again.
custom behavior "InteractWith" has a 3 minutes blacklist, so the first gate triggered when leaving the istance woun't be triggered again for 3 minutes, it makes the bot run againts the gate without opening it, since it is blacklisted.
adding a custom blacklist timer could help:
Code:
<!-- Custom behavior - InteractWith - 1st gate -->
<CustomBehavior
File="InteractWith"
MobId="175368"
ObjectType="Gameobject"
Range="4.75"
NumOfTimes="1"
WaitTime="1"
InteractBlacklistTimeInSeconds="1"
X="3624.90845" Y="-3642.1626" Z="138.445114" />
just got my reins after the 4th run, but this tweak seems to work.
thank you for your profiles!