• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Problem with orderbot after Profilchange

    Discussion in 'Rebornbuddy Support' started by MagistratMay, Jul 31, 2015.

    1. MagistratMay

      MagistratMay New Member

      Joined:
      Dec 7, 2014
      Messages:
      33
      Likes Received:
      0
      Trophy Points:
      0
      Hello,

      I need your help.

      After modifying one of my Profils. now non of my Profils are working.

      Could you see if you can find the error in my Profile

      Code:
      
      <!DOCTYPE Profile [
        <!ENTITY CCount "9950"> <!--Change 2000 to amount to gather-->
        <!ENTITY SCount "9950"> <!--Change 2000 to amount to gather-->
        <!ENTITY PCount "9950"> <!--Change 2000 to amount to gather-->
      ]>
      <!--End User Configuration-->
      
      <Profile>
      	<Name>Lvl 30 C/Shard Farming</Name>
      	<KillRadius>50</KillRadius>
      	<Order>
      	<RunCode Name="MIN"/>
      <!-- Gather Fire Cs and Shards -->
      		
      			<If Condition="(ItemCount(8) &lt; &CCount;) and (ItemCount(2) &lt; &CCount;)">
      				<TeleportTo Name="camp drybone" AetheryteId="18" />
      				<Gather while ="(ItemCount(8) &lt; &CCount;) and (ItemCount(2) &lt; &CCount;)">
      					<GatherObject>Rocky Outcrop</GatherObject>
      					<HotSpots>
      						<HotSpot Radius="95" XYZ="140.7642, 7.528731, -98.47753" />
      					</HotSpots>
      					<ItemNames>
      						<ItemName>Fire Crystal</ItemName>
      						<ItemName>Fire Shard</ItemName>
      					</ItemNames>
      					<GatheringSkillOrder>
      						<GatheringSkill SpellName="Nald'thal's Ward" TimesToCast="1" />
      					</GatheringSkillOrder>
      				</Gather>
      			</If>
      			<If Condition="(ItemCount(2) &lt; &CCount;)">
      				<TeleportTo Name="camp drybone" AetheryteId="18" />
      				<Gather while ="(ItemCount(2) &lt; &CCount;)">
      					<GatherObject>Rocky Outcrop</GatherObject>
      					<HotSpots>
      						<HotSpot Radius="95" XYZ="140.7642, 7.528731, -98.47753" />
      					</HotSpots>
      					<ItemNames>
      						<ItemName>Fire Shard</ItemName>
      					</ItemNames>
      					<GatheringSkillOrder>
      						<GatheringSkill SpellName="Nald'thal's Ward" TimesToCast="1" />
      					</GatheringSkillOrder>
      				</Gather>
      			</If>
      
      <!-- Gather Ice Cs and Shards -->
      		
      			<If Condition="(ItemCount(9) &lt; &CCount;) and (ItemCount(3) &lt; &CCount;)">
      				<TeleportTo Name="aleport" AetheryteId="14" />
      				<Gather while ="(ItemCount(9) &lt; &CCount;) and (ItemCount(3) &lt; &CCount;)">
      					<GatherObject>Rocky Outcrop</GatherObject>
      					<HotSpots>
      						<HotSpot Radius="95" XYZ="496.9813, 14.31586, 327.7469" />
      					</HotSpots>
      					<ItemNames>
      						<ItemName>Ice Crystal</ItemName>
      						<ItemName>Ice Shard</ItemName>
      					</ItemNames>
      					<GatheringSkillOrder>
      						<GatheringSkill SpellName="Menphina's Ward" TimesToCast="1" />
      					</GatheringSkillOrder>
      				</Gather>
      			</If>
      			<If Condition="(ItemCount(3) &lt; &CCount;)">
      				<TeleportTo Name="aleport" AetheryteId="14" />
      				<Gather while ="(ItemCount(3) &lt; &CCount;)">
      					<GatherObject>Rocky Outcrop</GatherObject>
      					<HotSpots>
      						<HotSpot Radius="95" XYZ="496.9813, 14.31586, 327.7469" />
      					</HotSpots>
      					<ItemNames>
      						<ItemName>Ice Shard</ItemName>
      					</ItemNames>
      					<GatheringSkillOrder>
      						<GatheringSkill SpellName="Menphina's Ward" TimesToCast="1" />
      					</GatheringSkillOrder>
      				</Gather>
      			</If>
      
      
      <!-- Gather Wind Cs and Shards -->
      		
      			<If Condition="(ItemCount(10) &lt; &CCount;) and (ItemCount(4) &lt; &CCount;)">
      				<TeleportTo Name="the hawthorne hut" AetheryteId="4" />
      				<Gather while ="(ItemCount(10) &lt; &CCount;) and (ItemCount(4) &lt; &CCount;)">
      					<GatherObject>Rocky Outcrop</GatherObject>
      					<HotSpots>
      						<HotSpot Radius="95" XYZ="-57.55798, -10.11146, 288.4624" />
      					</HotSpots>
      					<ItemNames>
      						<ItemName>Wind Crystal</ItemName>
      						<ItemName>Wind Shard</ItemName>
      					</ItemNames>
      					<GatheringSkillOrder>
      						<GatheringSkill SpellName="Llymlaen's Ward" TimesToCast="1" />
      					</GatheringSkillOrder>
      				</Gather>
      			</If>
      			<If Condition="(ItemCount(4) &lt; &CCount;)">
      				<TeleportTo Name="the hawthorne hut" AetheryteId="4" />
      				<Gather while ="(ItemCount(4) &lt; &CCount;)">
      					<GatherObject>Rocky Outcrop</GatherObject>
      					<HotSpots>
      						<HotSpot Radius="95" XYZ="-57.55798, -10.11146, 288.4624" />
      					</HotSpots>
      					<ItemNames>
      						<ItemName>Wind Shard</ItemName>
      					</ItemNames>
      					<GatheringSkillOrder>
      						<GatheringSkill SpellName="Llymlaen's Ward" TimesToCast="1" />
      					</GatheringSkillOrder>
      				</Gather>
      			</If>
      			
      
      			<!-- Gather Earth Cs and Shards -->
      			<If Condition="(ItemCount(11) &lt; &CCount;) and (ItemCount(5) &lt; &CCount;)">
      				<TeleportTo Name="moraby drydocks" AetheryteId="10" />
      				<Gather while ="(ItemCount(11) &lt; &CCount;) and (ItemCount(5) &lt; &CCount;)">
      					<GatherObject>Rocky Outcrop</GatherObject>
      					<HotSpots>
      						<HotSpot Radius="95" XYZ="273.8181, 74.31756, -292.2603" />
      					</HotSpots>
      					<ItemNames>
      						<ItemName>Earth Crystal</ItemName>
      						<ItemName>Earth Shard</ItemName>
      					</ItemNames>
      					<GatheringSkillOrder>
      						<GatheringSkill SpellName="Nophica's Ward" TimesToCast="1" />
      					</GatheringSkillOrder>
      				</Gather>
      			</If>
      			<If Condition="(ItemCount(5) &lt; &CCount;)">
      				<TeleportTo Name="moraby drydocks" AetheryteId="10" />
      				<Gather while ="(ItemCount(5) &lt; &CCount;)">
      					<GatherObject>Rocky Outcrop</GatherObject>
      					<HotSpots>
      						<HotSpot Radius="95" XYZ="273.8181, 74.31756, -292.2603" />
      					</HotSpots>
      					<ItemNames>
      						<ItemName>Earth Shard</ItemName>
      					</ItemNames>
      					<GatheringSkillOrder>
      						<GatheringSkill SpellName="Nophica's Ward" TimesToCast="1" />
      					</GatheringSkillOrder>
      				</Gather>
      			</If>
      	
      	<!-- Gather Lightning Cs and Shards -->
      	<If Condition="(ItemCount(12) &lt; &CCount;) and (ItemCount(6) &lt; &CCount;)">
      		<TeleportTo Name="little ala mhigo" AetheryteId="19" />
      		<Gather while ="(ItemCount(12) &lt; &CCount;) and (ItemCount(6) &lt; &CCount;)">
      			<GatherObject>Rocky Outcrop</GatherObject>
      			<HotSpots>
      				<HotSpot Radius="95" XYZ="-122.5412, 21.88736, -489.5768" />
      			</HotSpots>
      			<ItemNames>
      				<ItemName>Lightning Crystal</ItemName>
      				<ItemName>Lightning Shard</ItemName>
      			</ItemNames>
      			<GatheringSkillOrder>
      				<GatheringSkill SpellName="Byregot's Ward" TimesToCast="1" />					
      			</GatheringSkillOrder>
      		</Gather>
      	</If>
      	<If Condition="(ItemCount(6) &lt; &CCount;)">
      		<TeleportTo Name="little ala mhigo" AetheryteId="19" />
      		<Gather while ="(ItemCount(6) &lt; &CCount;)">
      			<GatherObject>Rocky Outcrop</GatherObject>
      			<HotSpots>
      				<HotSpot Radius="95" XYZ="-122.5412, 21.88736, -489.5768" />
      			</HotSpots>
      			<ItemNames>
      				<ItemName>Lightning Shard</ItemName>
      			</ItemNames>
      			<GatheringSkillOrder>
      				<GatheringSkill SpellName="Byregot's Ward" TimesToCast="1" />					
      			</GatheringSkillOrder>
      		</Gather>
      	</If>
      	
      	<!-- Gather Water Cs and Shards -->
      			
      			<If Condition="(ItemCount(13) &lt; &CCount;) and (ItemCount(7) &lt; &CCount;)">
      				<TeleportTo Name="horizon" AetheryteId="17" />
      				<Gather while="(ItemCount(13) &lt; &CCount;) and (ItemCount(7) &lt; &CCount;)">
      					<GatherObject>Rocky Outcrop</GatherObject>
      					<HotSpots>
      						<HotSpot Radius="95" XYZ="105.9706, 19.30649, 85.6742" />
      					</HotSpots>
      					<ItemNames>
      						<ItemName>Water Crystal</ItemName>
      						<ItemName>Water Shard</ItemName>
      					</ItemNames>
      					<GatheringSkillOrder>
      						<GatheringSkill SpellName="Thaliak's Ward" TimesToCast="1" />
      					</GatheringSkillOrder>
      				</Gather>
      			</If>
      			<If Condition="(ItemCount(7) &lt; &CCount;)">
      				<TeleportTo Name="horizon" AetheryteId="17" />
      				<Gather while="(ItemCount(7) &lt; &CCount;)">
      					<GatherObject>Rocky Outcrop</GatherObject>
      					<HotSpots>
      						<HotSpot Radius="95" XYZ="105.9706, 19.30649, 85.6742" />
      					</HotSpots>
      					<ItemNames>
      						<ItemName>Water Shard</ItemName>
      					</ItemNames>
      					<GatheringSkillOrder>
      						<GatheringSkill SpellName="Thaliak's Ward" TimesToCast="1" />
      					</GatheringSkillOrder>
      				</Gather>
      			</If>
      
      	<If Condition="not IsOnMap(156)">
      	<TeleportTo Name="Revenant's Toll" AetheryteId="24"/>
      </If>
      <While Condition="ItemCount(14) &lt; &PCount; or ItemCount(15) &lt; &PCount; or ItemCount(16) &lt; &PCount; or ItemCount(17) &lt; &PCount; or ItemCount(18) &lt; &PCount; or ItemCount(19) &lt; &PCount;">
      <If Condition="IsTimeBetween(0,13)">
      	<MoveTo XYZ="509.2175, -3.772751, -426.0106" Name="Botanist's Hotspot"/>
      	<RunCode Name="Dismount"/>
      	<RunCode Name="BTN"/>
      	<RunCode Name="UseStealth"/>
      	<RunCode Name="DisableMount"/>
      	<Gather while="(IsTimeBetween(0,13)) and (ItemCount(14) &lt; &PCount;)">
      	<GatherObject>Unspoiled Mature Tree</GatherObject>
      	<HotSpots>
      		<HotSpot Radius="360" XYZ="509.2175, -3.772751, -426.0106"/>
      	</HotSpots>
      	<GatheringSkillOrder>
      		<GatheringSkill SpellName="Blessed Harvest II" TimesToCast="1"/>
      		<GatheringSkill SpellName="Field Mastery II" TimesToCast="1"/>
      	</GatheringSkillOrder>
      		<Slot>2</Slot>
      	</Gather>				
      	<Gather while="IsTimeBetween(0,13) and ItemCount(15) &lt; &PCount;">
      	<GatherObject>Unspoiled Mature Tree</GatherObject>
      	<HotSpots>
      		<HotSpot Radius="360" XYZ="509.2175, -3.772751, -426.0106"/>
      	</HotSpots>
      	<GatheringSkillOrder>
      		<GatheringSkill SpellName="Blessed Harvest II" TimesToCast="1"/>
      		<GatheringSkill SpellName="Field Mastery II" TimesToCast="1"/>
      	</GatheringSkillOrder>
      		<Slot>5</Slot>
      	</Gather>				
      	<Gather while="IsTimeBetween(0,13) and ItemCount(16) &lt; &PCount;">
      	<GatherObject>Unspoiled Mature Tree</GatherObject>
      	<HotSpots>
      		<HotSpot Radius="360" XYZ="509.2175, -3.772751, -426.0106"/>
      	</HotSpots>
      	<GatheringSkillOrder>
      		<GatheringSkill SpellName="Blessed Harvest II" TimesToCast="1"/>
      		<GatheringSkill SpellName="Field Mastery II" TimesToCast="1"/>
      	</GatheringSkillOrder>
      		<Slot>3</Slot>
      	</Gather>				
      	<Gather while="IsTimeBetween(0,13) and ItemCount(17) &lt; &PCount;">
      	<GatherObject>Unspoiled Mature Tree</GatherObject>
      	<HotSpots>
      		<HotSpot Radius="360" XYZ="509.2175, -3.772751, -426.0106"/>
      	</HotSpots>
      	<GatheringSkillOrder>
      		<GatheringSkill SpellName="Blessed Harvest II" TimesToCast="1"/>
      		<GatheringSkill SpellName="Field Mastery II" TimesToCast="1"/>
      	</GatheringSkillOrder>
      		<Slot>6</Slot>
      	</Gather>				
      	<Gather while="IsTimeBetween(0,13) and ItemCount(18) &lt; &PCount;">
      	<GatherObject>Unspoiled Mature Tree</GatherObject>
      	<HotSpots>
      		<HotSpot Radius="360" XYZ="509.2175, -3.772751, -426.0106"/>
      	</HotSpots>
      	<GatheringSkillOrder>
      		<GatheringSkill SpellName="Blessed Harvest II" TimesToCast="1"/>
      		<GatheringSkill SpellName="Field Mastery II" TimesToCast="1"/>
      	</GatheringSkillOrder>
      		<Slot>1</Slot>
      	</Gather>				
      	<Gather while="IsTimeBetween(0,13) and ItemCount(19) &lt; &PCount;">
      	<GatherObject>Unspoiled Mature Tree</GatherObject>
      	<HotSpots>
      		<HotSpot Radius="360" XYZ="509.2175, -3.772751, -426.0106"/>
      	</HotSpots>
      	<GatheringSkillOrder>
      		<GatheringSkill SpellName="Blessed Harvest II" TimesToCast="1"/>
      		<GatheringSkill SpellName="Field Mastery II" TimesToCast="1"/>
      	</GatheringSkillOrder>
      		<Slot>4</Slot>
      	</Gather>
      </If>
      <If Condition="IsTimeBetween(13,24)">
      	<MoveTo XYZ="345.458, -4.698928, -482.9557" Name="Miner's Hotspot"/>
      	<RunCode Name="Dismount"/>
      	<RunCode Name="MIN"/>
      	<RunCode Name="UseStealth"/>
      	<RunCode Name="DisableMount"/>
      	<Gather while="IsTimeBetween(13,24) and ItemCount(14) &lt; &PCount;">
      	<GatherObject>Unspoiled Rocky Outcrop</GatherObject>
      	<HotSpots>
      		<HotSpot Radius="360" XYZ="345.458, -4.698928, -482.9557"/>
      	</HotSpots>
      	<GatheringSkillOrder>
      		<GatheringSkill SpellName="King's Yield II" TimesToCast="1"/>
      		<GatheringSkill SpellName="Sharp Vision II" TimesToCast="1"/>
      	</GatheringSkillOrder>
      		<Slot>2</Slot>
      	</Gather>				
      	<Gather while="IsTimeBetween(13,24) and ItemCount(15) &lt; &PCount;">
      	<GatherObject>Unspoiled Rocky Outcrop</GatherObject>
      	<HotSpots>
      		<HotSpot Radius="360" XYZ="345.458, -4.698928, -482.9557"/>
      	</HotSpots>
      	<GatheringSkillOrder>
      		<GatheringSkill SpellName="King's Yield II" TimesToCast="1"/>
      		<GatheringSkill SpellName="Sharp Vision II" TimesToCast="1"/>
      	</GatheringSkillOrder>
      		<Slot>5</Slot>
      	</Gather>				
      	<Gather while="IsTimeBetween(13,24) and ItemCount(16) &lt; &PCount;">
      	<GatherObject>Unspoiled Rocky Outcrop</GatherObject>
      	<HotSpots>
      		<HotSpot Radius="360" XYZ="345.458, -4.698928, -482.9557"/>
      	</HotSpots>
      	<GatheringSkillOrder>
      		<GatheringSkill SpellName="King's Yield II" TimesToCast="1"/>
      		<GatheringSkill SpellName="Sharp Vision II" TimesToCast="1"/>
      	</GatheringSkillOrder>
      		<Slot>3</Slot>
      	</Gather>				
      	<Gather while="IsTimeBetween(13,24) and ItemCount(17) &lt; &PCount;">
      	<GatherObject>Unspoiled Rocky Outcrop</GatherObject>
      	<HotSpots>
      		<HotSpot Radius="360" XYZ="345.458, -4.698928, -482.9557"/>
      	</HotSpots>
      	<GatheringSkillOrder>
      	<GatheringSkill SpellName="King's Yield II" TimesToCast="1"/>
      		<GatheringSkill SpellName="Sharp Vision II" TimesToCast="1"/>
      	</GatheringSkillOrder>
      		<Slot>6</Slot>
      	</Gather>				
      	<Gather while="IsTimeBetween(13,24) and ItemCount(18) &lt; &PCount;">
      	<GatherObject>Unspoiled Rocky Outcrop</GatherObject>
      	<HotSpots>
      		<HotSpot Radius="360" XYZ="345.458, -4.698928, -482.9557"/>
      	</HotSpots>
      	<GatheringSkillOrder>
      		<GatheringSkill SpellName="King's Yield II" TimesToCast="1"/>
      		<GatheringSkill SpellName="Sharp Vision II" TimesToCast="1"/>
      	</GatheringSkillOrder>
      		<Slot>1</Slot>
      	</Gather>				
      	<Gather while="IsTimeBetween(13,24) and ItemCount(19) &lt; &PCount;">
      	<GatherObject>Unspoiled Rocky Outcrop</GatherObject>
      	<HotSpots>
      		<HotSpot Radius="360" XYZ="345.458, -4.698928, -482.9557"/>
      	</HotSpots>
      	<GatheringSkillOrder>
      		<GatheringSkill SpellName="King's Yield II" TimesToCast="1"/>
      		<GatheringSkill SpellName="Sharp Vision II" TimesToCast="1"/>
      	</GatheringSkillOrder>
      		<Slot>4</Slot>
      	</Gather>
      </If>
      </While>
      <RunCode Name="EnableMount"/>
      </Order>
      <CodeChunks>	
      	<CodeChunk Name="UseStealth">
      		<![CDATA[
      			SpellData data;
      			if (!Core.Me.HasAura("Stealth") && Actionmanager.CurrentActions.TryGetValue("Stealth", out data) && Actionmanager.CanCast(data, Core.Me))
      			{
      				Actionmanager.DoAction("Stealth", Core.Me);
      				await Buddy.Coroutines.Coroutine.Sleep(500);
      			}
      		]]>
      	</CodeChunk>		
      	<CodeChunk Name="DisableMount">
      		<![CDATA[
      			ff14bot.Settings.CharacterSettings.Instance.UseMount = false;
      		]]>
      	</CodeChunk>
      	<CodeChunk Name="EnableMount">
      		<![CDATA[
      			ff14bot.Settings.CharacterSettings.Instance.UseMount = true;
      		]]>
      	</CodeChunk>
      	<CodeChunk Name="Dismount">
      		<![CDATA[
      			ff14bot.Managers.Actionmanager.Dismount();
      		]]>
      	</CodeChunk>
      	<CodeChunk Name="MIN">
      		<![CDATA[		
      			ff14bot.Managers.ChatManager.SendChat("/gs change 14");
      			await Buddy.Coroutines.Coroutine.Sleep(3000);
      		]]>
      	</CodeChunk>
      	<CodeChunk Name="BTN">
      		<![CDATA[				
      			ff14bot.Managers.ChatManager.SendChat("/gs change 9");
      			await Buddy.Coroutines.Coroutine.Sleep(3000);
      		]]>
      	</CodeChunk>
      </CodeChunks>	
      </Profile>
      

      Also here is the log


      Code:
      [19:19:01.034 N] [Agil] Hooked.
      [19:19:01.061 V] [Poi.Clear] Reason: Current behavior changed to RunCode: LineNumber: 21, Name: MIN, IsDone: False, HighPriority: False, InCombat: False, QuestId: 0, StepId: 0, PostCombatDelay: 0, QuestName: null, IsDoneCache: False, Behavior: TreeSharp.ActionRunCoroutine, .
      [19:19:01.061 D] Removed all hooks from [HighPriorityProfileOrderBehavior_Hook]
      [19:19:01.061 D] Replaced hook [ProfileOrderBehavior_Hook] 483a43ff-104f-472a-8a48-59c3d4cb1bea
      [19:19:01.061 D] System.Exception: Nur ein Teil der ReadProcessMemory- oder WriteProcessMemory-Anforderung wurde abgeschlossen, at addr: 00000100, Size: 1
         bei GreyMagic.ExternalProcessMemory.ReadByteBuffer(IntPtr addr, Void* buffer, Int32 count)
         bei GreyMagic.MemoryBase.Read[T](IntPtr addr)
         bei ff14bot.Managers.FishingManager.get_State()
         bei Cardinal.Actions.Character.zho9ewCB7YuQTp9bqLO()
         bei Cardinal.Actions.Character.get_IsFishing()
         bei Cardinal.Actions.Character.NZvGlnCrR7PmqtKo9G8()
         bei Cardinal.Actions.Character.get_IsBusy()
         bei Agil.AgilModule.sGXybiXeO4WNldlgLb()
         bei Agil.AgilModule.jNvdwnIg7()
         bei Agil.AgilModule.MeppXIuhu(Object  )
         bei TreeSharp.Decorator.CanRun(Object context)
         bei TreeSharp.Decorator.<Execute>d__0.MoveNext()
         bei TreeSharp.Composite.Tick(Object context)
         bei TreeSharp.PrioritySelector.<Execute>d__0.MoveNext()
         bei TreeSharp.Composite.Tick(Object context)
         bei ff14bot.Behavior.HookExecutor.Run(Object context)
         bei TreeSharp.Action.RunAction(Object context)
         bei TreeSharp.Action.<Execute>d__0.MoveNext()
         bei TreeSharp.Composite.Tick(Object context)
         bei TreeSharp.PrioritySelector.<Execute>d__0.MoveNext()
         bei TreeSharp.Composite.Tick(Object context)
         bei ff14bot.TreeRoot.()
      [19:19:03.437 N] Stopping the bot. Reason:Pushed the stop button.
      [19:19:03.458 D] System.Exception: Nur ein Teil der ReadProcessMemory- oder WriteProcessMemory-Anforderung wurde abgeschlossen, at addr: 00000100, Size: 1
         bei GreyMagic.ExternalProcessMemory.ReadByteBuffer(IntPtr addr, Void* buffer, Int32 count)
         bei GreyMagic.MemoryBase.Read[T](IntPtr addr)
         bei ff14bot.Managers.FishingManager.get_State()
         bei Cardinal.Actions.Character.zho9ewCB7YuQTp9bqLO()
         bei Cardinal.Actions.Character.get_IsFishing()
         bei Cardinal.Actions.Character.NZvGlnCrR7PmqtKo9G8()
         bei Cardinal.Actions.Character.get_IsBusy()
         bei Agil.AgilModule.sGXybiXeO4WNldlgLb()
         bei Agil.AgilModule.jNvdwnIg7()
         bei Agil.AgilModule.MeppXIuhu(Object  )
         bei TreeSharp.Decorator.CanRun(Object context)
         bei TreeSharp.Decorator.<Execute>d__0.MoveNext()
         bei TreeSharp.Composite.Tick(Object context)
         bei TreeSharp.PrioritySelector.<Execute>d__0.MoveNext()
         bei TreeSharp.Composite.Tick(Object context)
         bei ff14bot.Behavior.HookExecutor.Run(Object context)
         bei TreeSharp.Action.RunAction(Object context)
         bei TreeSharp.Action.<Execute>d__0.MoveNext()
         bei TreeSharp.Composite.Tick(Object context)
         bei TreeSharp.PrioritySelector.<Execute>d__0.MoveNext()
         bei TreeSharp.Composite.Tick(Object context)
         bei ff14bot.TreeRoot.()
      [19:19:03.458 D] CurrentBot.Stop()
      [19:19:03.458 N] Connection closed! 192.99.148.87:31214
      [19:19:03.458 D] TreeHooks.Instance.ClearAll()
      [19:19:03.458 N] Clearing all hooks.
      [19:19:03.458 D] Replaced hook [PreCombatBuff] 375a74a0-d303-477a-a829-d52458f62707
      [19:19:03.458 D] Replaced hook [Heal] 7ad23c17-f89a-482a-8300-f59c8be23a09
      [19:19:03.458 D] Replaced hook [Pull] 535776ac-2cff-411b-85af-ee9937f21f9e
      [19:19:03.458 D] Replaced hook [CombatBuff] 5c64ff6b-3671-4dec-a20f-10c666012127
      [19:19:03.458 D] Replaced hook [Combat] 2fd2ffa7-74da-483d-b0b1-712fab890c17
      [19:19:03.458 D] Replaced hook [Rest] 26c99a03-42ae-4b7d-8239-3c04fdf15018
      [19:19:03.458 D] Navigator.Clear()
      [19:19:03.458 V] [Poi.Clear] Reason: Bot stopped
      [19:19:03.458 D] OnStop event
      [19:19:03.458 D] OnStop Event Invoking
      [19:19:03.458 D] ProfileOrderManager.OnBotStop. Resetting caches.
      [19:19:03.458 N] Bot Thread Ended.
      [19:19:07.889 N] Failed to load profile: Ungültige Daten auf Stammebene. Zeile 1, Position 1.
      [19:19:07.909 D] System.Xml.XmlException: Ungültige Daten auf Stammebene. Zeile 1, Position 1.
         bei System.Xml.XmlTextReaderImpl.Throw(Exception e)
         bei System.Xml.XmlTextReaderImpl.Throw(String res, String arg)
         bei System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace()
         bei System.Xml.XmlTextReaderImpl.ParseDocumentContent()
         bei System.Xml.XmlTextReaderImpl.Read()
         bei System.Xml.XmlReader.MoveToContent()
         bei System.Xml.Linq.XElement.Load(XmlReader reader, LoadOptions options)
         bei System.Xml.Linq.XElement.Load(TextReader textReader, LoadOptions options)
         bei ff14bot.NeoProfiles.NeoProfile.Load(String path)
         bei ff14bot.NeoProfiles.NeoProfileManager.Load(String profilePath, Boolean rememberPath)
      [19:19:20.933 N] Loaded profile Mining - Umbral Rock
      [19:19:23.608 D] Loading last profile
      [19:19:23.797 N] Loaded profile Mining - Umbral Rock
      [19:19:23.797 N] Bot Thread Started.
      [19:19:24.035 N] Connection to 192.99.148.87:31214 established.
      [19:19:24.035 N] Clearing all hooks.
      [19:19:24.035 D] Replaced hook [PreCombatBuff] c01b4fe3-73bb-4aca-a07b-57db2a9d1192
      [19:19:24.035 D] Replaced hook [Heal] 9bbf2bea-e7c1-45b1-a137-1240146c9656
      [19:19:24.035 D] Replaced hook [Pull] 60ebec0b-7b0d-4a1a-8ef3-2e183b7c5876
      [19:19:24.035 D] Replaced hook [CombatBuff] aeb41983-167d-4fdb-87d6-20bfd1e9cfc2
      [19:19:24.035 D] Replaced hook [Combat] 83186741-9192-42bb-8813-4b37f6dfb446
      [19:19:24.035 D] Replaced hook [Rest] eeff2503-28a8-44f0-831b-f9aeabf089fe
      [19:19:24.035 D] Added new hook [RoutineCombat] cd536398-8a5e-4977-89e6-afd18bb94487
      [19:19:24.035 D] Added new hook [HotspotPoi] 4dfb7a1e-c489-4845-a0b7-6851f4419e3e
      [19:19:24.035 D] Added new hook [SetDeathPoi] 3d1e4242-5b93-4147-976d-7a1664d5341f
      [19:19:24.035 D] Added new hook [SetCombatPoi] ca574661-1c92-4ffd-a3ea-9ce8f971483b
      [19:19:24.035 D] Added new hook [SetHotspotPoi] 7d19fcb4-71d6-4e19-af01-94e3c8a3850c
      [19:19:24.035 D] Added new hook [SelectPoiType] 42fbbc5a-e934-4510-b9d6-d69fed9425f2
      [19:19:24.035 D] Replaced hook [SelectPoiType] 9ecc0ad9-4ddb-45be-81b8-612a6490f958
      [19:19:24.035 D] Inserted new hook [TreeStart @0] a8cb812b-e1e7-4762-a2fe-6e3843f8a4aa
      [19:19:24.035 D] Inserted new hook [TreeStart @0] 67812f46-e422-472f-90a7-6312217c0960
      [19:19:24.035 N] [Agil] Hooked.
      [19:19:24.114 D] Added new hook [PoiAction] ec84a158-df7d-4fe0-a026-e6db760b369e
      [19:19:24.114 V] [Poi.Clear] Reason: Current behavior changed to GatherTag.
      [19:19:24.114 D] Removed all hooks from [HighPriorityProfileOrderBehavior_Hook]
      [19:19:24.114 D] Replaced hook [ProfileOrderBehavior_Hook] 335a6382-0741-43eb-a383-40e3ed615e48
      [19:19:24.115 D] System.Exception: Nur ein Teil der ReadProcessMemory- oder WriteProcessMemory-Anforderung wurde abgeschlossen, at addr: 00000100, Size: 1
         bei GreyMagic.ExternalProcessMemory.ReadByteBuffer(IntPtr addr, Void* buffer, Int32 count)
         bei GreyMagic.MemoryBase.Read[T](IntPtr addr)
         bei ff14bot.Managers.FishingManager.get_State()
         bei Cardinal.Actions.Character.zho9ewCB7YuQTp9bqLO()
         bei Cardinal.Actions.Character.get_IsFishing()
         bei Cardinal.Actions.Character.NZvGlnCrR7PmqtKo9G8()
         bei Cardinal.Actions.Character.get_IsBusy()
         bei Agil.AgilModule.sGXybiXeO4WNldlgLb()
         bei Agil.AgilModule.jNvdwnIg7()
         bei Agil.AgilModule.MeppXIuhu(Object  )
         bei TreeSharp.Decorator.CanRun(Object context)
         bei TreeSharp.Decorator.<Execute>d__0.MoveNext()
         bei TreeSharp.Composite.Tick(Object context)
         bei TreeSharp.PrioritySelector.<Execute>d__0.MoveNext()
         bei TreeSharp.Composite.Tick(Object context)
         bei ff14bot.Behavior.HookExecutor.Run(Object context)
         bei TreeSharp.Action.RunAction(Object context)
         bei TreeSharp.Action.<Execute>d__0.MoveNext()
         bei TreeSharp.Composite.Tick(Object context)
         bei TreeSharp.PrioritySelector.<Execute>d__0.MoveNext()
         bei TreeSharp.Composite.Tick(Object context)
         bei ff14bot.TreeRoot.()
      [19:19:28.675 N] Stopping the bot. Reason:Pushed the stop button.
      [19:19:28.698 D] System.Exception: Nur ein Teil der ReadProcessMemory- oder WriteProcessMemory-Anforderung wurde abgeschlossen, at addr: 00000100, Size: 1
         bei GreyMagic.ExternalProcessMemory.ReadByteBuffer(IntPtr addr, Void* buffer, Int32 count)
         bei GreyMagic.MemoryBase.Read[T](IntPtr addr)
         bei ff14bot.Managers.FishingManager.get_State()
         bei Cardinal.Actions.Character.zho9ewCB7YuQTp9bqLO()
         bei Cardinal.Actions.Character.get_IsFishing()
         bei Cardinal.Actions.Character.NZvGlnCrR7PmqtKo9G8()
         bei Cardinal.Actions.Character.get_IsBusy()
         bei Agil.AgilModule.sGXybiXeO4WNldlgLb()
         bei Agil.AgilModule.jNvdwnIg7()
         bei Agil.AgilModule.MeppXIuhu(Object  )
         bei TreeSharp.Decorator.CanRun(Object context)
         bei TreeSharp.Decorator.<Execute>d__0.MoveNext()
         bei TreeSharp.Composite.Tick(Object context)
         bei TreeSharp.PrioritySelector.<Execute>d__0.MoveNext()
         bei TreeSharp.Composite.Tick(Object context)
         bei ff14bot.Behavior.HookExecutor.Run(Object context)
         bei TreeSharp.Action.RunAction(Object context)
         bei TreeSharp.Action.<Execute>d__0.MoveNext()
         bei TreeSharp.Composite.Tick(Object context)
         bei TreeSharp.PrioritySelector.<Execute>d__0.MoveNext()
         bei TreeSharp.Composite.Tick(Object context)
         bei ff14bot.TreeRoot.()
      [19:19:28.698 D] CurrentBot.Stop()
      [19:19:28.699 N] Connection closed! 192.99.148.87:31214
      [19:19:28.699 D] TreeHooks.Instance.ClearAll()
      [19:19:28.699 N] Clearing all hooks.
      [19:19:28.699 D] Replaced hook [PreCombatBuff] 93d0263d-4f34-4a1c-9ac0-2baf703ce8bd
      [19:19:28.699 D] Replaced hook [Heal] d1932bbc-a910-4a65-9750-e13afecf1310
      [19:19:28.699 D] Replaced hook [Pull] 61b1a85d-2699-4237-b214-9537be98fd73
      [19:19:28.699 D] Replaced hook [CombatBuff] 3a25766b-1152-43b7-8e0b-824bf72a9d49
      [19:19:28.699 D] Replaced hook [Combat] 7b473da0-8147-469b-b0f3-11823fc8180e
      [19:19:28.699 D] Replaced hook [Rest] 5fcddf17-8d3d-421c-b88f-27ea380a3a0a
      [19:19:28.699 D] Navigator.Clear()
      [19:19:28.699 V] [Poi.Clear] Reason: Bot stopped
      [19:19:28.699 D] OnStop event
      [19:19:28.699 D] OnStop Event Invoking
      [19:19:28.699 D] ProfileOrderManager.OnBotStop. Resetting caches.
      [19:19:28.699 N] Bot Thread Ended.
      [19:26:17.665 N] Loaded profile Lvl 30 C/Shard Farming
      
       

    Share This Page