Magi
New Member
- Joined
- Oct 12, 2012
- Messages
- 1,242
- Reaction score
- 7
My log was very long so I've cut out the part where the bot actually stops.
I have both had the last NV in festering woods or different places - the bot still stops.
These results are with your latest update.
Are you running the latest DB?
This is the error:
AttributeError: 'type' object has no attribute 'CurrentLevelAreaId'
That CurrentLevelAreaId is a tag that previously wasn't available to DB, only in BETA. It has since been released to the latest public DB.
If you're running the latest everything and reinstalled (it should work), you can remove this from the keywarden profiles (misery, oasis & stonefort):
Replace this:
Code:
<!-- Warp to Town but not from keywarden location -->
<If condition="(not Me.IsInTown) and (not Zeta.ZetaDia.CurrentLevelAreaId==19952)">
With this:
Code:
<!-- Warp to Town but not from keywarden location -->
<If condition="(not Me.IsInTown)">
It just means, if you reach NV5 inside the keywarden profile area, it will TP to town, and start from the beginning.
Last edited: