Anyone feel the same?
bot not opening chests. worked fine with 1.5
what do i do?
You need to carefully read and follow the requirements as noonoo has stated. This profile does not miss chests.bot not opening chests. worked fine with 1.5
what do i do?
noonoo, ive got the armor guards proc-ing at the maximum available on the run if you have firewalkers. Just waiting on a specific update for Trinity and this profile is 100% proof.What is it doing exactly?
Is it pathing up to the chest and does nothing and moves on? Or does it get stuck there?
Have you followed the instructions from OP?
Just create a new DB directory if its giving you problems and start fresh with the settings in OP
Malkadore has got it a really good working version
I'm mucking around with it a bit to see if i can proc Warzechian Armguards more
I'd suggest a clean DB build and go from there
I went and ran a couple of other profiles for awhile
Came back and have since restarted for the last 5 hours and seeing new drops.
Maybe just me but it seems to be running even better
there's known log issues with trinity 1.9.7 but it doesnt affect the performance of this profileY does LPH in the "Item Looted" column more then LPH in the "Item Dropped" column?
I am getting 3.5 to 1.8.
Anyone knows?
there's known log issues with trinity 1.9.7 but it doesnt affect the performance of this profile
Where exactly do I have to put TrinityOOCToggle.cs ? 'Cause I have some issues and I think thats the problem.
Why didn't you include Wraith of the Berserker skill? 20% of speed for 20 sec, it's almost all the run. And long recharge does not matter because it resets after relogin.Barbarian:
- Warcry w/ Charge.
- Sprint w/ Marathon.
- Passive: Unforgiven
if (ZetaDia.Me.ActorClass == Zeta.Game.ActorClass.Barbarian)
{
if (isAvailable(SNOPower.Barbarian_WrathOfTheBerserker))
{
ZetaDia.Me.UsePower(SNOPower.Barbarian_WrathOfTheBerserker, Trinity.Player.Position, Trinity.CurrentWorldDynamicId, -1);
}
}
Why didn't you include Wraith of the Berserker skill? 20% of speed for 20 sec, it's almost all the run. And long recharge does not matter because it resets after relogin.
Until your problem is fixed, you could try using a relogger like YAR.I'm not sure if this problem has been raised before, but I've issue whereby my demonbuddy would dc itself and I'm prompted to login again while attempting to bot overnight while I sleep.
Is there a solution to this so I could safely afk bot and not disconnecting half way while I sleep?
I love this profile! Thank you for the great job, keep it up!
I also have one suggestion:
Why didn't you include Wraith of the Berserker skill? 20% of speed for 20 sec, it's almost all the run. And long recharge does not matter because it resets after relogin.
I added the following lines to the TrinityOOCToggle.cs:
And it works great for me.Code:if (ZetaDia.Me.ActorClass == Zeta.Game.ActorClass.Barbarian) { if (isAvailable(SNOPower.Barbarian_WrathOfTheBerserker)) { ZetaDia.Me.UsePower(SNOPower.Barbarian_WrathOfTheBerserker, Trinity.Player.Position, Trinity.CurrentWorldDynamicId, -1); } }