Hi Nightelf22,
Unfortunately, as stated above, the logging drop-down only seems to affect what is displayed in the window. Since making that discovery, mine has been left on Diagnostic.
A couple of notes which might or might not help:
- Your character is only level 4; the questing profiles generally work better after you complete the first planet, around level 10, although they do require some measure of babysitting.
- The default combat routines are notoriously outdated and problematic. For leveling, I recommend downloading a copy of Walter's combat routines, and then replacing your Routines/DefaultCombat folder with his.
- Having the Buddywing folder in your root directory shouldn't be a problem as far as I know, but moving it into a subfolder, like H:\Games\Buddywing\Buddywing.exe, might be worth a shot.
- You're using a questing profile which is running into errors rather quickly. Manually completing "Reclaiming the Valley" before retrying the profile might also be worth a shot. From the log:
Code:
[Poi.Clear] Reason: Current quest behavior changed to GrindTag: GrindRef: Reclaiming the Valley, WhileCondition: not HasQuest(0xE00094C42A69B6E9) and not IsQuestComplete(0xE00094C42A69B6E9) or HasQuest(0xE00094C42A69B6E9) and not IsStepComplete(0xE00094C42A69B6E9, 2), QuestId: 0, BranchId: 0, StepId: 0, TaskId: 0, QuestName: Quest Id: 0, IsDoneCache: False, Behavior: Buddy.Common.HookExecutor, .
If completing the quest manually and trying the other suggestions above don't help, try narrowing down the problem with something simpler. Once you reach level 14, try this simple grind profile for Dromund Kaas posted by 15outland a few months ago:
Code:
<Profile xmlns="http://tempuri.org/ProfileSchema.xsd">
<Name>[E]Dromund kaas 14-20 grind</Name>
<Vendors>
<Hotspot Name="Medical Droid" X="-127.9473" Y="5.360672" Z="67.34215" />
</Vendors>
<GrindAreas>
<GrindArea Name="Dromund kaas">"
<MinLevel>14</MinLevel>
<MaxLevel>20</MaxLevel>
<Mobs>
<Mob>Yozusk Spawnling</Mob>
<Mob>Possessed Sith Initiate</Mob>
<Mob>Possessed Foreman</Mob>
<Mob>Possessed Worker</Mob>
<Mob>Possessed Field Commander</Mob>
<Mob>Deranged Apprentice</Mob>
<Mob>Hallucinating Trooper</Mob>
<Mob>Paranoid Archeologist</Mob>
</Mobs>
<Hotspots>
<Hotspot Name="Yozusk Spawnling" X="-132.9618" Y="5.5471" Z="68.17939" />
<Hotspot Name="Possessed Sith Initiate" X="-136.0258" Y="5.479657" Z="70.71854" />
<Hotspot Name="Possessed Worker" X="-141.4125" Y="6.041173" Z="70.54607" />
<Hotspot Name="Possessed Worker" X="-137.9122" Y="5.489821" Z="72.74642" />
<Hotspot Name="Possessed Field Commander" X="-137.1729" Y="5.47634" Z="75.13223" />
<Hotspot Name="Possessed Worker" X="-134.7018" Y="5.93514" Z="79.20222" />
<Hotspot Name="Possessed Foreman" X="-137.1122" Y="6.023648" Z="79.84563" />
<Hotspot Name="Possessed Foreman" X="-141.7265" Y="5.31601" Z="75.86623" />
<Hotspot Name="Possessed Foreman" X="-144.1758" Y="5.470762" Z="74.74341" />
<Hotspot Name="Possessed Sith Initiate" X="-148.7202" Y="5.389001" Z="76.71319" />
<Hotspot Name="Possessed Foreman" X="-152.6567" Y="5.283556" Z="77.89605" />
<Hotspot Name="Possessed Sith Initiate" X="-151.8683" Y="6.850154" Z="68.31782" />
<Hotspot Name="Deranged Apprentice" X="-158.5042" Y="6.972579" Z="69.88914" />
<Hotspot Name="Hallucinating Trooper" X="-160.2154" Y="7.583723" Z="65.26587" />
<Hotspot Name="Hallucinating Trooper" X="-157.087" Y="7.582587" Z="61.82392" />
<Hotspot Name="Possessed Worker" X="-152.5306" Y="7.235049" Z="63.98203" />
</Hotspots>
</GrindArea>
</GrindAreas>
<Grind GrindRef="Damaged Welding Droid" While="Me.Level < 50" />
</Profile>
If the grind works, then you'll know the issue is related to your questing profile.
Good luck!
-D