This is following script that I tried to start with
I used BossHog's plugin to get x,y,z values
what does this script do is basically walk around the act 3 town, but once I save it and load with DB, my character is not moving at all
What am I doing wrong here?
<Profile>
<Name>New Profile</Name>
<GameParams quest="87700" step="-1" act="A3" difficulty="Nightmare" resumeFromSave="True" isPrivate="True" numGames="-1"/>
<Order>
<WriteReport/>
<If condition="Me.IsInTown">
<WaitTimer waitTime="250" questId="1" />
<MoveTo questId="1" x="405.7852" y="452.6319" z="0.327635" pathPrecision="10" />
<WaitTimer WaitTime="0"/>
<MoveTo questId="1" x="418.9371" y="474.2202" z="0.1000001" pathPrecision="10" />
<WaitTimer WaitTime="0"/>
<MoveTo questId="1" x="448.356" y="469.2929" z="0.1000003" pathPrecision="10" />
<WaitTimer WaitTime="0"/>
<MoveTo questId="1" x="454.6475" y="415.7389" z="0.1000001" pathPrecision="10" />
<WaitTimer WaitTime="0"/>
<MoveTo questId="1" x="449.3873" y="359.9573" z="0.1000005" pathPrecision="10" />
<WaitTimer WaitTime="0"/>
<MoveTo questId="1" x="408.1251" y="350.5449" z="0.1000005" pathPrecision="10" />
<WaitTimer WaitTime="0"/>
<MoveTo questId="1" x="347.9902" y="356.7208" z="0.1000005" pathPrecision="10" />
<WaitTimer WaitTime="0"/>
</If>
<!-- new instructions here -->
</Order>
</Profile>
I used BossHog's plugin to get x,y,z values
what does this script do is basically walk around the act 3 town, but once I save it and load with DB, my character is not moving at all
What am I doing wrong here?
<Profile>
<Name>New Profile</Name>
<GameParams quest="87700" step="-1" act="A3" difficulty="Nightmare" resumeFromSave="True" isPrivate="True" numGames="-1"/>
<Order>
<WriteReport/>
<If condition="Me.IsInTown">
<WaitTimer waitTime="250" questId="1" />
<MoveTo questId="1" x="405.7852" y="452.6319" z="0.327635" pathPrecision="10" />
<WaitTimer WaitTime="0"/>
<MoveTo questId="1" x="418.9371" y="474.2202" z="0.1000001" pathPrecision="10" />
<WaitTimer WaitTime="0"/>
<MoveTo questId="1" x="448.356" y="469.2929" z="0.1000003" pathPrecision="10" />
<WaitTimer WaitTime="0"/>
<MoveTo questId="1" x="454.6475" y="415.7389" z="0.1000001" pathPrecision="10" />
<WaitTimer WaitTime="0"/>
<MoveTo questId="1" x="449.3873" y="359.9573" z="0.1000005" pathPrecision="10" />
<WaitTimer WaitTime="0"/>
<MoveTo questId="1" x="408.1251" y="350.5449" z="0.1000005" pathPrecision="10" />
<WaitTimer WaitTime="0"/>
<MoveTo questId="1" x="347.9902" y="356.7208" z="0.1000005" pathPrecision="10" />
<WaitTimer WaitTime="0"/>
</If>
<!-- new instructions here -->
</Order>
</Profile>






