• Visit Rebornbuddy
  • [Release] RebornBuddy Version 1.0.461

    Discussion in 'Archives' started by mastahg, Jan 11, 2014.

    1. Mirko1987

      Mirko1987 Member

      Joined:
      Dec 12, 2012
      Messages:
      424
      Likes Received:
      3
      Trophy Points:
      18
    2. The Red Terror

      The Red Terror Member

      Joined:
      Apr 2, 2012
      Messages:
      137
      Likes Received:
      0
      Trophy Points:
      16
      I just got another update for this about 30 minutes ago. It seems it broke all the interactions with attuning with an aetheryte. Any idea why?

      Black Brush Aetheryte.

      It moves close to aetheryte but then just stands there.

      Actually it just looks like with anything that interacts with an object id seems to not work unless it's a lot closer. Profiles I've used constantly are getting hung up on certain places. Aetherytes being one that seems to always be the case.
       

      Attached Files:

      Last edited: Mar 23, 2015
    3. cissamannen

      cissamannen New Member

      Joined:
      Sep 1, 2014
      Messages:
      23
      Likes Received:
      0
      Trophy Points:
      1
      Any update on this? Im afraid to update my RB because of this xD
       
    4. mastahg

      mastahg Administrator Staff Member

      Joined:
      Feb 27, 2011
      Messages:
      5,232
      Likes Received:
      364
      Trophy Points:
      83
      Should be fixed in the new version. Bug had nothing todo with aeterytes or anything, just an issue with the useobjecttag
       
    5. Ksexasiaris

      Ksexasiaris Member

      Joined:
      Nov 10, 2014
      Messages:
      183
      Likes Received:
      3
      Trophy Points:
      18
      Is there any way to rollback to previous version? I am using a questing profile but each time I am going to use an atheryte or anything else the bot goes crazy and running forth and back..this may result in lots of reports..so I have stopped boting atm :( Any way to download the previous version?
       
    6. mastahg

      mastahg Administrator Staff Member

      Joined:
      Feb 27, 2011
      Messages:
      5,232
      Likes Received:
      364
      Trophy Points:
      83
      No. Post a log.
       
    7. DBG

      DBG New Member

      Joined:
      Jul 16, 2014
      Messages:
      52
      Likes Received:
      0
      Trophy Points:
      0
      Hey mastahg, I noticed that RB now shuts down when FFXIV does (if it is still running); nice little touch :).
       
    8. Ksexasiaris

      Ksexasiaris Member

      Joined:
      Nov 10, 2014
      Messages:
      183
      Likes Received:
      3
      Trophy Points:
      18
      I have already posted on the questing profile section :) but I will add them here too. To be easier to find the problem, everytime the bot did this I manually stopped it. So the problem will be some lines above the line where the bot stops

      EDIT: Nevermind, new version fixed it :) Thanks!
       

      Attached Files:

      Last edited: Mar 25, 2015
    9. The Red Terror

      The Red Terror Member

      Joined:
      Apr 2, 2012
      Messages:
      137
      Likes Received:
      0
      Trophy Points:
      16
      I was running a mining profile and received this message a lot that caused the bot to stop completely:

      Code:
      System.IndexOutOfRangeException: Index was outside the bounds of the array.
         at ff14bot.Managers.ChatLogEntry.(Byte[] )
         at ff14bot.Managers.ChatLogEntry..ctor(Byte[] bytes)
         at ff14bot.Managers.GamelogManager.Pulse()
         at ff14bot.Behavior.Pulsator.Pulse(PulseFlags CurrentPulseFlags)
         at ff14bot.TreeRoot.()
      
      I would like to point out that no other plug-ins were active or used in any way while this profile ran. I never came across this issue until recently with the latest revision of RB.
       
    10. mastahg

      mastahg Administrator Staff Member

      Joined:
      Feb 27, 2011
      Messages:
      5,232
      Likes Received:
      364
      Trophy Points:
      83
      Not helpful in the slightest. Post an entire log.
       
    11. The Red Terror

      The Red Terror Member

      Joined:
      Apr 2, 2012
      Messages:
      137
      Likes Received:
      0
      Trophy Points:
      16
    12. mastahg

      mastahg Administrator Staff Member

      Joined:
      Feb 27, 2011
      Messages:
      5,232
      Likes Received:
      364
      Trophy Points:
      83
      Version 254
      Code:
      Orderbot:
      
      UseItem, UseObject:
      If a interaction target is found in a hotspot we are not navigating to, set the hotspot that contains the target as the one we are interested in.
      
      HandOver, TurnIn:
      New optinal attribute added: "RequiresHq", array of bools indicating if the items that are being handed over must be high quality or not. If provided, the number of items must match the number of different itemids.
      
      Gathertag:
      Will now wait until the gathering log window opens before releasing control back to the bot.
      Now uses the builtin log functions.
      
      Conditions:
      IsTimeBetween now handles the case IsTimeBetween(19,1), ie when the end time is on the nextday
      IsTimeBetween now uses (now >= start) && (now <= end) instead of (now > start) && (now < end) 
      So it will now match 19 at exactly 19, instead of having to wait until 19:01
      
      
      Jsonsettings:
      Mark the version as non-browse-able.
      
      
       
    13. The Red Terror

      The Red Terror Member

      Joined:
      Apr 2, 2012
      Messages:
      137
      Likes Received:
      0
      Trophy Points:
      16
      I was running a botany profile and received this message a lot that caused the bot to stop completely:

      Code:
      System.IndexOutOfRangeException: Index was outside the bounds of the array.
         at ff14bot.Managers.ChatLogEntry.(Byte[] )
         at ff14bot.Managers.ChatLogEntry..ctor(Byte[] bytes)
         at ff14bot.Managers.GamelogManager.Pulse()
         at ff14bot.Behavior.Pulsator.Pulse(PulseFlags CurrentPulseFlags)
         at ff14bot.TreeRoot.()
      I would like to point out that no other plug-ins were active or used in any way while this profile ran.

      View attachment 14352 2015-03-29 10.18.txt
       
    14. Heritage

      Heritage Member

      Joined:
      Dec 13, 2013
      Messages:
      85
      Likes Received:
      1
      Trophy Points:
      8
      How long does it usually take to patch the bot with new versions of the game?
       
    15. exaccuss

      exaccuss Active Member

      Joined:
      Nov 10, 2013
      Messages:
      1,021
      Likes Received:
      6
      Trophy Points:
      38
      Going by my experience with the bot, usually a few hours. Shouldn't be down for too long.
       
    16. mastahg

      mastahg Administrator Staff Member

      Joined:
      Feb 27, 2011
      Messages:
      5,232
      Likes Received:
      364
      Trophy Points:
      83
      Updated, no need to download new version.
       
    17. Majik01

      Majik01 New Member

      Joined:
      Jan 16, 2013
      Messages:
      99
      Likes Received:
      0
      Trophy Points:
      0
      As always you guys are Awesome. With a capitol A!
       
    18. mastahg

      mastahg Administrator Staff Member

      Joined:
      Feb 27, 2011
      Messages:
      5,232
      Likes Received:
      364
      Trophy Points:
      83
      Version 257

      Code:
      Updated database to have the items and quests added in this patch
      
      Orderbot:
      Clear grindarea on startup
      
      Kupo:
      Archer/Bard has received an update.
      
       
    19. Ansk

      Ansk New Member

      Joined:
      Dec 9, 2011
      Messages:
      13
      Likes Received:
      1
      Trophy Points:
      3
      Is there any chance whatsoever in adding a Pause/resume hotkey (like Alt+X) in Orderbot settings (i know there are no settings yet at all).

      Would be very much appreciated.
       
      y2krazy likes this.
    20. y2krazy

      y2krazy Community Developer

      Joined:
      Jun 21, 2011
      Messages:
      2,803
      Likes Received:
      70
      Trophy Points:
      48
      It took years to get a Pause feature in HB, so while it would be nice, I'm sure it's lower on the priority list. Suggestions never hurt, though!
       

    Share This Page