• Visit Rebornbuddy
  • [Request] Adamantite Ore

    Discussion in 'Rebornbuddy Profiles' started by becto, Aug 25, 2015.

    1. phaedrus

      phaedrus Member

      Joined:
      Jul 12, 2013
      Messages:
      964
      Likes Received:
      1
      Trophy Points:
      18
      It was your profile when i get this error :)
      Exmatt adamantite profile works fine.
       
    2. entrax

      entrax Member

      Joined:
      Jul 23, 2012
      Messages:
      459
      Likes Received:
      15
      Trophy Points:
      18
      Btw cuz the profile isn't working 100% i'll rebuild it with more accuracy, and only with ExMatt's tags.
      Fastest solution is to put this in OrderBotTags directory untill i rebuild the profile. View attachment 187153

      And because i'm making a Blue / Red scripts farm profile too i think i'll make a new thread when both are safe.
       
    3. phaedrus

      phaedrus Member

      Joined:
      Jul 12, 2013
      Messages:
      964
      Likes Received:
      1
      Trophy Points:
      18
      Thank you. Btw is there any chance do make exmatt profile to only collect normal and hq adamantite ore?
       
    4. entrax

      entrax Member

      Joined:
      Jul 23, 2012
      Messages:
      459
      Likes Received:
      15
      Trophy Points:
      18
      Code:
      	<!ENTITY Adamantite "1"> 
      	<!ENTITY Collect_Adamantite "0">
      
      If Adamantite is set to 1 or anything different to 0 it means "Yes i want to gather some adamantite" / 0 means "No i don't care about this shit"

      If Collect_Adamantite is set to 1 or anything different to 0 it means "Yes i want to gather some adamantite and I want it collectable" / 0 "I don't care about collectable" (Of course for collectable adamantite first one have to be at 1 too)

      So for Adamantite not collectable, set first to 1 and second to 0
       
      Last edited: Sep 10, 2015
    5. mumitroll

      mumitroll Member

      Joined:
      Mar 23, 2015
      Messages:
      75
      Likes Received:
      1
      Trophy Points:
      8
      I think the AdamantiteOre_AzysLla.xml would profit from a random "rest" or "wait" spot, I saw multiple people stacking on the exact same location waiting for the next node.
       
    6. entrax

      entrax Member

      Joined:
      Jul 23, 2012
      Messages:
      459
      Likes Received:
      15
      Trophy Points:
      18
      Or you can manually change HotSpot position (5 less/more X/Y/Z yards), like this u'll not wait with all others :)
       
    7. phaedrus

      phaedrus Member

      Joined:
      Jul 12, 2013
      Messages:
      964
      Likes Received:
      1
      Trophy Points:
      18
      There is only one line in Exmatt's profile.

      <!DOCTYPE Profile [
      <!ENTITY Collect_Adamantite "1">

      I guess if i make it ''0'' it ll only collect adamantite ore?
       
    8. entrax

      entrax Member

      Joined:
      Jul 23, 2012
      Messages:
      459
      Likes Received:
      15
      Trophy Points:
      18
      Yes, sry i didn't read it was "Only admantite" profile x)
       
    9. phaedrus

      phaedrus Member

      Joined:
      Jul 12, 2013
      Messages:
      964
      Likes Received:
      1
      Trophy Points:
      18
      Nope it doesnt work like that. If i make <!ENTITY Collect_Adamantite "1"> to ''0'' bot do nothing.
       
    10. entrax

      entrax Member

      Joined:
      Jul 23, 2012
      Messages:
      459
      Likes Received:
      15
      Trophy Points:
      18
      It should

      Code:
      			<If condition="&Collect_Adamantite; == 0">
      				<GatherCollectable loops="1" spawnTimeout="200">
      					<GatherObjects>
      						<GatherObject>Unspoiled Mineral Deposit</GatherObject>
      					</GatherObjects>
      					<ItemNames>
      						<ItemName>Adamantite Ore</ItemName>
      					</ItemNames>
      					<GatherRotation>Unspoiled</GatherRotation>
      					<GatherSpots>
      						<StealthApproachGatherSpot stealthLocation="70.86564, -0.4920825, -858.0936" nodeLocation="72.07767, 0.7522836, -854.5031"/>
      						<StealthApproachGatherSpot stealthLocation="20.53567, -1.213719, -827.198" nodeLocation="25.29292, 0.5668808, -833.7905"/>
      						<StealthApproachGatherSpot stealthLocation="89.52304, -1.827069, -791.0764"	nodeLocation="79.63015, 0.5219008, -804.5839"/>
      					</GatherSpots>
      					<HotSpots>
      						<HotSpot Radius="90" XYZ="57.50256, 21.00859, -835.1724"/>
      					</HotSpots>
      				</GatherCollectable>
      			</If>
      
      Like you can see if Collect_Adamantite == 0, then bot should do Unspoiled rotation instead of Collect470

      What did the logging windows said while doing nothing ?
       
    11. mumitroll

      mumitroll Member

      Joined:
      Mar 23, 2015
      Messages:
      75
      Likes Received:
      1
      Trophy Points:
      8
      for some reason it doesn't mount up any more

      Code:
      [15:17:37.145 D] Current Locale Eng
      [15:17:37.146 N] Currently a level 60 Miner
      [15:17:37.154 D] Reloading AssemblyLoader<ff14bot.AClasses.BotBase> - Initializing
      [15:17:40.563 D] [BotManager] Botbases have been reloaded.
      [15:17:40.563 D] ChocoboTrainer v1.0.316.0
      [15:17:40.563 D] Gardening bot v1.0.316.0
      [15:17:40.563 D] Lisbeth v0.0.0.0
      [15:17:40.564 D] Mud Assist v2.0.4.0
      [15:17:40.564 D] Combat Assist v1.0.316.0
      [15:17:40.564 D] Fate Bot v1.0.316.0
      [15:17:40.565 D] PvP v1.0.316.0
      [15:17:40.565 D] Fishing v1.0.316.0
      [15:17:40.565 D] Grinding v1.0.316.0
      [15:17:40.565 D] Gathering v1.0.316.0
      [15:17:40.565 D] Order Bot v1.0.316.0
      [15:17:40.622 D] Reloading AssemblyLoader<ff14bot.Interfaces.IBotPlugin> - Initializing
      [15:17:41.034 N] [Lisbeth] Lisbeth was loaded successfully.
      [15:17:41.714 N] [Lisbeth] Logged in.
      [15:17:41.741 N] [Agil] Agil was loaded successfully.
      [15:17:42.055 N] [Agil] Logged in.
      [15:17:46.658 D] [PluginManager] Plugins have been reloaded.
      [15:17:46.658 D] Agil v3.5.0
      [15:17:46.658 D] AlertMe v1.3.0
      [15:17:46.658 D] ChainIt v0.0.1
      [15:17:46.658 D] Chanko v1.0.0.1
      [15:17:46.658 D] FateStayTeleport v0.1
      [15:17:46.658 D] EnableFlight v0.9.0
      [15:17:46.659 D] QuestDevTools v0.0.1
      [15:17:46.659 D] RebornConsole v0.0.1
      [15:17:46.659 D]  RetBot v2.1.5
      [15:17:46.688 N] [AlertMe] Settings loaded
      [15:17:46.692 N] Building Actioncache
      [15:17:46.755 N] Action Name:Sprint Action Id:3
      [15:17:46.755 N] Action Name:Byregot's Ward Action Id:219
      [15:17:46.755 N] Action Name:Prospect Action Id:227
      [15:17:46.755 N] Action Name:Lay of the Land Action Id:228
      [15:17:46.755 N] Action Name:Stealth Action Id:229
      [15:17:46.755 N] Action Name:Preparation Action Id:230
      [15:17:46.755 N] Action Name:Toil of the Mountaineer Action Id:231
      [15:17:46.755 N] Action Name:Solid Reason Action Id:232
      [15:17:46.755 N] Action Name:Deep Vigor Action Id:233
      [15:17:46.755 N] Action Name:Nald'thal's Ward Action Id:234
      [15:17:46.755 N] Action Name:Sharp Vision Action Id:235
      [15:17:46.755 N] Action Name:Sharp Vision II Action Id:237
      [15:17:46.755 N] Action Name:Truth of Mountains Action Id:238
      [15:17:46.755 N] Action Name:King's Yield Action Id:239
      [15:17:46.755 N] Action Name:King's Yield II Action Id:241
      [15:17:46.755 N] Action Name:Unearth Action Id:242
      [15:17:46.755 N] Action Name:Unearth II Action Id:243
      [15:17:46.755 N] Action Name:Lay of the Land II Action Id:291
      [15:17:46.755 N] Action Name:Thaliak's Ward Action Id:293
      [15:17:46.755 N] Action Name:Sharp Vision III Action Id:295
      [15:17:46.755 N] Action Name:Clear Vision Action Id:4072
      [15:17:46.755 N] Action Name:Bountiful Yield Action Id:4073
      [15:17:46.755 N] Action Name:Collector's Glove Action Id:4074
      [15:17:46.755 N] Action Name:Methodical Appraisal Action Id:4075
      [15:17:46.755 N] Action Name:Instinctual Appraisal Action Id:4076
      [15:17:46.755 N] Action Name:Impulsive Appraisal Action Id:4077
      [15:17:46.755 N] Action Name:Discerning Eye Action Id:4078
      [15:17:46.755 N] Action Name:Utmost Caution Action Id:4079
      [15:17:46.755 N] Action Name:Deep Breath Action Id:4080
      [15:17:46.755 N] Action Name:Luck of the Mountaineer Action Id:4081
      [15:17:46.755 N] Action Name:Dredge Action Id:4082
      [15:17:46.755 N] Action Name:Dredge II Action Id:4083
      [15:17:46.755 N] Action Name:Single Mind Action Id:4084
      [15:17:46.755 N] Action Name:Last Ditch Action Id:4085
      [15:17:46.755 N] Action Name:Menphina's Ward Action Id:236
      [15:17:46.755 N] Action Name:Llymlaen's Ward Action Id:292
      [15:17:46.755 N] Action Name:Nophica's Ward Action Id:217
      [15:17:46.755 N] Done building Actioncache
      [15:17:46.794 D] Reloading AssemblyLoader<ff14bot.Interfaces.ICombatRoutine> - Initializing
      [15:17:54.008 D] [RoutineManager] Routines have been reloaded. Current class-specific list:
      [15:17:54.008 D] Ultima v1.0.0.0
      [15:17:54.027 D] Replaced hook [PreCombatBuff] cde6df23-d8f0-4ef5-a999-c0cff0d3ed08
      [15:17:54.028 D] Replaced hook [Heal] fc406dd7-7a77-4d6f-a478-5180223d042c
      [15:17:54.028 D] Replaced hook [Pull] 3e29297b-fb85-4b92-ae9b-1d7b39957672
      [15:17:54.028 D] Replaced hook [CombatBuff] 518d5a76-26ff-43ef-8300-e9d324f0c310
      [15:17:54.029 D] Replaced hook [Combat] f3d0ed1b-8e70-4473-ba57-389db6ffa905
      [15:17:54.029 D] Replaced hook [Rest] 2b21d131-ca03-4828-b007-870923102441
      [15:17:57.110 D] Loading last profile
      [15:17:57.431 N] GatherCollectable: Loaded Rotation -> Collect115, GP: 0, Time: 24
      [15:17:57.431 N] GatherCollectable: Loaded Rotation -> Collect240Dynamic, GP: 200, Time: 28
      [15:17:57.431 N] GatherCollectable: Loaded Rotation -> Collect345, GP: 0, Time: 24
      [15:17:57.431 N] GatherCollectable: Loaded Rotation -> Collect450, GP: 600, Time: 30
      [15:17:57.431 N] GatherCollectable: Loaded Rotation -> Collect470, GP: 600, Time: 30
      [15:17:57.431 N] GatherCollectable: Loaded Rotation -> Collect550, GP: 0, Time: 34
      [15:17:57.431 N] GatherCollectable: Loaded Rotation -> Collect570, GP: 600, Time: 34
      [15:17:57.431 N] GatherCollectable: Loaded Rotation -> DefaultCollect, GP: 0, Time: 30
      [15:17:57.431 N] GatherCollectable: Loaded Rotation -> DiscoverUnknowns, GP: 250, Time: 0
      [15:17:57.431 N] GatherCollectable: Loaded Rotation -> Elemental, GP: 0, Time: 0
      [15:17:57.431 N] GatherCollectable: Loaded Rotation -> Map, GP: 0, Time: 8
      [15:17:57.431 N] GatherCollectable: Loaded Rotation -> NewbsCollect, GP: 0, Time: 24
      [15:17:57.431 N] GatherCollectable: Loaded Rotation -> RegularNode, GP: 0, Time: 0
      [15:17:57.431 N] GatherCollectable: Loaded Rotation -> SmartQuality, GP: 0, Time: 0
      [15:17:57.431 N] GatherCollectable: Loaded Rotation -> SmartYield, GP: 0, Time: 0
      [15:17:57.431 N] GatherCollectable: Loaded Rotation -> Topsoil, GP: 0, Time: 8
      [15:17:57.431 N] GatherCollectable: Loaded Rotation -> Unspoiled, GP: 500, Time: 23
      [15:17:58.015 N] Loaded profile Collectable: Adamantite Ore
      [15:17:58.021 N] Bot Thread Started.
      [15:17:58.082 N] [Ultima] Loading: Miner
      [15:17:58.809 N] Connection to 192.99.148.87:31214 established.
      [15:17:58.911 N] Clearing all hooks.
      [15:17:58.911 D] Replaced hook [PreCombatBuff] e346e85d-1f02-4d8b-b8b8-6fb96d355db6
      [15:17:58.911 D] Replaced hook [Heal] 5bf9276b-04a9-41e3-956d-bf20c2ba2868
      [15:17:58.911 D] Replaced hook [Pull] 3f2df587-21ec-4271-996a-91ad97eb6960
      [15:17:58.911 D] Replaced hook [CombatBuff] bee09fb7-bed4-46c5-97f7-7f798afb1438
      [15:17:58.911 D] Replaced hook [Combat] e1542b79-f569-4712-b843-c0e3a3f4e3e3
      [15:17:58.911 D] Replaced hook [Rest] d9b64472-f1cd-4800-8fb9-4868c94f6c20
      [15:17:58.929 D] Added new hook [RoutineCombat] 3ede7caa-c9f7-4149-a198-6e8657dc81ee
      [15:17:58.931 D] Added new hook [HotspotPoi] ba47c033-f137-4be7-b60d-c5aa0a3baa30
      [15:17:58.933 D] Added new hook [SetDeathPoi] 576d466c-a32e-465f-be81-c01fc7dd4e20
      [15:17:58.933 D] Added new hook [SetCombatPoi] 33676284-76d1-458f-a3b5-b4041368a335
      [15:17:58.933 D] Added new hook [SetHotspotPoi] c162b761-9b99-44df-80ce-5ee4d43643f5
      [15:17:58.933 D] Added new hook [SelectPoiType] c7ed2103-a943-49c3-bbbf-3e891cfdaa82
      [15:17:58.934 D] Replaced hook [SelectPoiType] 93698756-4fa7-49a5-bfdb-55dcb9164d8b
      [15:17:58.934 D] Inserted new hook [TreeStart @0] c9179801-bf55-47d2-a9ea-b61d8684f566
      [15:17:58.980 V] [Poi.Clear] Reason: Current behavior changed to RunCode: LineNumber: 36, Name: Gear, IsDone: False, HighPriority: False, InCombat: False, QuestId: 0, StepId: 0, PostCombatDelay: 0, QuestName: null, IsDoneCache: False, Behavior: TreeSharp.ActionRunCoroutine, .
      [15:17:58.980 D] Removed all hooks from [HighPriorityProfileOrderBehavior_Hook]
      [15:17:58.980 D] Replaced hook [ProfileOrderBehavior_Hook] 91ceba62-ee0d-4339-8843-7b39e98af454
      [15:18:01.275 V] [Poi.Clear] Reason: Current behavior changed to GatherCollectableTag: IsDone: False, AdjustedWaitForGp: 0, AlwaysGather: True, CordialTime: IfNeeded, CordialType: None, DiscoverUnknowns: False, FreeRange: False, FreeRangeCondition: Condition.TrueFor(1, TimeSpan.FromHours(1)), GatheringSkillOrder: null, Slot: -1, GatherObject: null, GatherObjects: System.Collections.Generic.List`1[System.String], DisableRotationOverride: False, GatherRotation: Unspoiled, GatherSpots: System.Collections.Generic.List`1[ExBuddy.OrderBotTags.Gather.StealthApproachGatherSpot], GatherIncrease: Auto, GatherStrategy: GatherOrCollect, HotSpots: Clio.Utilities.IndexedList`1[ff14bot.Navigation.HotSpot], Collectables: null, ItemNames: System.Collections.Generic.List`1[System.String], Distance: 3,1, SkipWindowDelay: 0, SpellDelay: 250, WindowDelay: 2000, Loops: 1, SpawnTimeout: 200, While: True, DefaultGatherSpotType: GatherSpot, Radius: 3, InverseParabolicMagnitude: 10, Smoothing: 0, MountId: 0, ForcedAltitude: 0, ForceLanding: False, LogWaypoints: False, HighPriority: False, LineNumber: 62, InCombat: False, QuestId: 0, StepId: 0, PostCombatDelay: 0, QuestName: null, IsDoneCache: False, Behavior: TreeSharp.ActionRunCoroutine, .
      [15:18:01.275 D] Replaced hook [ProfileOrderBehavior_Hook] c9b566cb-02f4-445c-bfdc-39536375ff10
      [15:18:01.313 N] GatherCollectable: Could not find any nodes and can not confirm hotspot is empty via object detection, trying again from center of hotspot.
      [15:18:01.335 D] Requesting path on 402 from <74.84578, 4.771453, -833.4773> to <57.50256, 21.00859, -835.1224>
      [15:18:01.951 D] Generated path to <57.50256, 21.00859, -835.1224> in 00:00:00.6171584 ms
      [15:18:02.019 N] Sprinting
      [15:18:02.020 D] DoAction Spell 3 0xE0000000
      [15:18:07.585 D] Navigation reached current destination. Within 12,87534
      [15:18:07.618 D] Requesting path on 402 from <58.13137, 8.17595, -835.0627> to <57.50256, 21.00859, -835.1224>
      [15:18:07.776 D] Generated path to <57.50256, 21.00859, -835.1224> in 00:00:00.1584027 ms
      [15:18:07.785 D] Navigation reached current destination. Within 12,72787
      [15:18:07.818 D] Requesting path on 402 from <57.50859, 8.302717, -835.1216> to <57.50256, 21.00859, -835.1224>
      [15:18:07.985 D] Generated path to <57.50256, 21.00859, -835.1224> in 00:00:00.1665106 ms
      [15:18:08.017 D] Navigation reached current destination. Within 12,61052
      [15:18:08.051 D] Requesting path on 402 from <56.78652, 8.429636, -835.1901> to <57.50256, 21.00859, -835.1224>
      [15:18:08.222 D] Generated path to <57.50256, 21.00859, -835.1224> in 00:00:00.1721134 ms
      [15:18:08.451 D] Navigation reached current destination. Within 12,59971
      [15:18:08.484 D] Requesting path on 402 from <56.89156, 8.412742, -835.1802> to <57.50256, 21.00859, -835.1224>
      [15:18:08.621 D] Generated path to <57.50256, 21.00859, -835.1224> in 00:00:00.1371674 ms
      [15:18:08.650 D] Navigation reached current destination. Within 12,68592
      [15:18:08.685 D] Requesting path on 402 from <57.51199, 8.302044, -835.1215> to <57.50256, 21.00859, -835.1224>
      [15:18:08.839 D] Generated path to <57.50256, 21.00859, -835.1224> in 00:00:00.1554563 ms
      [15:18:08.850 D] Navigation reached current destination. Within 12,82311
      [15:18:08.885 D] Requesting path on 402 from <58.13323, 8.175579, -835.0626> to <57.50256, 21.00859, -835.1224>
      [15:18:09.038 D] Generated path to <57.50256, 21.00859, -835.1224> in 00:00:00.1530500 ms
      [15:18:09.185 D] Navigation reached current destination. Within 12,87614
      [15:18:09.218 D] Requesting path on 402 from <58.1338, 8.17547, -835.0626> to <57.50256, 21.00859, -835.1224>
      [15:18:09.388 D] Generated path to <57.50256, 21.00859, -835.1224> in 00:00:00.1704117 ms
      [15:18:09.418 D] Navigation reached current destination. Within 12,70669
      [15:18:09.451 D] Requesting path on 402 from <57.4094, 8.322935, -835.1312> to <57.50256, 21.00859, -835.1224>
      [15:18:09.625 D] Generated path to <57.50256, 21.00859, -835.1224> in 00:00:00.1748140 ms
      [15:18:09.650 D] Navigation reached current destination. Within 12,5994
      [15:18:09.684 D] Requesting path on 402 from <56.68658, 8.445737, -835.1997> to <57.50256, 21.00859, -835.1224>
      [15:18:09.859 D] Generated path to <57.50256, 21.00859, -835.1224> in 00:00:00.1739637 ms
      [15:18:10.118 D] Navigation reached current destination. Within 12,60012
      [15:18:10.151 D] Requesting path on 402 from <56.89506, 8.412185, -835.1799> to <57.50256, 21.00859, -835.1224>
      [15:18:10.342 D] Generated path to <57.50256, 21.00859, -835.1224> in 00:00:00.1910335 ms
      [15:18:10.351 D] Navigation reached current destination. Within 12,70741
      [15:18:10.385 D] Requesting path on 402 from <57.61926, 8.28021, -835.1113> to <57.50256, 21.00859, -835.1224>
      [15:18:10.582 N] Stopping the bot. Reason:Pushed the stop button.
      [15:18:10.585 D] CurrentBot.Stop()
      [15:18:10.591 N] Connection closed! 192.99.148.87:31214
      [15:18:10.592 D] TreeHooks.Instance.ClearAll()
      [15:18:10.592 N] Clearing all hooks.
      [15:18:10.592 D] Replaced hook [PreCombatBuff] 99c562a9-f5b7-4dd0-ba13-e129da7ed594
      [15:18:10.592 D] Replaced hook [Heal] 040f56e1-4f74-4b19-9cb2-84cf0e433d98
      [15:18:10.592 D] Replaced hook [Pull] fef7d796-56b8-46d0-a160-40440b6605e0
      [15:18:10.592 D] Replaced hook [CombatBuff] c83e24d9-11ef-41a4-a289-e07e3e5440f1
      [15:18:10.592 D] Replaced hook [Combat] 43c305de-26ce-4697-9d7e-01c907cc26a6
      [15:18:10.592 D] Replaced hook [Rest] 1067030e-b705-4dcb-86e9-54c4f2ea09e4
      [15:18:10.592 D] Navigator.Clear()
      [15:18:10.592 V] [Poi.Clear] Reason: Bot stopped
      [15:18:10.592 D] OnStop event
      [15:18:10.592 D] OnStop Event Invoking
      [15:18:10.593 D] ProfileOrderManager.OnBotStop. Resetting caches.
      [15:18:10.593 N] Bot Thread Ended.
      [15:18:49.096 D] Loading last profile
      [15:18:49.942 N] Loaded profile Collectable: Adamantite Ore
      [15:18:49.946 N] Bot Thread Started.
      [15:18:50.362 N] Connection to 192.99.148.87:31214 established.
      [15:18:50.362 N] Clearing all hooks.
      [15:18:50.362 D] Replaced hook [PreCombatBuff] d5d4f19a-7a8f-4532-b1fb-9959793c16b5
      [15:18:50.362 D] Replaced hook [Heal] be6c48e8-144a-4788-929f-ef48ae1db502
      [15:18:50.362 D] Replaced hook [Pull] ce0fedc3-e81b-45d2-be0e-495a6fdb2ef8
      [15:18:50.362 D] Replaced hook [CombatBuff] baa53379-8f10-4b26-83c0-3ca9f67b892f
      [15:18:50.362 D] Replaced hook [Combat] f3b18419-f067-4344-94ba-0fcb811d6657
      [15:18:50.362 D] Replaced hook [Rest] e86f0407-bfaf-45ab-a8e5-59d3ea5e36e1
      [15:18:50.362 D] Added new hook [RoutineCombat] 0de5c06e-2d7e-48b2-92de-a20d5f11c54a
      [15:18:50.362 D] Added new hook [HotspotPoi] 0051222b-ed59-49fb-89c9-33d334badd35
      [15:18:50.362 D] Added new hook [SetDeathPoi] e329d1d8-5417-4d82-b8bd-3a64a22c9b97
      [15:18:50.362 D] Added new hook [SetCombatPoi] 8198a033-cd94-4796-b2ef-ff0861154906
      [15:18:50.362 D] Added new hook [SetHotspotPoi] 1528841e-7988-4cf2-a69e-b918c8ea1e70
      [15:18:50.362 D] Added new hook [SelectPoiType] b14e5413-931c-46d9-8f0e-0da78d8bf4fd
      [15:18:50.362 D] Replaced hook [SelectPoiType] 2143fd87-278c-427f-a098-85c60195ea94
      [15:18:50.362 D] Inserted new hook [TreeStart @0] 8d2efdd7-dc7b-48ac-ae5c-5533e4cd321a
      [15:18:50.385 V] [Poi.Clear] Reason: Current behavior changed to RunCode: LineNumber: 36, Name: Gear, IsDone: False, HighPriority: False, InCombat: False, QuestId: 0, StepId: 0, PostCombatDelay: 0, QuestName: null, IsDoneCache: False, Behavior: TreeSharp.ActionRunCoroutine, .
      [15:18:50.385 D] Removed all hooks from [HighPriorityProfileOrderBehavior_Hook]
      [15:18:50.385 D] Replaced hook [ProfileOrderBehavior_Hook] 79f0fdf3-f4b2-41e2-a1f2-e32e69c46185
      [15:18:52.454 V] [Poi.Clear] Reason: Current behavior changed to GatherCollectableTag: IsDone: False, AdjustedWaitForGp: 0, AlwaysGather: True, CordialTime: IfNeeded, CordialType: None, DiscoverUnknowns: False, FreeRange: False, FreeRangeCondition: Condition.TrueFor(1, TimeSpan.FromHours(1)), GatheringSkillOrder: null, Slot: -1, GatherObject: null, GatherObjects: System.Collections.Generic.List`1[System.String], DisableRotationOverride: False, GatherRotation: Unspoiled, GatherSpots: System.Collections.Generic.List`1[ExBuddy.OrderBotTags.Gather.StealthApproachGatherSpot], GatherIncrease: Auto, GatherStrategy: GatherOrCollect, HotSpots: Clio.Utilities.IndexedList`1[ff14bot.Navigation.HotSpot], Collectables: null, ItemNames: System.Collections.Generic.List`1[System.String], Distance: 3,1, SkipWindowDelay: 0, SpellDelay: 250, WindowDelay: 2000, Loops: 1, SpawnTimeout: 200, While: True, DefaultGatherSpotType: GatherSpot, Radius: 3, InverseParabolicMagnitude: 10, Smoothing: 0, MountId: 0, ForcedAltitude: 0, ForceLanding: False, LogWaypoints: False, HighPriority: False, LineNumber: 62, InCombat: False, QuestId: 0, StepId: 0, PostCombatDelay: 0, QuestName: null, IsDoneCache: False, Behavior: TreeSharp.ActionRunCoroutine, .
      [15:18:52.454 D] Replaced hook [ProfileOrderBehavior_Hook] 422f3eb6-db98-4faa-9e6e-736ce730178a
      [15:18:52.455 N] GatherCollectable: Could not find any nodes and can not confirm hotspot is empty via object detection, trying again from center of hotspot.
      [15:18:52.455 D] Requesting path on 402 from <58.34624, 8.132221, -835.0425> to <57.50256, 21.00859, -835.1224>
      [15:18:53.110 D] Generated path to <57.50256, 21.00859, -835.1224> in 00:00:00.6553714 ms
      [15:18:53.218 D] Navigation reached current destination. Within 12,88304
      [15:18:53.251 D] Requesting path on 402 from <58.21416, 8.1591, -835.0549> to <57.50256, 21.00859, -835.1224>
      [15:18:53.413 D] Generated path to <57.50256, 21.00859, -835.1224> in 00:00:00.1623020 ms
      [15:18:53.451 D] Navigation reached current destination. Within 12,7577
      [15:18:53.485 D] Requesting path on 402 from <57.67153, 8.269563, -835.1063> to <57.50256, 21.00859, -835.1224>
      [15:18:53.655 D] Generated path to <57.50256, 21.00859, -835.1224> in 00:00:00.1698743 ms
      [15:18:53.685 D] Navigation reached current destination. Within 12,64837
      [15:18:53.717 D] Requesting path on 402 from <57.11259, 8.377176, -835.1592> to <57.50256, 21.00859, -835.1224>
      [15:18:53.897 D] Generated path to <57.50256, 21.00859, -835.1224> in 00:00:00.1791431 ms
      [15:18:53.951 D] Navigation reached current destination. Within 12,59222
      [15:18:53.985 D] Requesting path on 402 from <56.79285, 8.428616, -835.1895> to <57.50256, 21.00859, -835.1224>
      [15:18:54.172 D] Generated path to <57.50256, 21.00859, -835.1224> in 00:00:00.1874279 ms
      [15:18:54.184 D] Navigation reached current destination. Within 12,65949
      [15:18:54.218 D] Requesting path on 402 from <57.35222, 8.334577, -835.1367> to <57.50256, 21.00859, -835.1224>
      [15:18:54.314 N] Stopping the bot. Reason:Pushed the stop button.
      [15:18:54.318 D] CurrentBot.Stop()
      [15:18:54.318 N] Connection closed! 192.99.148.87:31214
      [15:18:54.318 D] TreeHooks.Instance.ClearAll()
      [15:18:54.318 N] Clearing all hooks.
      [15:18:54.318 D] Replaced hook [PreCombatBuff] 52c9d3fa-ec5b-4568-8081-65a7d5f25d34
      [15:18:54.319 D] Replaced hook [Heal] 7949b705-0fda-465b-a87e-5252b2bf95ca
      [15:18:54.320 D] Replaced hook [Pull] 056aff7f-54ba-4115-a742-f4d7f5178596
      [15:18:54.320 D] Replaced hook [CombatBuff] cd2e7ffb-f9e3-4235-be01-cfcff2a67f46
      [15:18:54.320 D] Replaced hook [Combat] c6ee50b1-6735-4a69-a476-3aa28d97711b
      [15:18:54.320 D] Replaced hook [Rest] f94cdad0-74ac-4f89-9319-4ae5753a4127
      [15:18:54.320 D] Navigator.Clear()
      [15:18:54.320 V] [Poi.Clear] Reason: Bot stopped
      [15:18:54.320 D] OnStop event
      [15:18:54.320 D] OnStop Event Invoking
      [15:18:54.320 D] ProfileOrderManager.OnBotStop. Resetting caches.
      [15:18:54.320 N] Bot Thread Ended.
      
      
      
       
    12. phaedrus

      phaedrus Member

      Joined:
      Jul 12, 2013
      Messages:
      964
      Likes Received:
      1
      Trophy Points:
      18
      Yeah same problem for me. If you mount up manuel first time it works.
       
    13. phaedrus

      phaedrus Member

      Joined:
      Jul 12, 2013
      Messages:
      964
      Likes Received:
      1
      Trophy Points:
      18
      I put this file to OrderBotTags. I dont take any more error but bot just stands...
       
    14. entrax

      entrax Member

      Joined:
      Jul 23, 2012
      Messages:
      459
      Likes Received:
      15
      Trophy Points:
      18
      For AdamantiteOre_AzysLla.xml

      May be try to add this "FlightPathTo" line :
      Code:
      		<If Condition="not IsOnMap(402)">
      			<TeleportTo Name="Helix" AetheryteId="74" />
      			<MoveTo XYZ="-716.7953, -186.9606, -599.0761"/>
      		</If>
      		<FlightPathTo XYZ="57.50256, 21.00859, -835.1724" DismountAtDestination="false" />
      		<While condition="True">
      About my profile, Where did it stands ? Near porcini spot ? And did it stealth ?
       
    15. phaedrus

      phaedrus Member

      Joined:
      Jul 12, 2013
      Messages:
      964
      Likes Received:
      1
      Trophy Points:
      18
      It stands where i start the profile.
       
    16. entrax

      entrax Member

      Joined:
      Jul 23, 2012
      Messages:
      459
      Likes Received:
      15
      Trophy Points:
      18
      Hum the only way for this is you launch it at (for example) 5:00 ET and you didn't enable Spinach, so bot'll just wait untill next "windows" (7-10 for chysalh and gold ore).

      1-4 Cocoon / Darksteel -> 4-7 Spinach -> 7-10 Chysalh / Gold Ore -> 10-11 Adamantite -> 11-13 Porcini -> 13-15 Black truffle -> 15-18 Thavnairian Mistletoe / Rosemary -> 18-20 Volcanic Rock Salt / Virgin Basilisk Egg -> 20-22 Chysalh -> 22-23 Adamantite -> 23-1 Porcini

      If you didn't enable all item off the same "windows", it'll just wait untill next one.
       
      Last edited: Sep 10, 2015
    17. phaedrus

      phaedrus Member

      Joined:
      Jul 12, 2013
      Messages:
      964
      Likes Received:
      1
      Trophy Points:
      18
      Hmm lets wait more then :) Btw the code you wrote above for Exmatt's profile , it broke the plugin when i add it to FlightPathTo. But when i add this line to AdamantiteOre_AzysLla

      <FlightPathTo XYZ="57.50256, 21.00859, -835.1724" DismountAtDestination="false" />

      mount up problem fixed.
       
      Last edited: Sep 10, 2015
    18. phaedrus

      phaedrus Member

      Joined:
      Jul 12, 2013
      Messages:
      964
      Likes Received:
      1
      Trophy Points:
      18
      Told you the code you posted before worked but when i add this in AdamantiteOre_AzysLla.xml
       
    19. entrax

      entrax Member

      Joined:
      Jul 23, 2012
      Messages:
      459
      Likes Received:
      15
      Trophy Points:
      18
      That's what i meant, the code was from AdamantiteOre_AzysLla ^^

      When I said "this FlightPathTo line" it was for you to know which line copy past from what I post to AdamantiteOre_AzysLla.xml not in .cs or something
       
      Last edited: Sep 10, 2015
    20. phaedrus

      phaedrus Member

      Joined:
      Jul 12, 2013
      Messages:
      964
      Likes Received:
      1
      Trophy Points:
      18
      Ohh ok. Btw your profile start moving to dragonhead but there is no unspoiled node and it just stand again.
      And now port to wineport and just stand near the node.
       
      Last edited: Sep 10, 2015

    Share This Page