What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal
RebornBuddy Forums

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

[09:41:47.641 N] [FlightNav] Generated path to <-254.1186, -28.21022, 822.7599> using 2 hops in 00:00:00.0012703 ms
[09:41:47.904 V] [FlightNav] Moving to next hop: <-254.1186, -27.21022, 822.7599> D: 6.44803
[09:41:48.037 N] [FlightMover] Started Landing Task
[09:41:48.268 N] [FlightMover] Landing took 00:00:00.2301009 ms or less
[09:41:49.073 N] [ExFish v3.0.7.1510150] Shuffled fish spots
[09:41:49.092 V] [Poi.Clear] Reason: Current behavior changed to ExFishTag: { Baits: [Bait: { Condition: Core.Player.ClassLevel == 60 and HasAtLeast(12712,1), Name: Giant Crane Fly }, Bait: { Name: Red Balloon }], Keepers: [{ Name: Pteranodon, Action: KeepAll }, { Name: Star Faerie, Action: KeepAll }, { Name: Gobbie Mask, Action: KeepAll }], Collectables: [Collectable: { Name: }], FishSpots: [FishSpot: { Heading: 6.63, Location: <-263.4494, -29.37462, 848.6779> }, FishSpot: { Heading: 0.42, Location: <-247.4393, -29.7454, 845.2695> }], MoochLevel: 3, MinimumFishPerSpot: 25, MaximumFishPerSpot: 35, Chum: True, Condition: IsTimeBetween(8,17), Shuffle: True, SitRate: 0.75, Collect: True, LineNumber: 72 }.
[09:41:49.092 D] Replaced hook [ProfileOrderBehavior_Hook] 86ab8197-84da-4517-a0cb-87f103a0a2f1
[09:41:49.094 D] Requesting path on 400 from <-253.4138, -28.21212, 821.4952> to <-263.4494, -29.37462, 848.6779>
[09:41:49.152 D] Generated path to <-263.4494, -29.37462, 848.6779> in 00:00:00.0578103 ms
[09:41:52.504 D] DoAction General 23 0xE0000000
[09:41:53.579 D] DoAction Spell 288 0x10601B67
[09:41:56.135 D] FFXIV closed,shutting down.

Its not just this profile either. Any fishing profile that selects its own bait started doing it last night after an exbuddy svn update.
 
Its not just this profile either. Any fishing profile that selects its own bait started doing it last night after an exbuddy svn update.

This is really strange....it is not even doing anything that I can think of that could cause that, it is only doing a window action on the bait window. I don't think it is anything Callleil can help with. I might give you a special version of the bait window file if you are willing so that i can log more info.
 
This is really strange....it is not even doing anything that I can think of that could cause that, it is only doing a window action on the bait window. I don't think it is anything Callleil can help with. I might give you a special version of the bait window file if you are willing so that i can log more info.

Same problem here. Yep, nothing I can do on my end for that. I can help log stuff if ya need.
Posted a new version of the profile that will work once this is resolved.
 
If you use this in reborn console does it give you an itemid or crash you?

Code:
Log(ExBuddy.Helpers.Memory.Bait.SelectedBaitItemId);

EDIT: Also, see if it crashes if you start with the Bait window open, this will help me determine which part might be causing an issue.
 
If you use this in reborn console does it give you an itemid or crash you?

Code:
Log(ExBuddy.Helpers.Memory.Bait.SelectedBaitItemId);

EDIT: Also, see if it crashes if you start with the Bait window open, this will help me determine which part might be causing an issue.



12706 is what console says for bait.


Flying in now to a fish spot with bait window open. With window open, it selected bait, closed it, then started fishing with no problem.

12712 for bait in console after.

Second fish spot, had window open manually, and it worked fine again. Picks bait, closes window, fishes.
 
Last edited:
12706 is what console says for bait.


Flying in now to a fish spot with bait window open. With window open, it selected bait, closed it, then started fishing with no problem.

12712 for bait in console after.

Second fish spot, had window open manually, and it worked fine again. Picks bait, closes window, fishes.

Extremely interesting, but exactly where I thought the problem might occur after the report. I am waiting for the window to be valid before attempting to send the action. I guess time to reimplement baitDelay for this...strange that it would cause the game to crash, must be something that window does after it is valid that is not truly complete.
 
lol it wasn't like a stutter you get when it's spamming command line and the game soft locks. It was as fast as if the little pointy bait hand clicked the X in windowed mode. I plan on trying to do something with the desynthesis code tonight. Is there a profile with it already in it somewhere I can reference?
 
lol it wasn't like a stutter you get when it's spamming command line and the game soft locks. It was as fast as if the little pointy bait hand clicked the X in windowed mode. I plan on trying to do something with the desynthesis code tonight. Is there a profile with it already in it somewhere I can reference?

Hmm...maybe windowed mode is the cause of all the issues I see.. but anyway, i added in some delay by default. And desynth profiles are really really easy.

Code:
<?xml version="1.0" encoding="utf-8"?>
<Profile>
	<Name>Weaver Desynthesis</Name>
	<KillRadius>50</KillRadius>
	<Order>
		<ExSalvage repairClass="Weaver" includeArmory="false" />
		<ExLog Message="Completed"/>
	</Order>
</Profile>
 
Anybody else crashing when it tries to select bait?

That happened to me a few times yesterday. I haven't had the time to look into what is causing it specifically (if the logs say anything) so I haven't attempted to report it yet. However, mine has been crashing when attempting to fish up Illuminati Perch. As soon as she lands near the water the game and RB crash.
 
I just updated your plugins and started fishing away on the EphemeralFishiesWater profile and have had no issue so far. Works even better than previously! (Also I'm quite surprised at the amount of Dravanian Bass and Pipira Pira it's fishing up right now. Crazy) ... Anyway, I only had problems at the Illuminati Perch portion of this profile (could be that I gave up before anything different caused it to fail) so I'm going to let this go for a while and update this post before I go to bed.

On a sidenote, how do we add a sort of wait delay into an orderbot profile? It seems that when I start this profile as !fisher, the <While Condition="Core.Me.CurrentJob == ClassJobType.Fisher"> statement runs before the class change completes and ends the profile. Simply pressing the start button again causes it to work, and it really doesn't bother me. But I'd like to add it in

Edit: Been letting this go again for about half an hour with no issues. Thanks for being awesome :D
 
Last edited:
I just updated your plugins and started fishing away on the EphemeralFishiesWater profile and have had no issue so far. Works even better than previously! (Also I'm quite surprised at the amount of Dravanian Bass and Pipira Pira it's fishing up right now. Crazy) ... Anyway, I only had problems at the Illuminati Perch portion of this profile (could be that I gave up before anything different caused it to fail) so I'm going to let this go for a while and update this post before I go to bed.

On a sidenote, how do we add a sort of wait delay into an orderbot profile? It seems that when I start this profile as !fisher, the <While Condition="Core.Me.CurrentJob == ClassJobType.Fisher"> statement runs before the class change completes and ends the profile. Simply pressing the start button again causes it to work, and it really doesn't bother me. But I'd like to add it in

Edit: Been letting this go again for about half an hour with no issues. Thanks for being awesome :D

<WaitWhile Condition="Core.Me.CurrentJob != ClassJobType.Fisher"/>

OR

<WaitTimer waitTime="3"/> <! -- Would suggest this one -->
 
Is there a safe way to edit all of the hotspots without having to manually go to each one? I could probably pinpoint them if I monitor the profile, but restarting the profile causes it to go back to hotspots I already fished at during that time and I've had fish sense something amiss.
 
Back
Top