JMSFedaykin
New Member
- Joined
- Dec 20, 2012
- Messages
- 31
- Reaction score
- 0
Hey Everybody!
I'm trying to figure out why my character won't move. I've checked kick's profile and the bot was working normally. So, it looks like the nav server is working. My profile loads, so I don't think there's any major syntactical errors. And I tried a UserDialog which popped up normally. But, anything that involves movement of the bot doesn't seem to be working.
I've tried simple tests at multiple locations and nothing seems to do the trick. I'm probably just missing something simple, but I've got no clue what it might be.
Here's what I've got:
I'm trying to figure out why my character won't move. I've checked kick's profile and the bot was working normally. So, it looks like the nav server is working. My profile loads, so I don't think there's any major syntactical errors. And I tried a UserDialog which popped up normally. But, anything that involves movement of the bot doesn't seem to be working.
I've tried simple tests at multiple locations and nothing seems to do the trick. I'm probably just missing something simple, but I've got no clue what it might be.
Here's what I've got:
<Profile xmlns="http://tempuri.org/ProfileSchema.xsd">
<Name>[E - Dark] 50 Test [JMSFedaykin]</Name>
<ForceAlignment Type="Dark" AutoSkip="true" />
<!--
<Vendors>
</Vendors>
<Mailboxes>
</Mailboxes>
-->
<!--
<Trainers>
</Trainers>
<Taxis>
</Taxis>
<BindPoints>
</BindPoints>
<AvoidMobs>
</AvoidMobs>
-->
<!--
<GrindAreas>
</GrindAreas>
-->
<Questing>
<MoveTo QuestId="1" X="458.7225" Y="70.20207" Z="470.0829" />
<MoveTo QuestId="1" X="453.7873" Y="69.401" Z="481.0662" />
<MoveTo QuestId="1" X="458.7225" Y="70.20207" Z="470.0829" />
<UserDialog Title="TestCompleteMessage" Message="Test Complete!!! Woohoo!!!" />
</Questing>
</Profile>
<Name>[E - Dark] 50 Test [JMSFedaykin]</Name>
<ForceAlignment Type="Dark" AutoSkip="true" />
<!--
<Vendors>
</Vendors>
<Mailboxes>
</Mailboxes>
-->
<!--
<Trainers>
</Trainers>
<Taxis>
</Taxis>
<BindPoints>
</BindPoints>
<AvoidMobs>
</AvoidMobs>
-->
<!--
<GrindAreas>
</GrindAreas>
-->
<Questing>
<MoveTo QuestId="1" X="458.7225" Y="70.20207" Z="470.0829" />
<MoveTo QuestId="1" X="453.7873" Y="69.401" Z="481.0662" />
<MoveTo QuestId="1" X="458.7225" Y="70.20207" Z="470.0829" />
<UserDialog Title="TestCompleteMessage" Message="Test Complete!!! Woohoo!!!" />
</Questing>
</Profile>






