while conditions this time 1000, basically it hits small issues like never town porting and stuff, if u don't do this ill probably give it a try myself and post it up
I dont know how to do it thats my problem but this would make it a lot faster and safer. by the way lvl 22-33 in under 3 hours, maybe I let it kill Kulle the whole night and see how far it gets me
Hi i add this... Code: ... <SkipCutscene questId="1" /> <While condition="IsActiveQuestStep(4)"> <!--Do nothing while fighting--> </While> <MoveTo questId="1" pathPrecision="10" x="70.95992" y="106.213" z="0.217692" /> ...
Well shit. It was working nearly perfectly before I went to bed. Super fast, no problems. I wake up to find the bot sitting in town like a retard. It only ran it twice before it decided to do this shit. Ugh. Just want one good night of botting ffs.
same for me, every 5-6 runs. Bot kills kul, goes back trough the orange portal, but then just stands around and does not port to town or do anything. If i press port manually he continues then to use the quest and quit game and make new one
I have just added v2 in my first post which has the entire thing in appropriate While loops for the quest steps, theoretically it shouldn't get stuck now (I hope!), I've had it running a little while without issue: Code: [18:32:35.669 N] Gained 870,714 exp [18:32:35.669 N] Exp/Hr: 477,612 [18:32:35.669 N] Have been calculating exp/h for 109 minutes. [18:32:38.826 N] Loaded profile Zoltun Kulle [18:32:38.826 N] Number of games completed:114
ok thx trying out. got fixed the other problem also with the waittimer you had commented out of the file, so i just removed the comment signs
Works very well, with some frustrating caveats I have an issue maybe every 20-30 runs, but it's running very well since nav server was fixed. One oddity, though: when I use the fix idle plugin, after killing zoltan, I teleport back to town, then as I am running towards the questgiver, my toon exits game. It then enters a new game and talks to questgiver, even though I have not killed zoltan in this particular game, then leaves game again. Rinse and repeat. Solution was to use Unstucker v1.8 instead of fix idle. Figured I'd post in case someone else was having the same issue. Great job OP! This is going to be my current go to after 20.
So weird, it ran perfectly from 20-48, totally AFK. And now it gets stuck every 1-3 runs... Even with v2.. Any ideas? Is it the servers?
Try to chance Code: <UseTownPortal questId="1" /> with Code: <While condition="IsActiveQuestStep(33) and ZetaDia.CurrentWorldId == "50613"> <UseTownPortal questId="1" /> </While>
Is a delay problem: Replace: <UseObject questId="1" actorId="185067" destinationWorldId="50613" x="198.75" y="106.25" z="2.068649" isPortal="True" /> <!-- <WaitTimer questId="1" waitTime="500" />--> <UseTownPortal questId="1" /> For: <UseObject questId="1" actorId="185067" destinationWorldId="50613" x="198.75" y="106.25" z="2.068649" isPortal="True" /> <WaitTimer questId="1" waitTime="1500" /> <UseTownPortal questId="1" />
I get this problem when I change the code, [02:35:39.463 N] Failed to load profile: Name cannot begin with the '5' character, hexadecimal value 0x35. Line 43, position 77.
Ups, a wrong " in the code - try this. Code: <While condition="IsActiveQuestStep(33) and ZetaDia.CurrentWorldId == 50613"> <UseTownPortal questId="1" /> </While> Edit: I try it out - it will not work - can someone look at it?
I have added a SlowPC version to the first post, try this if you need the extra wait time due to high latency or a slow PC.
Great profile. I am geting stuck after my DH kills him. If I click about 10 yds in front profile will continue on... Is this a server issue or am I missing something. been doing this all AM not matter what version of bot I try. Anyone else having issues? \