What's new
  • Visit Rebornbuddy
  • Visit Resources
  • Visit API Documentation
  • Visit Downloads
  • Visit Portal
  • Visit Panda Profiles
  • Visit LLamamMagic

Can't figure out why the bot won't move... (Writing my own profiles.)

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:

<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>
 
Hi JMSFedaykin,

I primarily use grind profiles with minimal elements, which means I'm only attacking and looting. Per your profile, as far as I can tell the <AvoidMobs> tag does not work in Buddy Wing (although it should ignore it). I haven't experimented much with the other quest profile elements.

Below is one working grind profile for Corellia (in a secluded corner of the first area) if that helps. The only issue with this one is that it occasionally gets stuck on a rock wall (tap "E") when rounding a particular corner toward a kill.

Code:
<Profile xmlns="http://tempuri.org/ProfileSchema.xsd">
  <Name>Corellia Grinder 5</Name>
	
	<Vendors>
		<Hotspot Name="Vadlerio" X="79.1185" Y="4.701" Z="86.1974" /> <!-- Cantina -->
		<Hotspot Name="Republic Medical Droid" X="66.2981" Y="2.39772" Z="99.6929" /> <!-- Blastfield Shipyards -->
		<Hotspot Name="Broclin" X="-269.5028" Y="-9.886" Z="-256.6519" /> <!-- Republic Base -->
		<Hotspot Name="Danison" X="22.6637" Y="2.116398" Z="-334.4124" /> <!-- Axial Park North -->
		<Hotspot Name="Abalen" X="353.6838" Y="26.10507" Z="-246.2558" /> <!-- Uptown -->
		<Hotspot Name="Republic Medical Droid" X="6.472" Y="-1.604097" Z="180.2667" /> <!-- Hullworks District -->
		<Hotspot Name="Republic Medical Droid" X="-351.9291" Y="-9.592455" Z="-305.4816" /> <!-- Labor Valley -->
		<Hotspot Name="Republic Medical Droid" X="91.5193" Y="3.4012" Z="-339.4261" /> <!-- Republic Safe House -->
		<Hotspot Name="Republic Medical Droid" X="32.715" Y="2.399062" Z="-328.5999" /> <!-- North Tram Station -->
		<Hotspot Name="Republic Medical Droid" X="347.0946" Y="26.40052" Z="-256.7237" /> <!-- Uptown Tram Station -->
	</Vendors>
	
	<GrindAreas> 

		<GrindArea Name="Corellia Grinder 5">
			<MinLevel>47</MinLevel>
			<MaxLevel>50</MaxLevel>
			<Mobs>
				<Mob>Imperial Commando Rifleman</Mob>
				<Mob>Imperial Commando Scout</Mob>
				<Mob>Imperial Commando Demolitionist</Mob>
				<Mob>War Hound</Mob>
				<Mob>Imperial XR-32 Hunter Droid</Mob>
			</Mobs>
			<Hotspots>
				<Hotspot Name="Imperial Commando Rifleman" X="9.464039" Y="-1.606748" Z="188.031" />
				<Hotspot Name="War Hound" X="10.0714" Y="-1.60149" Z="193.0889" />
				<Hotspot Name="Imperial Commando Scout" X="9.432099" Y="-1.60149" Z="199.233" />
				<Hotspot Name="Imperial XR-32 Hunter Droid" X="6.3035" Y="-1.489582" Z="196.8948" />
				<Hotspot Name="Imperial Commando Rifleman" X="2.213926" Y="-1.60149" Z="200.3217" />
				<Hotspot Name="Imperial Commando Demolitionist" X="13.39741" Y="-1.601" Z="204.9166" />
				<Hotspot Name="Imperial Commando Rifleman" X="16.2835" Y="-1.586342" Z="180.3497" />
				<Hotspot Name="War Hound" X="20.1502" Y="-1.505941" Z="177.9484" />
				<Hotspot Name="War Hound" X="15.8088" Y="-1.599947" Z="174.8472" />
				<Hotspot Name="Imperial Commando Rifleman" X="10.6638" Y="-1.596209" Z="168.7969" />
				<Hotspot Name="Imperial Commando Rifleman" X="10.1545" Y="-1.596" Z="163.6801" />
				<Hotspot Name="Imperial Commando Scout" X="13.3857" Y="-1.596" Z="158.8655" />
			</Hotspots>
			
		</GrindArea>    

	</GrindAreas>

		
	<Grind GrindRef="Corellia Grinder 5" While="Me.Level &lt; 51" />


</Profile>

Kicks and others might be able to tell you exactly what is happening with yours if you show them the full profile. Good luck!

-D

EDIT

If the profile shown is exactly what you were testing, have you tried using actual QuestID numbers (as opposed to "1")?
 
Last edited:
Ok, I've tried reinstalling the bot. And I copied the exact script for the first quest on Korriban "Reclaiming the Valley" out of Kick's profile. It works with the Inquisitor when I ran Kick's profile. But, copying the exact same lines into a new profile and running it with my Level 50 Bounty Hunter doesn't work. Here's what I copied...

Code:
<Profile xmlns="http://tempuri.org/ProfileSchema.xsd">
     <Name>[E - Dark] 50 Korriban Test [JMSFedaykin]</Name>
     <ForceAlignment Type="Dark" AutoSkip="true" />

     <Vendors>
          <Hotspot Name="Imperial Medical Droid" X="7.3977" Y="-1.336185" Z="-0.0668" />
     </Vendors>
     <!--
     <Mailboxes>
     </Mailboxes>
     -->

     <Trainers>
          <Hotspot Name="Gesen" Class="Inquisitor" X="-3.0511" Y="-4.204465" Z="-5.8678" />
          <Hotspot Name="Veshta" Class="Warrior" X="-2.3577" Y="-4.208808" Z="-6.2336" />
          <Hotspot Name="Lord Samus" Class="Inquisitor" X="-44.1836" Y="3.802763" Z="-2.5856" />
          <Hotspot Name="Overseer Rance" Class="Warrior" X="-44.0981" Y="3.801979" Z="2.1908" />
     </Trainers>
     <!--
     <Taxis>
     </Taxis>
     <BindPoints>
          <Hotspot Name="White Nova Command Deck" X="-451.9505" Y="169.601" Z="254.3156" />
     </BindPoints>
     <AvoidMobs>
     </AvoidMobs>
     -->

     <GrindAreas>
          <GrindArea Name="Reclaiming the Valley">
               <MinLevel>1</MinLevel>
               <MaxLevel>50</MaxLevel>
               <Mobs>
                    <Mob>K'lor'slug Forager</Mob>
               </Mobs>
               <Hotspots>
                    <Hotspot X="12.81861" Y="-0.9160324" Z="5.116463" Name="South" />
                    <Hotspot X="7.25055" Y="-1.630702" Z="5.163111"  Name="Center" />
                    <Hotspot X="-0.05298621" Y="-1.608829" Z="3.756884" Name="North/West"/>
                    <Hotspot X="2.896528" Y="-1.639983" Z="-4.145567" Name="North/East"/>
               </Hotspots>
          </GrindArea>
     </GrindAreas>

     <Questing>
          <If Condition="(not HasQuest(0xE00094C42A69B6E9))">
          <Grind GrindRef="Reclaiming the Valley" While="(not IsQuestComplete(0xE000F0833C9D2F06))" />
          </If>
     </Questing>
 </Profile>

The bot loads the Grind Area, but then doesn't do anything...

Anyone have any suggestions?
 
Is that quest still available to your Bounty Hunter? If he's done it before, that might explain the issue, per this line:

Code:
<If Condition="(not HasQuest(0xE00094C42A69B6E9))">
          <Grind GrindRef="Reclaiming the Valley" While="(not IsQuestComplete(0xE000F0833C9D2F06))" />
</If>

This also happens to my characters if I use a profile with the wrong level range, but that seems to be covered. If you get this one figured out, be sure to let us know how you did it. :confused:
 
Well, he doesn't even have the quest. That's why the if condition is "not" HasQuest... Theoretically, I would think it should just keep grinding mobs indefinitely. This stuff is really peeving me. I've tried everything I can think of and I still can't get a profile I've written to run. Well actually, more specifically, everything else seems to work... The bot just won't move from one point to another.
 
Well, I copied the first command from Kick's Korriban profile into a new file and ran it on a brand new Inquisitor and it worked... So, I thought maybe there's something about the fact that I'm running a Level 50 character on Korriban. So, I went to Ilum and tried to run both of the Empire Ilum dailies profiles and a simple profile to pick up "Poisonous Strategy" from G-4T and I got the exact same result. It loads the Point of Interest and then does nothing.

Code:
<Profile xmlns="http://tempuri.org/ProfileSchema.xsd">
     <Name>[E - Dark] 50 Ilum Test 4 [JMSFedaykin]</Name>
     <ForceAlignment Type="Dark" AutoSkip="true" />

     <Vendors>
          <Hotspot Name="Imperial Medical Droid" X="37.2233" Y="-0.4799121" Z="-39.2051" />
     </Vendors>
     <Mailboxes>
          <Hotspot Name="Shuttle" X="37.22869" Y="-0.4733714" Z="-43.97261" />
     </Mailboxes>

     <!--
     <Trainers>
     </Trainers>
     -->
     <!--
     <Taxis>
     </Taxis>
     <BindPoints>
     </BindPoints>
     <AvoidMobs>
     </AvoidMobs>
     -->

     <!--
     <GrindAreas>
     </GrindAreas>
     -->

     <Questing>
          <!-- [HEROIC 2+] Poisonous Strategy -->
          <If Condition="((not HasQuest(0xE000985A4A628E5D)) and (not IsQuestComplete(0xE000985A4A628E5D)))">
               <PickUpQuest QuestName="[HEROIC 2+] Poisonous Strategy" QuestId="0xE000985A4A628E5D" GiverName="G-4T" X="43.2767" Y="-0.9342564" Z="-41.8161" />
          </If>
          <!-- Pickup: Operation Shatterstorm -->
          <If Condition="(not HasQuest(0xE000153462527A30)) and (not IsQuestComplete(0xE000153462527A30))" >
               <PickUpQuest QuestName="Operation Shatterstorm" QuestId="0xE000153462527A30" GiverName="Operative Che'nash" X="45.0541" Y="-0.9342563" Z="-39.5975" />
          </If>
     </Questing>
 </Profile>
 
Ok, I thought I'd give it one last try for the day... I did a simple MoveTo and the same thing happed. It picks up the MoveTo tag and then does nothing.

Here's the profile:
Code:
<Profile xmlns="http://tempuri.org/ProfileSchema.xsd">
     <Name>[E - Dark] 50 Ilum Test 5 [JMSFedaykin]</Name>
     <ForceAlignment Type="Dark" AutoSkip="true" />

     <Vendors>
          <Hotspot Name="Imperial Medical Droid" X="37.2233" Y="-0.4799121" Z="-39.2051" />
     </Vendors>
     <Mailboxes>
          <Hotspot Name="Shuttle" X="37.22869" Y="-0.4733714" Z="-43.97261" />
     </Mailboxes>

     <!--
     <Trainers>
     </Trainers>
     -->
     <!--
     <Taxis>
     </Taxis>
     <BindPoints>
     </BindPoints>
     <AvoidMobs>
     </AvoidMobs>
     -->

     <!--
     <GrindAreas>
     </GrindAreas>
     -->

     <Questing>
          <!-- [HEROIC 2+] Poisonous Strategy -->
          <!--<If Condition="((not HasQuest(0xE000985A4A628E5D)) and (not IsQuestComplete(0xE000985A4A628E5D)))">
               <PickUpQuest QuestName="[HEROIC 2+] Poisonous Strategy" QuestId="0xE000985A4A628E5D" GiverName="G-4T" X="43.2767" Y="-0.9342564" Z="-41.8161" />
          </If>-->
          <!-- Pickup: Operation Shatterstorm -->
          <!--<If Condition="(not HasQuest(0xE000153462527A30)) and (not IsQuestComplete(0xE000153462527A30))" >
               <PickUpQuest QuestName="Operation Shatterstorm" QuestId="0xE000153462527A30" GiverName="Operative Che'nash" X="45.0541" Y="-0.9342563" Z="-39.5975" />
          </If>-->
          <MoveTo QuestId="1" X="45.0541" Y="-0.9342563" Z="-39.5975" />
     </Questing>
 </Profile>

And here's the log:
Buddy Wing: The Old Robot is ready!
Current bot set to Quest Bot
Loaded profile [E - Dark] 50 Ilum Test 5 [JMSFedaykin]
Start/Stop Button Clicked!
BotMain.Start() called
Forcing profile reload. -- Temporary fix for behavior cache issues during start/stop.
Current bot set to Quest Bot
Loaded profile [E - Dark] 50 Ilum Test 5 [JMSFedaykin]
Starting bot Quest Bot
Added new hook [RoutineCombat] 5ef5a780-d9d2-46d4-a129-a12d9e28ee8d
Added new hook [HotspotPoi] 9c7433a9-6270-425b-bd65-768b3e02e298
Added new hook [SellVendorPoi] b88d733b-b4f5-4976-b4f5-e6d3fdfa747d
Added new hook [SetLootPoi] 160f3b87-a3e5-4b52-a519-fdab7de4c4fa
Added new hook [SetCombatPoi] 8c05218d-0a40-43ed-a824-745f73757c96
Added new hook [SetVendorPoi] 6115e392-9145-49cd-b59e-22b9d0ec5ffb
Added new hook [SetHotspotPoi] 6e83bf4f-2f97-47cd-ac5e-ea66835b08c5
Added new hook [SelectPoiType] 0379f7f2-f621-4c66-8cef-dae41ec287b3
Replaced hook [SelectPoiType] 6ae18fed-f468-4553-b0e4-067fe5fc9577
Setting force alignment settings.
Spooling up bot thread.
Bot thread started.
[AutoEquip] Currently equiped EquipHumanBelt slot's score is: 576
[Poi.Clear] Reason: Current quest behavior changed to MoveToTag: X: 45.0541, Y: -0.9342563, Z: -39.5975, Position: <45.0541, -0.9342563, -39.5975>, Name: null, IgnoreMesh: False, QuestId: 1, BranchId: 0, StepId: 0, TaskId: 0, QuestName: Quest Id: 1, IsDoneCache: False, Behavior: Buddy.BehaviorTree.PrioritySelector, .
Replaced hook [QuestProfileBehavior_Hook] b0f76e58-ab59-47b6-9897-7a9cfd91425a
Object reference not set to an instance of an object.
at Buddy.Swtor.Objects.TorObject.()
at ..()
at ..[](UInt64 , HeroType )
at Buddy.Swtor.Objects.TorObject.GetField[T](DomFieldIds field, HeroType forcedType)
at Buddy.Swtor.Objects.TorCharacter.get_Health()
at Buddy.Swtor.Objects.TorCharacter.get_IsDead()
at Buddy.Swtor.Objects.TorNpc.get_IsLootable()
at Buddy.CommonBot.DefaultLootTargetingProvider.(TorNpc )
at System.Linq.Enumerable.<>c__DisplayClassf`1.<CombinePredicates>b__e(TSource x)
at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext()
at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)
at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
at Buddy.CommonBot.DefaultLootTargetingProvider.GetObjectsByWeight()
at Buddy.CommonBot.Targeting.Pulse()
at Buddy.CommonBot.Logic.BrainBehavior.()
Start/Stop Button Clicked!
BotMain.Stop() called
Stopping the bot.
Bot Thread Ended. Was this requested?
Sleeping while waiting on execution state to be available for BotMain.Stop()
We slept way too long waiting for the bot thread to give control back. Aborting thread. Client may crash!
[Poi.Clear] Reason: Bot Stopped
Resetting force alignment settings.
QuestOrderManager.OnBotStop(). Resetting caches.
Resetting current behavior.
QuestOrderManager.OnBotStop(). Resetting caches.
Resetting current behavior.
QuestOrderManager.OnBotStop(). Resetting caches.
Resetting current behavior.
 
Have you checked to see if a simple grind profile works in the same area? If so, then at least you'll know that the questing behavior is causing the issue. Wish I could be more help. :(
 
Tried one last attempt to see if I could make the bot move using a simple grind profile... Same result...
Here's the profile:
Code:
<Profile xmlns="http://tempuri.org/ProfileSchema.xsd">
     <Name>[E - Dark] 50 Ilum Grind Test 2 [JMSFedaykin]</Name>
     <ForceAlignment Type="Dark" AutoSkip="true" />

     <Vendors>
          <Hotspot Name="Imperial Medical Droid" X="37.2233" Y="-0.4799121" Z="-39.2051" />
     </Vendors>
     <Mailboxes>
          <Hotspot Name="Shuttle" X="37.22869" Y="-0.4733714" Z="-43.97261" />
     </Mailboxes>

     <!--
     <Trainers>
     </Trainers>
     -->
     <!--
     <Taxis>
     </Taxis>
     <BindPoints>
     </BindPoints>
     <AvoidMobs>
     </AvoidMobs>
     -->

     <GrindAreas>
          <GrindArea Name="Grind Area 1">
               <MinLevel>50</MinLevel>
               <MaxLevel>51</MaxLevel>
               <Mobs>
                    <Mob>Venomous Lisk</Mob>
                    <Mob>Duros Gunner</Mob>
                    <Mob>Duros Vanguard</Mob>
                    <Mob>Duros Assault Specialist</Mob>
               </Mobs>
               <Hotspots>
                    <Hotspot Name="Spot1" X="14.59132" Y="-1.61108" Z="-43.38973" />
                    <Hotspot Name="Spot2" X="12.33602" Y="-2.130518" Z="-49.24308" />
                    <Hotspot Name="Spot3" X="7.5054" Y="-2.335667" Z="-42.9282" />
               </Hotspots>
          </GrindArea>
     </GrindAreas>

     <Questing>
          <!-- [HEROIC 2+] Poisonous Strategy -->
          <!--<If Condition="((not HasQuest(0xE000985A4A628E5D)) and (not IsQuestComplete(0xE000985A4A628E5D)))">
               <PickUpQuest QuestName="[HEROIC 2+] Poisonous Strategy" QuestId="0xE000985A4A628E5D" GiverName="G-4T" X="43.2767" Y="-0.9342564" Z="-41.8161" />
          </If>-->
          <!-- Pickup: Operation Shatterstorm -->
          <!--<If Condition="(not HasQuest(0xE000153462527A30)) and (not IsQuestComplete(0xE000153462527A30))" >
               <PickUpQuest QuestName="Operation Shatterstorm" QuestId="0xE000153462527A30" GiverName="Operative Che'nash" X="45.0541" Y="-0.9342563" Z="-39.5975" />
          </If>-->
          <Grind GrindRef="Grind Area 1" While="(not IsQuestComplete(0xE0003913E4F692A9))" />
     </Questing>
 </Profile>
 
Try removing the <Questing> section, or at least your GrindRef line, and replace with the following:

<Grind GrindRef="Grind Area 1" While="Me.Level &lt; 51" />

That should keep it grinding until it's turned off or crashes.
 
Well, I just created a simple test profile for Korriban. I copied the starting commands from Kick's profile and commented out as much as possible to try and break it. It still worked when I ran it with a L1 Inquisitor. Then I ran the exact same profile with my L50 Bounty Hunter and the toon won't move. The only thing I can think of is that there's some type of level check or character class check that's rendering the character immobile. If that's the case, then there's nothing I can do about it.
 
I made a quick Korriban grinding profile for you to test. Below are the only basics needed to make it run; I tested it just now to level a character from 8 to 9.

On Korriban, take a taxi to the Field Research Area, then run due north to the Lower Wilds and give it a go on your level 50 character:

Code:
<Profile xmlns="http://tempuri.org/ProfileSchema.xsd">
  <Name>Korriban Grinder</Name>
	
	<Vendors>
		<Hotspot Name="Imperial Medical Droid" X="37.5863" Y="-16.83183" Z="19.857" />
	</Vendors>
	
	<GrindAreas> 

		<GrindArea Name="Korriban Grinder">
			<MinLevel>1</MinLevel>
			<MaxLevel>51</MaxLevel>
			<Mobs>
				<Mob>Berserk Trooper</Mob>
				<Mob>Psychotic Officer</Mob>
				<Mob>Wild Tuk'ata</Mob>
			</Mobs>
			<Hotspots>
				<Hotspot Name="Berserk Trooper" X="40.4649" Y="-16.89151" Z="11.3228" />
				<Hotspot Name="Berserk Trooper" X="39.4123" Y="-16.95741" Z="9.638499" />
				<Hotspot Name="Berserk Trooper" X="34.6466" Y="-16.96309" Z="8.4701" />
				<Hotspot Name="Psychotic Officer" X="32.9828" Y="-17.01093" Z="6.8967" />
				<Hotspot Name="Berserk Trooper" X="34.30505" Y="-16.77795" Z="5.297472" />
				<Hotspot Name="Wild Tuk'ata" X="39.43807" Y="-17.00569" Z="7.218472" />
			</Hotspots>
		</GrindArea>    

	</GrindAreas>
	
	<Grind GrindRef="Korriban Grinder" While="Me.Level &lt; 51" />

</Profile>

Please let me know if it works for you.

Cheers,
-D
 
Thanks for your help! But I figured out the problem... (Just posted it earlier on the bug forum.) There's a bug with the Bounty Hunter. When it hits the pre-movement block in the code (where it buffs and equips the vehicle), there's a glitch which won't allow the bot to equip the vehicle. So, it just hangs there and never gets to the movement code.

Took a while to diagnose, but that's gotta be it. I ran the same profiles with all the other classes and they all ran fine. So, it's just a Bounty Hunter thing...

Thanks Again!
-J
 
Thanks for your help! But I figured out the problem... (Just posted it earlier on the bug forum.) There's a bug with the Bounty Hunter. When it hits the pre-movement block in the code (where it buffs and equips the vehicle), there's a glitch which won't allow the bot to equip the vehicle. So, it just hangs there and never gets to the movement code.

Took a while to diagnose, but that's gotta be it. I ran the same profiles with all the other classes and they all ran fine. So, it's just a Bounty Hunter thing...

Thanks Again!
-J

try this for your BH:

go to BWfolder\Settings\character name\BuddyWingSettings.xml -> edit this line:
<MountName>Czerka Cruiser</MountName>

and replace Czerka Cruiser with the name of your speeder
 
Thanks for trying to help, but I've already checked the mount name in the settings and it's picked up the mount name correctly... Like I mentioned previously, I tried 4 different mounts and the same problem occurs every time... I really don't see how it can be something on my end... Like I said earlier, I've spent three weeks on this and I've basically tried every permutation possible to attempt eliminate variables... All of the other classes work fine, it's just the Bounty Hunter... And the profile and settings are identical for all the classes... Thus, it seems to me, there has to be something wrong with the pre-movement block on the Bounty Hunter... I mean, it's not like it tries to equip the wrong mount... It simply just doesn't do anything...
 
Thanks for trying to help, but I've already checked the mount name in the settings and it's picked up the mount name correctly... Like I mentioned previously, I tried 4 different mounts and the same problem occurs every time... I really don't see how it can be something on my end... Like I said earlier, I've spent three weeks on this and I've basically tried every permutation possible to attempt eliminate variables... All of the other classes work fine, it's just the Bounty Hunter... And the profile and settings are identical for all the classes... Thus, it seems to me, there has to be something wrong with the pre-movement block on the Bounty Hunter... I mean, it's not like it tries to equip the wrong mount... It simply just doesn't do anything...

I made a bounty hunter before I knew about this problem... and yeah it's pretty bad. I'm even using Kick's profiles and it just gets stuck in this funk where it won't do anything... Sometimes if I restart it fixes it but sometimes it doesn't and I can't figure out what causes it... it's pretty aggravating :( Thinking about starting an Agent...
 
Yeah, I can tell you I've run all four classes and the Bounty Hunter's the only one where it comes up...
 
Back
Top