Hi, I'm just wondering where you can find actorIDs and different neccessary commands to begin constructing a profile.
Basically been trying to frankenstein different profiles into the one I want which is a Puzzle ring runner: Here's what I've got so far:
<Profile>
<Name>Puzzler</Name>
<KillMonsters>True</KillMonsters>
<PickupLoot>True</PickupLoot>
<GameParams act="OpenWorld" resumeFromSave="False" isPrivate="True" numGames="-1" />
<Order>
<GetItemFromStash questId="1" stackCount="01" actorId="197837" />
<ToggleTargeting questId="1" combat="True" looting="True" />
<StopBot/>
</Order>
</Profile>
I should probably mention that I am horrible at coding.
Anyhow what it does atm is join a game and take out all my puzzle rings, which is really weird since the stackCount is 01.
Now I'd like it to go to the cube, cube a puzzle ring, then enter the vault and clear it.
Any suggestions?
Basically been trying to frankenstein different profiles into the one I want which is a Puzzle ring runner: Here's what I've got so far:
<Profile>
<Name>Puzzler</Name>
<KillMonsters>True</KillMonsters>
<PickupLoot>True</PickupLoot>
<GameParams act="OpenWorld" resumeFromSave="False" isPrivate="True" numGames="-1" />
<Order>
<GetItemFromStash questId="1" stackCount="01" actorId="197837" />
<ToggleTargeting questId="1" combat="True" looting="True" />
<StopBot/>
</Order>
</Profile>
I should probably mention that I am horrible at coding.
Anyhow what it does atm is join a game and take out all my puzzle rings, which is really weird since the stackCount is 01.
Now I'd like it to go to the cube, cube a puzzle ring, then enter the vault and clear it.
Any suggestions?
Last edited:






