• Visit Rebornbuddy
  • [Orderbot] Ephemeral Fishies ;)~

    Discussion in 'Fishing profiles' started by Calleil, Oct 1, 2015.

    1. ExMatt

      ExMatt Active Member

      Joined:
      Jul 5, 2015
      Messages:
      1,030
      Likes Received:
      14
      Trophy Points:
      38
      log
       
    2. HB9508D64

      HB9508D64 Member

      Joined:
      Jul 11, 2011
      Messages:
      160
      Likes Received:
      0
      Trophy Points:
      16
      Its not just this profile either. Any fishing profile that selects its own bait started doing it last night after an exbuddy svn update.
       
    3. Calleil

      Calleil Member

      Joined:
      Mar 2, 2015
      Messages:
      144
      Likes Received:
      2
      Trophy Points:
      18
      I need to get around to re-doing the bait part. I'll post a new one shortly.
       
    4. HB9508D64

      HB9508D64 Member

      Joined:
      Jul 11, 2011
      Messages:
      160
      Likes Received:
      0
      Trophy Points:
      16
      Cool thanks
       
    5. ExMatt

      ExMatt Active Member

      Joined:
      Jul 5, 2015
      Messages:
      1,030
      Likes Received:
      14
      Trophy Points:
      38
      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.
       
    6. Calleil

      Calleil Member

      Joined:
      Mar 2, 2015
      Messages:
      144
      Likes Received:
      2
      Trophy Points:
      18
      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.
       
    7. ExMatt

      ExMatt Active Member

      Joined:
      Jul 5, 2015
      Messages:
      1,030
      Likes Received:
      14
      Trophy Points:
      38
      You crash too?
       
    8. ExMatt

      ExMatt Active Member

      Joined:
      Jul 5, 2015
      Messages:
      1,030
      Likes Received:
      14
      Trophy Points:
      38
      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.
       
    9. Calleil

      Calleil Member

      Joined:
      Mar 2, 2015
      Messages:
      144
      Likes Received:
      2
      Trophy Points:
      18


      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: Oct 17, 2015
    10. ExMatt

      ExMatt Active Member

      Joined:
      Jul 5, 2015
      Messages:
      1,030
      Likes Received:
      14
      Trophy Points:
      38
      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.
       
    11. HB9508D64

      HB9508D64 Member

      Joined:
      Jul 11, 2011
      Messages:
      160
      Likes Received:
      0
      Trophy Points:
      16
      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?
       
    12. ExMatt

      ExMatt Active Member

      Joined:
      Jul 5, 2015
      Messages:
      1,030
      Likes Received:
      14
      Trophy Points:
      38
      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>
      
      
       
    13. m3chanical

      m3chanical New Member

      Joined:
      Jul 6, 2014
      Messages:
      11
      Likes Received:
      0
      Trophy Points:
      1
      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.
       
    14. HB9508D64

      HB9508D64 Member

      Joined:
      Jul 11, 2011
      Messages:
      160
      Likes Received:
      0
      Trophy Points:
      16
      Just confirmed it works fine if the bait window is open already.
       
    15. ExMatt

      ExMatt Active Member

      Joined:
      Jul 5, 2015
      Messages:
      1,030
      Likes Received:
      14
      Trophy Points:
      38
      What about with the update I pushed today?
       
    16. m3chanical

      m3chanical New Member

      Joined:
      Jul 6, 2014
      Messages:
      11
      Likes Received:
      0
      Trophy Points:
      1
      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: Oct 18, 2015
    17. ExMatt

      ExMatt Active Member

      Joined:
      Jul 5, 2015
      Messages:
      1,030
      Likes Received:
      14
      Trophy Points:
      38
      <WaitWhile Condition="Core.Me.CurrentJob != ClassJobType.Fisher"/>

      OR

      <WaitTimer waitTime="3"/> <! -- Would suggest this one -->
       
    18. Sinanju

      Sinanju Member

      Joined:
      Apr 14, 2015
      Messages:
      59
      Likes Received:
      0
      Trophy Points:
      6
      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.
       
    19. HB9508D64

      HB9508D64 Member

      Joined:
      Jul 11, 2011
      Messages:
      160
      Likes Received:
      0
      Trophy Points:
      16
      Works great now. You're the man, thanks.
       
    20. m3chanical

      m3chanical New Member

      Joined:
      Jul 6, 2014
      Messages:
      11
      Likes Received:
      0
      Trophy Points:
      1
      Awesome, thank you!
       

    Share This Page