• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • [Order Bot] Quests, Quests and Quests!

    Discussion in 'Rebornbuddy Profiles' started by y2krazy, May 27, 2015.

    1. y2krazy

      y2krazy Community Developer

      Joined:
      Jun 21, 2011
      Messages:
      2,803
      Likes Received:
      70
      Trophy Points:
      48
      The biggest benefit to a log file is that I can see the profile line numbers it's running (or trying to), as well as some other debugging information.

      As for attacking things 3 levels above it for no reason, that could be due to me using the MoveTo tag instead of the NoCombatMoveTo tag (the first will defend you every time you agro a mob and the second will ignore mobs until you reach your destination).
       
    2. y2krazy

      y2krazy Community Developer

      Joined:
      Jun 21, 2011
      Messages:
      2,803
      Likes Received:
      70
      Trophy Points:
      48
      No worries and very glad you're enjoying the profiles!! ;)
       
    3. phaedrus

      phaedrus Member

      Joined:
      Jul 12, 2013
      Messages:
      964
      Likes Received:
      1
      Trophy Points:
      18
    4. y2krazy

      y2krazy Community Developer

      Joined:
      Jun 21, 2011
      Messages:
      2,803
      Likes Received:
      70
      Trophy Points:
      48
      Please try to provide a smaller log in the future.

      Did it properly attune to and also set your Home Point to the Foundation Aetheryte?

      As for the Travel.cs warning, do you have Travel.cs in both an "OrderBotTags" folder under "Plugins" and my "Quest Behaviors" folder? If so, you may need to overwrite the one in the "OrderBotTags" folder (or remove it from that location), as mine is more current, with some new zone travel added. Try either copying my "Travel.cs" file and replacing the file in the "OrderBotTags" folder, or removing the Travel.cs file from the "OrderBotTags" folder if you don't use it by any other profiles

      Try the profile again after that and let me know if it's still having issues.
       
    5. ZeroStyle

      ZeroStyle New Member

      Joined:
      Mar 27, 2015
      Messages:
      20
      Likes Received:
      0
      Trophy Points:
      0
      Testing your Heavensward Profile.

      In Dravania it's moving me constantly to a point and stays there if i read the log correct it's searching for a NPC.

      Code:
      [19:14:46.363 D] Moving to next hop: <635.7115, -22.13107, -413.288> (Aimebert) D: 4,383216
      [19:14:47.720 V] [Poi.Clear] Reason: Current behavior changed to NoCombatMoveToTag: LineNumber: 8456, XYZ: <644.592, -19.92412, -409.5549>, Name: Aimebert, Distance: 3, UseMesh: True, Wait: 5000, HighPriority: True, IsDone: False, InCombat: False, QuestId: 0, StepId: 0, PostCombatDelay: 0, QuestName: null, IsDoneCache: False, Behavior: TreeSharp.PrioritySelector, .
      [19:14:47.720 D] Removed all hooks from [ProfileOrderBehavior_Hook]
      [19:14:47.720 D] Replaced hook [HighPriorityProfileOrderBehavior_Hook] f1da37f3-5e71-48b5-9ac7-76779ea5395c
      [19:14:47.721 D] Requesting path on 398 from <635.1966, -22.82164, -415.7148> to <644.592, -19.92412, -409.5549>
      [19:14:47.818 D] Generated path to <644.592, -19.92412, -409.5549> in 00:00:00.0970007 ms
      [19:14:47.846 D] Moving to next hop: <644.5609, -20.01268, -409.5801> (Aimebert) D: 11,54189
      [19:14:49.290 V] [Poi.Clear] Reason: Current behavior changed to RunCode: LineNumber: 8457, Name: ChocoboForestJump, IsDone: False, HighPriority: False, InCombat: False, QuestId: 0, StepId: 0, PostCombatDelay: 0, QuestName: null, IsDoneCache: False, Behavior: TreeSharp.ActionRunCoroutine, .
      [19:14:49.290 D] Removed all hooks from [HighPriorityProfileOrderBehavior_Hook]
      [19:14:49.290 D] Replaced hook [ProfileOrderBehavior_Hook] 1ddb2514-a071-4ae4-a97d-7c8f019f4fbd
      [19:14:52.459 D] Exception during scheduling Pulse: System.Exception: Couldn't find NPC with NPCId 1011932
         at ff14bot.NeoProfiles.Tags.PickupQuestTag.OnStart()
         at ff14bot.NeoProfiles.ProfileBehavior.Start()
         at ..()
         at ff14bot.NeoProfiles.NeoProfileManager.UpdateCurrentProfileBehavior()
         at ff14bot.BotBases.OrderBot.(Object , EventArgs )
         at ff14bot.Behavior.BrainBehavior.()
      [19:14:53.491 D] Finished checking gear in 00:00:00.0015845
      [19:14:53.492 D] Exception during scheduling Pulse: System.Exception: Couldn't find NPC with NPCId 1011932
         at ff14bot.NeoProfiles.Tags.PickupQuestTag.OnStart()
         at ff14bot.NeoProfiles.ProfileBehavior.Start()
         at ..()
         at ff14bot.NeoProfiles.NeoProfileManager.UpdateCurrentProfileBehavior()
         at ff14bot.BotBases.OrderBot.(Object , EventArgs )
         at ff14bot.Behavior.BrainBehavior.()
      [19:15:08.535 D] Finished checking gear in 00:00:00.0030813
      [19:15:08.535 D] Exception during scheduling Pulse: System.Exception: Couldn't find NPC with NPCId 1011932
         at ff14bot.NeoProfiles.Tags.PickupQuestTag.OnStart()
         at ff14bot.NeoProfiles.ProfileBehavior.Start()
         at ..()
         at ff14bot.NeoProfiles.NeoProfileManager.UpdateCurrentProfileBehavior()
         at ff14bot.BotBases.OrderBot.(Object , EventArgs )
         at ff14bot.Behavior.BrainBehavior.()
       
    6. phaedrus

      phaedrus Member

      Joined:
      Jul 12, 2013
      Messages:
      964
      Likes Received:
      1
      Trophy Points:
      18
      I made Foundation my home point and after removing Travel.cs in OrderBotTags , profile start working.
      Your profile location should be like that right? RB-Beta/Profiles/y2krazy/Quest Behaviors
       
    7. y2krazy

      y2krazy Community Developer

      Joined:
      Jun 21, 2011
      Messages:
      2,803
      Likes Received:
      70
      Trophy Points:
      48
      Can you update the SVN and try again? Can't upload a profile here atm.

      [HR][/HR]
      "RB-Beta" can be named anything. That should be the folder "RebornBuddy.exe" is in. Make sure my files are in a folder called "Profiles." (without the period, of course)
       
      Last edited: Jul 6, 2015
    8. ZeroStyle

      ZeroStyle New Member

      Joined:
      Mar 27, 2015
      Messages:
      20
      Likes Received:
      0
      Trophy Points:
      0
       
      Last edited: Jul 6, 2015
    9. phaedrus

      phaedrus Member

      Joined:
      Jul 12, 2013
      Messages:
      964
      Likes Received:
      1
      Trophy Points:
      18
      So looks like this?

      [​IMG]
       
    10. y2krazy

      y2krazy Community Developer

      Joined:
      Jun 21, 2011
      Messages:
      2,803
      Likes Received:
      70
      Trophy Points:
      48
      The change I committed was based on the lines in the log snippet you provided, which was for Saving the Bait, I believe. The quest giver is outside the "can I pickup the quest?" check range, so I have to force it to move to the NPC before doing the check.

      [HR][/HR]
      If "RB-Beta" is the folder that contains "RebornBuddy.exe," yes. Mine is just "RB" now, with the Beta no longer being updated/supported.
       
      Last edited: Jul 6, 2015
    11. phaedrus

      phaedrus Member

      Joined:
      Jul 12, 2013
      Messages:
      964
      Likes Received:
      1
      Trophy Points:
      18
      Yup, it is. Thank you :)
      And last question :) Profile does both main story and side quests right?
       
    12. y2krazy

      y2krazy Community Developer

      Joined:
      Jun 21, 2011
      Messages:
      2,803
      Likes Received:
      70
      Trophy Points:
      48
      It includes both MSQ and Sidequests. :)
       
    13. phaedrus

      phaedrus Member

      Joined:
      Jul 12, 2013
      Messages:
      964
      Likes Received:
      1
      Trophy Points:
      18
      Well done :) I am very grateful for your effort.
       
    14. y2krazy

      y2krazy Community Developer

      Joined:
      Jun 21, 2011
      Messages:
      2,803
      Likes Received:
      70
      Trophy Points:
      48
      It's my pleasure! Let me know if you run into any further issues. ;)
       
    15. ZeroStyle

      ZeroStyle New Member

      Joined:
      Mar 27, 2015
      Messages:
      20
      Likes Received:
      0
      Trophy Points:
      0
      Well thanks again I will let the bot go on now if i find another problem i will submit logs again :)
       
    16. elmojadito

      elmojadito New Member

      Joined:
      Jul 6, 2015
      Messages:
      1
      Likes Received:
      0
      Trophy Points:
      0
      Y2,

      First off great work! Used all your profiles up to this point and never had an issue!

      Did however run into an issue with Heavensward Profile -- I updated the SVN -- so I'm at Revision 160 now, but it still throws the errors shown in the log!

      Thanks for all your fine work!

      View attachment 7160 2015-07-06 13.07.txt
       
    17. mdbsat

      mdbsat New Member

      Joined:
      Jan 9, 2015
      Messages:
      64
      Likes Received:
      0
      Trophy Points:
      0
      Thank you so much for the Aether Current update!
       
    18. y2krazy

      y2krazy Community Developer

      Joined:
      Jun 21, 2011
      Messages:
      2,803
      Likes Received:
      70
      Trophy Points:
      48
      Pushing an update to SVN now. Let me know if it's working again for you or not! Many thanks to Cloud30000 for the help! ;)

      Of course!! I'll keep adding new Aether Currents as I get to them! I'll also be integrating it into my questing profile eventually. ;)
       
    19. okin4523

      okin4523 New Member

      Joined:
      Jul 7, 2015
      Messages:
      5
      Likes Received:
      0
      Trophy Points:
      0
      Hi I'm new using the bot but for some reason when I turn on the Orderbot it starts me doing a lower level quest in Limsa and then just stops when teh quest asks me to go to the other major cities. Maybe I'm doing something wrong? I use the Main quest 15-50 profile. I'm level 36 currently.
       
    20. ZeroStyle

      ZeroStyle New Member

      Joined:
      Mar 27, 2015
      Messages:
      20
      Likes Received:
      0
      Trophy Points:
      0
      I have finished the heavensward quest profile so far.
      Did only find one problem a few quests that are given from a dragon on the second floor if you complete them the bot tries to give them in from the first floor. (Anyx Trine)
      Next to that everything was going fine like it should be i hope the profile gets a update soon so i can check it out further :)
       

    Share This Page