UseObject profile tag bug (does not work on bridge from n.tristram)
(yes, use northern portal from tristram) Does NOT work while
WORKs. However pathing is messed and bot can't run by profile forward anymore.
Source and target world ids can be same.
Code:
<MoveTo questId="1" x="2871.215" y="2517.948" z="0.5997875" name="Bridge" />
<If condition="ActorExistsAt(241660, 2869.843,2502.986,16.49099, 15) and Zeta.ZetaDia.CurrentWorldId==71150">
<WaitTimer questId="1" waitTime="1000" />
<UseObject questId="1" x="2869.843" y="2502.986" z="16.49099" actorId="241660" interactRange="25" isPortal="True" destinationWorldId="71150" />
</If>
<MoveTo questId="1" x="2868.12" y="2356.981" z="-0.9750696" name="After Bridge" />
(yes, use northern portal from tristram) Does NOT work while
Code:
<MoveTo questId="1" x="2871.215" y="2517.948" z="0.5997875" name="Bridge" />
<If condition="ActorExistsAt(241660, 2869.843,2502.986,16.49099, 15) and Zeta.ZetaDia.CurrentWorldId==71150">
<WaitTimer questId="1" waitTime="1000" />
<UseObject questId="1" x="2869.843" y="2502.986" z="16.49099" actorId="241660" interactRange="25" isPortal="True" destinationWorldId="123456" />
</If>
<MoveTo questId="1" x="2868.12" y="2356.981" z="-0.9750696" name="After Bridge" />
WORKs. However pathing is messed and bot can't run by profile forward anymore.
Source and target world ids can be same.
Attachments
Last edited by a moderator: