• Visit Rebornbuddy
  • [Order Bot] Fishing (Leveling 1-60)

    Discussion in 'Fishing profiles' started by y2krazy, Aug 22, 2015.

    1. ExMatt

      ExMatt Active Member

      Joined:
      Jul 5, 2015
      Messages:
      1,030
      Likes Received:
      14
      Trophy Points:
      38
      Awesome, i'm glad you figured it out. It is the compiler errors that really tell you the problem, not the xml element one =).
       
    2. ethan enzo

      ethan enzo New Member

      Joined:
      Sep 14, 2015
      Messages:
      23
      Likes Received:
      0
      Trophy Points:
      0
      Hey y2krazy, I tried to load the profile but it failed. I got no problem with botanist / gathering profile, but got problem loading the profile for the 50-60 fishing one. I also got no problem with your 1-50 fishing profile please help,


      [00:20:57.412 N] BehaviorDirectory element found, compiling custom behaviors...
      [00:20:58.047 N] Failed to load profile: Element Fish is not supported. Please check your XML and try again. (<Fish Mooch="1" Bait="Hoverworm" MinFish="15" MaxFish="25" ShuffleFishSpots="True" Condition="IsTimeBetween(0,8)">
      <FishSpots>
      <FishSpot XYZ="-435.6096, 199.8478, -362.3759" Heading="2.426933" Sit="True" />
      <FishSpot XYZ="-452.6844, 201.5384, -371.8248" Heading="2.634278" Sit="True" />
      <FishSpot XYZ="-475.6136, 200.9357, -385.6031" Heading="2.110678" Sit="True" />
      <FishSpot XYZ="-495.2743, 194.0377, -394.0911" Heading="2.756186" Sit="True" />
      </FishSpots>
      </Fish>) Line 107
      [00:20:58.050 D] System.Exception: Element Fish is not supported. Please check your XML and try again. (<Fish Mooch="1" Bait="Hoverworm" MinFish="15" MaxFish="25" ShuffleFishSpots="True" Condition="IsTimeBetween(0,8)">
      <FishSpots>
      <FishSpot XYZ="-435.6096, 199.8478, -362.3759" Heading="2.426933" Sit="True" />
      <FishSpot XYZ="-452.6844, 201.5384, -371.8248" Heading="2.634278" Sit="True" />
      <FishSpot XYZ="-475.6136, 200.9357, -385.6031" Heading="2.110678" Sit="True" />
      <FishSpot XYZ="-495.2743, 194.0377, -394.0911" Heading="2.756186" Sit="True" />
      </FishSpots>
      </Fish>) Line 107
      at Clio.XmlEngine.PropertyProcessor.(PropertyInfo , XElement , Object )
      at Clio.XmlEngine.XmlEngine.Load(Object obj, XElement element)
      at Clio.XmlEngine.PropertyProcessor.(PropertyInfo , XElement , Object )
      at Clio.XmlEngine.XmlEngine.Load(Object obj, XElement element)
      at Clio.XmlEngine.PropertyProcessor.(PropertyInfo , XElement , Object )
      at Clio.XmlEngine.XmlEngine.Load(Object obj, XElement element)
      at Clio.XmlEngine.PropertyProcessor.(XElement , Type )
      at Clio.XmlEngine.PropertyProcessor..(XElement )
      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 Clio.XmlEngine.PropertyProcessor.(XElement , PropertyInfo )
      at Clio.XmlEngine.PropertyProcessor.(PropertyInfo , XElement , Object )
      at Clio.XmlEngine.XmlEngine.Load(Object obj, XElement element)
      at ff14bot.NeoProfiles.NeoProfile.Load(XElement element, String path)
      at ff14bot.NeoProfiles.NeoProfile.Load(String path)
      at ff14bot.NeoProfiles.NeoProfileManager.Load(String profilePath, Boolean rememberPath)
       
      Last edited: Nov 6, 2015
    3. ExMatt

      ExMatt Active Member

      Joined:
      Jul 5, 2015
      Messages:
      1,030
      Likes Received:
      14
      Trophy Points:
      38
      Stop killing the puppies.
       
    4. y2krazy

      y2krazy Community Developer

      Joined:
      Jun 21, 2011
      Messages:
      2,803
      Likes Received:
      70
      Trophy Points:
      48
      It is likely that you either don't have Fish.cs in the right spot, or it's possible you have one that works with "Fish" in ExBuddy and one under "Plugins" => "OrderBotTags". If so, remove the single "Fish.cs" in "OrderBotTags" and try again.
       
      Last edited: Nov 6, 2015
    5. ethan enzo

      ethan enzo New Member

      Joined:
      Sep 14, 2015
      Messages:
      23
      Likes Received:
      0
      Trophy Points:
      0
      I tried to fix fish.cs etc and restarting step by step by your guide. Now the error is on line 61 instead of line 107.

      [09:22:45.002 N] BehaviorDirectory element found,but couldn't find directory C:\Users\jack\Downloads\../../Quest Behaviors
      [09:22:45.002 N] Failed to load profile: Element StopBot is not supported. Please check your XML and try again. (<StopBot />) Line 61
      [09:22:45.003 D] System.Exception: Element StopBot is not supported. Please check your XML and try again. (<StopBot />) Line 61
      at Clio.XmlEngine.PropertyProcessor.(PropertyInfo , XElement , Object )
      at Clio.XmlEngine.XmlEngine.Load(Object obj, XElement element)
      at Clio.XmlEngine.PropertyProcessor.(PropertyInfo , XElement , Object )
      at Clio.XmlEngine.XmlEngine.Load(Object obj, XElement element)
      at Clio.XmlEngine.PropertyProcessor.(XElement , Type )
      at Clio.XmlEngine.PropertyProcessor..(XElement )
      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 Clio.XmlEngine.PropertyProcessor.(XElement , PropertyInfo )
      at Clio.XmlEngine.PropertyProcessor.(PropertyInfo , XElement , Object )
      at Clio.XmlEngine.XmlEngine.Load(Object obj, XElement element)
      at ff14bot.NeoProfiles.NeoProfile.Load(XElement element, String path)
      at ff14bot.NeoProfiles.NeoProfile.Load(String path)
      at ff14bot.NeoProfiles.NeoProfileManager.Load(String profilePath, Boolean rememberPath)
       
    6. y2krazy

      y2krazy Community Developer

      Joined:
      Jun 21, 2011
      Messages:
      2,803
      Likes Received:
      70
      Trophy Points:
      48
      Code:
      [09:22:45.002 N] BehaviorDirectory element found,but couldn't find directory C:\Users\jack\Downloads\../../Quest Behaviors
      ^ This typically means your folder structure doesn't match what the profile is expecting it to. I have "Quest Behaviors" here:

      [​IMG]
       
    7. sele0830

      sele0830 New Member

      Joined:
      Sep 30, 2015
      Messages:
      6
      Likes Received:
      0
      Trophy Points:
      1
      Hi. I followed all of your instructions and downloaded and located needed files.

      But when I load your profile, below messages pop up and my character keeps choosing bait, while never start to fishing. How can I fix it?

      Thank you. :>

      [05:13:35.948 V] [ExBuddy] Attempting to close the [Bait] window
      [05:13:36.182 V] [ExBuddy] The [Bait] window has been closed.
      [05:13:36.182 N] [ExFish v3.1.0.1511120] Using bait -> Hoverworm
      [05:13:36.242 D] DoAction Spell 288 0x1023E3D6
      [05:13:44.730 V] [ExBuddy] Attempting to close the [Bait] window
      [05:13:44.964 V] [ExBuddy] The [Bait] window has been closed.
      [05:13:44.964 N] [ExFish v3.1.0.1511120] Using bait -> Hoverworm
      [05:13:45.024 D] DoAction Spell 288 0x1023E3D6
      [05:13:53.443 V] [ExBuddy] Attempting to close the [Bait] window
      [05:13:53.676 V] [ExBuddy] The [Bait] window has been closed.
      [05:13:53.676 N] [ExFish v3.1.0.1511120] Using bait -> Hoverworm
      [05:13:53.735 D] DoAction Spell 288 0x1023E3D6
      [05:14:02.207 V] [ExBuddy] Attempting to close the [Bait] window
      [05:14:02.438 V] [ExBuddy] The [Bait] window has been closed.
      [05:14:02.438 N] [ExFish v3.1.0.1511120] Using bait -> Hoverworm
      [05:14:02.496 D] DoAction Spell 288 0x1023E3D6
      [05:14:10.969 V] [ExBuddy] Attempting to close the [Bait] window
      [05:14:11.203 V] [ExBuddy] The [Bait] window has been closed.
      [05:14:11.203 N] [ExFish v3.1.0.1511120] Using bait -> Hoverworm
      [05:14:11.206 D] DoAction Spell 288 0x1023E3D6
      [05:14:19.654 V] [ExBuddy] Attempting to close the [Bait] window
      [05:14:19.897 V] [ExBuddy] The [Bait] window has been closed.
      [05:14:19.897 N] [ExFish v3.1.0.1511120] Using bait -> Hoverworm
      [05:14:19.958 D] DoAction Spell 288 0x1023E3D6
       
    8. ExMatt

      ExMatt Active Member

      Joined:
      Jul 5, 2015
      Messages:
      1,030
      Likes Received:
      14
      Trophy Points:
      38

      Please post more log info, snippets just makes me angry..and you dont' want to see me angry.
       
    9. sele0830

      sele0830 New Member

      Joined:
      Sep 30, 2015
      Messages:
      6
      Likes Received:
      0
      Trophy Points:
      1
      I'm sorry to make you angry. :> Here is the entire logs. After some repetition, I stopped RB and copy the logs. Thank you.

      [06:09:33.942 D] Current Locale Eng
      [06:09:33.942 N] Currently a level 50 Fisher
      [06:09:33.942 N] Compiling custom behaviors...
      [06:09:34.647 D] Done compiling custom behaviors...
      [06:09:34.656 D] Reloading AssemblyLoader<ff14bot.AClasses.BotBase> - Initializing
      [06:09:36.121 D] [BotManager] Botbases have been reloaded.
      [06:09:36.121 D] ChocoboTrainer v1.0.354.0
      [06:09:36.121 D] Gardening bot v1.0.354.0
      [06:09:36.121 D] Combat Assist v1.0.354.0
      [06:09:36.122 D] Fate Bot v1.0.354.0
      [06:09:36.122 D] PvP v1.0.354.0
      [06:09:36.122 D] Fishing v1.0.354.0
      [06:09:36.122 D] Grinding v1.0.354.0
      [06:09:36.122 D] Gathering v1.0.354.0
      [06:09:36.122 D] Order Bot v1.0.354.0
      [06:09:36.174 D] Reloading AssemblyLoader<ff14bot.Interfaces.IBotPlugin> - Initializing
      [06:09:37.661 N] [ExBuddy] Added namespace 'ExBuddy' to ScriptManager
      [06:09:37.661 N] [ExBuddy] Added namespace 'ExBuddy.Helpers' to ScriptManager
      [06:09:38.632 D] [PluginManager] Plugins have been reloaded.
      [06:09:38.632 D] Chanko v1.0.0.1
      [06:09:38.632 D] EnableFlight v3.1.0.1511120
      [06:09:38.632 D] RetainerMaid v3.1.0.1511120
      [06:09:38.632 D] Skywatcher v3.1.0.1511120
      [06:09:38.632 D] QuestDevTools v0.0.1
      [06:09:38.632 D] RebornConsole v0.0.1
      [06:09:38.648 N] Building Actioncache
      [06:09:39.276 N] Action Name:Sprint Action Id:3
      [06:09:39.276 N] Action Name:Bait Action Id:288
      [06:09:39.276 N] Action Name:Cast Action Id:289
      [06:09:39.276 N] Action Name:Hook Action Id:296
      [06:09:39.276 N] Action Name:Mooch Action Id:297
      [06:09:39.276 N] Action Name:Stealth Action Id:298
      [06:09:39.276 N] Action Name:Quit Action Id:299
      [06:09:39.276 N] Action Name:Release Action Id:300
      [06:09:39.276 N] Action Name:Cast Light Action Id:2135
      [06:09:39.276 N] Action Name:Snagging Action Id:4100
      [06:09:39.276 N] Action Name:Collect Action Id:4101
      [06:09:39.276 N] Done building Actioncache
      [06:09:39.323 D] Reloading AssemblyLoader<ff14bot.Interfaces.ICombatRoutine> - Initializing
      [06:09:40.038 D] [RoutineManager] Routines have been reloaded. Current class-specific list:
      [06:09:40.041 D] Replaced hook [PreCombatBuff] 38aa0ead-6918-41bc-a588-bf4804e56887
      [06:09:40.041 D] Replaced hook [Heal] 3b7bdb5b-5fd6-4d3b-9a48-3ed5a6cfebff
      [06:09:40.041 D] Replaced hook [Pull] eeb38f50-4753-480a-8f48-efdbb7c72b51
      [06:09:40.041 D] Replaced hook [CombatBuff] c69ee9b9-114d-4cc6-9462-8f2e1ac382a4
      [06:09:40.041 D] Replaced hook [Combat] 571d4c8a-fcbd-45e2-b14c-bee04e85fef9
      [06:09:40.041 D] Replaced hook [Rest] df9588f6-91d9-42fe-8d77-d27817b77262
      [06:09:43.961 N] BehaviorDirectory element found, compiling custom behaviors...
      [06:09:45.078 N] Loaded profile [O] [FSH] Leveling 50-60
      [06:09:47.268 D] Loading last profile
      [06:09:47.478 N] BehaviorDirectory element found, compiling custom behaviors...
      [06:09:48.627 N] Loaded profile [O] [FSH] Leveling 50-60
      [06:09:48.628 N] Bot Thread Started.
      [06:09:49.470 N] Connection to 192.99.148.87:31214 established.
      [06:09:49.590 N] Clearing all hooks.
      [06:09:49.590 N] Removing Chanko Hook
      [06:09:49.591 D] Replaced hook [PreCombatBuff] 9ce34535-de91-499e-bb66-f1a9263d289b
      [06:09:49.591 D] Replaced hook [Heal] eb2f45e7-05df-4491-a05f-dc1ee37730aa
      [06:09:49.591 D] Replaced hook [Pull] 737f68a1-61cf-423d-a2fd-d427b22eca1e
      [06:09:49.591 D] Replaced hook [CombatBuff] 8d6c133a-879d-4a4f-bab6-50f7af3ca7a2
      [06:09:49.591 D] Replaced hook [Combat] b9690ed9-5741-4c80-b85b-33566ec02fe4
      [06:09:49.591 D] Replaced hook [Rest] 027134b5-bcf7-4fa7-b751-63ea60f8b7df
      [06:09:49.607 D] Added new hook [RoutineCombat] bdd8412f-3369-4aee-b985-4520e7f74b7a
      [06:09:49.609 D] Added new hook [HotspotPoi] cc454e54-30c0-433c-84e3-fd6cffc27281
      [06:09:49.611 D] Added new hook [SetDeathPoi] 5d0dc50f-b910-4ba7-bdc6-84f6162e2751
      [06:09:49.611 D] Added new hook [SetCombatPoi] 8a6e899c-9651-48c7-86f7-bd19cf213064
      [06:09:49.611 D] Added new hook [SetHotspotPoi] 37506a77-a6af-47b1-a98c-f2d198cf407a
      [06:09:49.611 D] Added new hook [SelectPoiType] e2c6efdb-efa0-4fe8-9709-ecd1b0fd28e2
      [06:09:49.612 D] Replaced hook [SelectPoiType] be72f6ea-6718-474f-8646-40f0e22a1cfb
      [06:09:49.613 D] Inserted new hook [TreeStart @0] f331e10d-d15c-473f-a5ba-4333572cb600
      [06:09:49.614 N] Adding Chanko Hook
      [06:09:49.614 D] Added new hook [TreeStart] b0112ad4-010c-43c4-b2dd-d42410765463
      [06:09:49.696 V] [Poi.Clear] Reason: Current behavior changed to RunCode: LineNumber: 83, Name: Fisher, IsDone: False, HighPriority: False, InCombat: False, QuestId: 0, StepId: 0, PostCombatDelay: 0, QuestName: null, IsDoneCache: False, Behavior: TreeSharp.ActionRunCoroutine, .
      [06:09:49.696 D] Removed all hooks from [HighPriorityProfileOrderBehavior_Hook]
      [06:09:49.696 D] Replaced hook [ProfileOrderBehavior_Hook] f2cf4c86-71b2-4ef9-83e8-4fda24eb74dd
      [06:09:49.809 V] [Poi.Clear] Reason: Current behavior changed to WaitTimerTag: IsDone: False, WaitTime: 3, HighPriority: False, LineNumber: 84, InCombat: False, QuestId: 0, StepId: 0, PostCombatDelay: 0, QuestName: null, IsDoneCache: False, Behavior: TreeSharp.Sequence, .
      [06:09:49.809 D] Replaced hook [ProfileOrderBehavior_Hook] 5650d8e0-5667-4cbf-afe1-6c9069576f9e
      [06:09:53.138 V] [Poi.Clear] Reason: Current behavior changed to NoCombatMoveToTag: XYZ: <-504.1518, 206.4129, -340.7338>, Name: Fishing Area, Distance: 3, UseMesh: True, Wait: 5000, HighPriority: True, IsDone: False, LineNumber: 133, InCombat: False, QuestId: 0, StepId: 0, PostCombatDelay: 0, QuestName: null, IsDoneCache: False, Behavior: TreeSharp.PrioritySelector, .
      [06:09:53.138 D] Removed all hooks from [ProfileOrderBehavior_Hook]
      [06:09:53.138 D] Replaced hook [HighPriorityProfileOrderBehavior_Hook] 01b807c7-657e-4d62-9379-e7795f2500b4
      [06:09:53.167 D] DoAction Mount 1 0xE0000000
      [06:09:54.713 D] Requesting path on 155 from <140.4563, 291.2957, -192.2007> to <-504.1518, 206.4129, -340.7338>
      [06:09:55.209 D] Generated path to <-504.1518, 206.4129, -340.7338> in 00:00:00.4963138 ms
      [06:10:17.940 D] Moving to next hop: <-107.3289, 298.1989, -173.2776> (Fishing Area) D: 45.93354
      [06:10:23.001 D] Moving to next hop: <-120.1288, 294.7989, -166.8776> (Fishing Area) D: 15.00396
      [06:10:24.596 D] Moving to next hop: <-241.7289, 273.7989, -160.4776> (Fishing Area) D: 123.8117
      [06:10:38.114 D] Moving to next hop: <-244.6788, 272.0989, -162.6276> (Fishing Area) D: 4.260392
      [06:10:38.469 D] Moving to next hop: <-248.1288, 271.5989, -160.4776> (Fishing Area) D: 4.469952
      [06:10:38.876 D] Moving to next hop: <-253.9069, 269.1989, -159.1328> (Fishing Area) D: 7.082591
      [06:10:39.573 D] Moving to next hop: <-267.3289, 268.1989, -160.4776> (Fishing Area) D: 13.92393
      [06:10:41.041 D] Moving to next hop: <-407.0924, 220.8989, -163.7777> (Fishing Area) D: 148.1908
      [06:10:56.640 D] Moving to next hop: <-446.5288, 218.6989, -166.8776> (Fishing Area) D: 40.01738
      [06:11:01.044 D] Moving to next hop: <-459.3289, 214.4989, -173.2776> (Fishing Area) D: 15.20284
      [06:11:02.622 D] Moving to next hop: <-472.1288, 211.2989, -179.6776> (Fishing Area) D: 15.09455
      [06:11:04.200 D] Moving to next hop: <-492.8583, 204.5989, -187.1109> (Fishing Area) D: 23.54008
      [06:11:06.635 D] Moving to next hop: <-493.6842, 204.4989, -187.721> (Fishing Area) D: 1.663149
      [06:11:06.753 D] Moving to next hop: <-494.9493, 204.1989, -189.7582> (Fishing Area) D: 2.9374
      [06:11:06.994 D] Moving to next hop: <-494.5201, 204.1989, -190.843> (Fishing Area) D: 1.686863
      [06:11:07.112 D] Moving to next hop: <-476.644, 210.9989, -211.6083> (Fishing Area) D: 28.68524
      [06:11:10.126 D] Moving to next hop: <-475.1708, 210.9989, -213.7271> (Fishing Area) D: 3.35402
      [06:11:10.439 D] Moving to next hop: <-475.4788, 210.9989, -214.2276> (Fishing Area) D: 0.9611743
      [06:11:10.506 D] Moving to next hop: <-475.4788, 210.9989, -214.4776> (Fishing Area) D: 0.6126389
      [06:11:10.569 D] Moving to next hop: <-475.6788, 210.8989, -215.5776> (Fishing Area) D: 1.127859
      [06:11:10.632 D] Moving to next hop: <-476.2288, 211.0989, -247.5768> (Fishing Area) D: 32.55687
      [06:11:14.173 D] Moving to next hop: <-474.887, 211.0989, -252.1377> (Fishing Area) D: 5.421837
      [06:11:14.727 D] Moving to next hop: <-475.2712, 211.0989, -253.0718> (Fishing Area) D: 1.339385
      [06:11:14.847 D] Moving to next hop: <-476.5866, 211.0989, -254.9922> (Fishing Area) D: 2.568743
      [06:11:15.094 D] Moving to next hop: <-478.4361, 211.0989, -256.6167> (Fishing Area) D: 2.820988
      [06:11:15.345 D] Moving to next hop: <-497.7288, 210.9989, -275.6776> (Fishing Area) D: 27.70738
      [06:11:18.342 D] Moving to next hop: <-527.0842, 204.0989, -297.6816> (Fishing Area) D: 38.02142
      [06:11:22.454 D] Moving to next hop: <-527.5278, 204.0989, -298.5602> (Fishing Area) D: 1.324767
      [06:11:22.511 D] Moving to next hop: <-527.9788, 204.0989, -301.9847> (Fishing Area) D: 4.17144
      [06:11:22.934 D] Moving to next hop: <-527.7316, 204.0989, -302.709> (Fishing Area) D: 1.132362
      [06:11:22.992 D] Moving to next hop: <-527.2838, 204.0989, -303.3164> (Fishing Area) D: 1.298366
      [06:11:23.056 D] Moving to next hop: <-510.5288, 206.2989, -333.2776> (Fishing Area) D: 35.17273
      [06:11:26.914 D] Moving to next hop: <-504.1518, 206.4129, -340.7338> (Fishing Area) D: 10.11719
      [06:11:27.816 N] [ExFish v3.1.0.1511120] Shuffled fish spots
      [06:11:27.836 V] [Poi.Clear] Reason: Current behavior changed to ExFishTag: { Baits: [Bait: { Id: 2605, Name: Hoverworm }], Keepers: [], FishSpots: [FishSpot: { Heading: 2.247249, Location: <-507.129, 191.2434, -406.606>, Sit: True }, FishSpot: { Heading: 2.586106, Location: <-466.4276, 203.7437, -377.8269>, Sit: True }, FishSpot: { Heading: 2.88351, Location: <-488.8316, 201.1533, -388.5203>, Sit: True }, FishSpot: { Heading: 2.514897, Location: <-444.2702, 199.5298, -366.1536>, Sit: True }], MoochLevel: 1, MinimumFishPerSpot: 15, MaximumFishPerSpot: 25, Bait: Hoverworm, Condition: IsTimeBetween(16,24), Shuffle: True, LineNumber: 155 }.
      [06:11:27.836 D] Removed all hooks from [HighPriorityProfileOrderBehavior_Hook]
      [06:11:27.836 D] Replaced hook [ProfileOrderBehavior_Hook] f6ec47f1-375f-44e0-afdf-d7e89446b9ef
      [06:11:27.838 D] Requesting path on 155 from <-505.8647, 206.3459, -338.7063> to <-507.129, 191.2434, -406.606>
      [06:11:28.052 D] Generated path to <-507.129, 191.2434, -406.606> in 00:00:00.2143460 ms
      [06:11:35.771 D] DoAction General 23 0xE0000000
      [06:11:36.893 D] DoAction Spell 288 0x1023E3D6
      [06:11:45.429 V] [ExBuddy] Attempting to close the [Bait] window
      [06:11:45.655 V] [ExBuddy] The [Bait] window has been closed.
      [06:11:45.655 N] [ExFish v3.1.0.1511120] Using bait -> Hoverworm
      [06:11:45.714 D] DoAction Spell 288 0x1023E3D6
      [06:11:54.146 V] [ExBuddy] Attempting to close the [Bait] window
      [06:11:54.280 V] [ExBuddy] The [Bait] window has been closed.
      [06:11:54.280 N] [ExFish v3.1.0.1511120] Using bait -> Hoverworm
      [06:11:54.316 D] DoAction Spell 288 0x1023E3D6
      [06:12:02.775 V] [ExBuddy] Attempting to close the [Bait] window
      [06:12:03.005 V] [ExBuddy] The [Bait] window has been closed.
      [06:12:03.005 N] [ExFish v3.1.0.1511120] Using bait -> Hoverworm
      [06:12:03.064 D] DoAction Spell 288 0x1023E3D6
      [06:12:11.539 V] [ExBuddy] Attempting to close the [Bait] window
      [06:12:11.763 V] [ExBuddy] The [Bait] window has been closed.
      [06:12:11.763 N] [ExFish v3.1.0.1511120] Using bait -> Hoverworm
      [06:12:11.823 D] DoAction Spell 288 0x1023E3D6
      [06:12:20.303 V] [ExBuddy] Attempting to close the [Bait] window
      [06:12:20.529 V] [ExBuddy] The [Bait] window has been closed.
      [06:12:20.529 N] [ExFish v3.1.0.1511120] Using bait -> Hoverworm
      [06:12:20.592 D] DoAction Spell 288 0x1023E3D6
      [06:12:29.128 V] [ExBuddy] Attempting to close the [Bait] window
      [06:12:29.354 V] [ExBuddy] The [Bait] window has been closed.
      [06:12:29.354 N] [ExFish v3.1.0.1511120] Using bait -> Hoverworm
      [06:12:29.415 D] DoAction Spell 288 0x1023E3D6
      [06:12:37.893 V] [ExBuddy] Attempting to close the [Bait] window
      [06:12:38.120 V] [ExBuddy] The [Bait] window has been closed.
      [06:12:38.120 N] [ExFish v3.1.0.1511120] Using bait -> Hoverworm
      [06:12:38.178 D] DoAction Spell 288 0x1023E3D6
      [06:12:46.707 V] [ExBuddy] Attempting to close the [Bait] window
      [06:12:46.933 V] [ExBuddy] The [Bait] window has been closed.
      [06:12:46.933 N] [ExFish v3.1.0.1511120] Using bait -> Hoverworm
      [06:12:46.995 D] DoAction Spell 288 0x1023E3D6
      [06:12:55.473 V] [ExBuddy] Attempting to close the [Bait] window
      [06:12:55.705 V] [ExBuddy] The [Bait] window has been closed.
      [06:12:55.705 N] [ExFish v3.1.0.1511120] Using bait -> Hoverworm
      [06:12:55.764 D] DoAction Spell 288 0x1023E3D6
      [06:13:04.230 V] [ExBuddy] Attempting to close the [Bait] window
      [06:13:04.460 V] [ExBuddy] The [Bait] window has been closed.
      [06:13:04.460 N] [ExFish v3.1.0.1511120] Using bait -> Hoverworm
      [06:13:04.519 D] DoAction Spell 288 0x1023E3D6
      [06:13:13.065 V] [ExBuddy] Attempting to close the [Bait] window
      [06:13:13.303 V] [ExBuddy] The [Bait] window has been closed.
      [06:13:13.303 N] [ExFish v3.1.0.1511120] Using bait -> Hoverworm
      [06:13:13.371 D] DoAction Spell 288 0x1023E3D6
      [06:13:19.961 N] Stopping the bot. Reason:pushed the stop button.
      [06:13:19.964 D] CurrentBot.Stop()
      [06:13:19.971 N] Connection closed! 192.99.148.87:31214
      [06:13:19.972 D] TreeHooks.Instance.ClearAll()
      [06:13:19.972 N] Clearing all hooks.
      [06:13:19.972 N] Removing Chanko Hook
      [06:13:19.972 D] Replaced hook [PreCombatBuff] b20ca045-270b-4ac8-98a8-8f9038ada59b
      [06:13:19.972 D] Replaced hook [Heal] 31bb950d-0427-4eb6-a987-7af597ad95bc
      [06:13:19.972 D] Replaced hook [Pull] a20215f9-24fc-43f9-8bb6-2babd8097914
      [06:13:19.972 D] Replaced hook [CombatBuff] 69b67a00-d6b8-4e99-a142-6343e5d5cd72
      [06:13:19.972 D] Replaced hook [Combat] 5467d820-0bb1-4b86-b0b8-e98b15639542
      [06:13:19.972 D] Replaced hook [Rest] b30585aa-57e3-4ab7-9db6-970d7bc37649
      [06:13:19.972 D] Navigator.Clear()
      [06:13:19.972 V] [Poi.Clear] Reason: Bot stopped
      [06:13:19.972 D] OnStop event
      [06:13:19.972 D] OnStop Event Invoking
      [06:13:19.972 N] Removing Chanko Hook
      [06:13:19.973 D] ProfileOrderManager.OnBotStop. Resetting caches.
      [06:13:19.973 N] Bot Thread Ended.
       
    10. ExMatt

      ExMatt Active Member

      Joined:
      Jul 5, 2015
      Messages:
      1,030
      Likes Received:
      14
      Trophy Points:
      38
      Thanks for that. I don't have an answer yet, I will try to debug it soon.
       
    11. sele0830

      sele0830 New Member

      Joined:
      Sep 30, 2015
      Messages:
      6
      Likes Received:
      0
      Trophy Points:
      1
      Thank you :):) Have a nice day
       
    12. RacerX7

      RacerX7 New Member

      Joined:
      Oct 23, 2015
      Messages:
      5
      Likes Received:
      0
      Trophy Points:
      1
      Had similar issue to log posted on previous page. I rebuilt an RB forlder with y2krazy/orderbotags only from svn only and replicated it by using only instructions here:
      https://www.thebuddyforum.com/rebor...iles/223345-bot-fishing-leveling-50-60-a.html

      I was able to get the bot working again once I added ExMatt svn to plugins via instruction here:
      https://www.thebuddyforum.com/rebor...plugin-fish-v3-0-profiles-support-thread.html

      2.Create a folder under "RebornBuddy" » "Plugins" and name it "ExBuddy".
      3.Copy this URL to your clipboard: https://github.com/MGramolini/ExBuddy/trunk/ExBuddy
      4.Right-click on the "ExBuddy" folder and select "SVN Checkout...".
       
    13. sele0830

      sele0830 New Member

      Joined:
      Sep 30, 2015
      Messages:
      6
      Likes Received:
      0
      Trophy Points:
      1
      Thank you RacerX7, I really appreciate for your help.

      After following your instructions, the profile works correctly.

      "ExBuddy" file was misplaced.

      Thank you again :) :) Have a nice day :)
       
    14. pia

      pia Member

      Joined:
      Sep 25, 2013
      Messages:
      126
      Likes Received:
      0
      Trophy Points:
      16
    15. y2krazy

      y2krazy Community Developer

      Joined:
      Jun 21, 2011
      Messages:
      2,803
      Likes Received:
      70
      Trophy Points:
      48
    16. Atoum

      Atoum New Member

      Joined:
      Dec 19, 2014
      Messages:
      4
      Likes Received:
      0
      Trophy Points:
      0
      Hi, i've an issue what can't permite me full afk profile.

      When end to fish in spot, character turn his back to water and wait until i make clik/move/stop-start bot.
      => I havn't change default value for that but value are not the same in profile and on log (28 or 30 on log but 15-25 in profile)

      Any idea?
      (I've same issue with 1-50 fish pex profile)

      Log :
      [02:47:59.521 D] DoAction Spell 289 0xE0000000
      [02:48:13.749 N] Casting hook
      [02:48:13.749 D] DoAction Spell 296 0xE0000000
      [02:48:13.750 N] [Fish v1.2.1] Fished 28 of 28 fish at this FishSpot.
      [02:48:13.808 D] DoAction Spell 299 0x10677367
      [02:48:13.808 N] [Fish v1.2.1] Changing FishSpots...
      [02:48:13.808 N] [Fish v1.2.1] Resetting fish count...
      [02:48:13.869 D] Requesting path on 397 from <243.2495, 131.7057, -213.1911> to <229.3903, 131.9567, -177.168>
      [02:48:14.016 D] Generated path to <229.3903, 131.9567, -177.168> in 00:00:00.1470923 ms
       
      Last edited: Dec 4, 2015
    17. y2krazy

      y2krazy Community Developer

      Joined:
      Jun 21, 2011
      Messages:
      2,803
      Likes Received:
      70
      Trophy Points:
      48
      I'm not sure what would be causing that. You definitely shouldn't be fishing for 28 fish if your max is 25 (default).
       
    18. ExMatt

      ExMatt Active Member

      Joined:
      Jul 5, 2015
      Messages:
      1,030
      Likes Received:
      14
      Trophy Points:
      38
      Fish v1.2.1: Does this tag let you choose your min/max, or was it always just a random number between 20 and 30? Either way, the profile is not built to be used by that tag.
       
    19. y2krazy

      y2krazy Community Developer

      Joined:
      Jun 21, 2011
      Messages:
      2,803
      Likes Received:
      70
      Trophy Points:
      48
      Good catch. Didn't even notice that. :p
       
    20. tuie

      tuie New Member

      Joined:
      Dec 6, 2015
      Messages:
      2
      Likes Received:
      0
      Trophy Points:
      0
      thanks for sharing, btw the Exbuddy (customized ) link is unavailable, do we have any backup links to download it?
       

    Share This Page