mine gets stuck walking to Soulstone chambers portal when you walk down the steps in gets stuck on the side of the portal by the curb and wont go around to the steps
the same as the other guys said after it kills Jule and goes back to the camp to talk to adria.. it doenst click on her...it just walks close to her and missclicks ( i think )...because if i manually move the char some steps back.. and let it walk again it clicks her and ends the quest.
Same thing: Bot runs fine until it's time to do the turn in, then get this: [13:58:12.140 N] Interacting with unit Adria-820 [13:58:13.676 N] Interacting with unit Adria-820 [13:58:15.207 N] Interacting with unit Adria-820 [13:58:16.750 N] Interacting with unit Adria-820 [13:58:18.275 N] Interacting with unit Adria-820 [13:58:19.808 N] Interacting with unit Adria-820 [13:58:21.333 N] Interacting with unit Adria-820 What's strange is that it looks like she had a different id with every run. I've never paid attention, is that normal?
It works fine for me, but ill try to come up with something, i used this profile from 18-60 and no problem with adria :S
I added a small wait in between the portal and the quest turnin interact and it seems to be working now.
edited: can u tell me how to do it ? acctually now i tryed the script again and it works fine.. the problem might be just when my computer is slow due to other programs
After getting the reward for the first time it starts a new quest and doesnt do zoltun kulle again, how to fix this? It worked for a while but now I only get this error.
improved for DH only View attachment ZoltunKule Fast Exp Runs by me.xml v3 View attachment ZoltunKule Fast Exp Runs by me.xml v2
having trouble getting into the boss room, it just idle before the portal, when i help it to go in, it ran to the boss but does nothing =/ so i help it kill the boss, after that everything went smooth. please help
go back two pages and download the updated profiles for this, from the other users. Or if you are a DH download mine, as you'll vault all the way through it.
tried yours, works really well except for after a few runs when it reaches the zolton kule chamber it leaves the game straight away without killiing zule, any idea why? this is the one closest to working i have found so far
Did you manually create the game? This is the line that matters on the profile: Code: <GameParams quest="57337" step="26" act="A2" difficulty="Normal" resumeFromSave="False" isPrivate="True" numGames="-1" /> quest: 57337 //The Secret Chamber step: 26 //Fight Zolton Kule act: A2 //Act 2 difficulty: Normal //The difficulty normal resumeFromSave: False //This makes it so that it starts a new game (not from the step after killing with Zule) isPrivate: True //Not a public game numGames: -1 //Infinite games repeatedly.
Line 26: Code: <While condition="IsActiveQuest(57337) and IsActiveQuestStep(27)" > <UsePower x="95.97552" y="56.55413" z="0.1000037" questId="1" powerId="111215" name="Vault 6" /> <MoveTo questId="1" pathPrecision="10" x="95.97552" y="56.55413" z="0.1000037" /> <SkipCutscene questId="1" /> </While> The line that says SkipCutscene should be skipping the cutscene, that you are speaking of. If the bot is skipping the cutscene after you kill him then something is just weird, because it is: Line 37: Code: <While condition="IsActiveQuest(57337) and IsActiveQuestStep(31)" > <MoveTo questId="1" pathPrecision="10" x="122.3179" y="100.9431" z="1.145043" /> <SkipCutscene questId="1" /> </While> Let me know