• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • BW does not accept quest rewards

    Discussion in 'Buddy Wing Support' started by Sylvya, Oct 7, 2013.

    1. Sylvya

      Sylvya New Member

      Joined:
      Sep 13, 2013
      Messages:
      7
      Likes Received:
      0
      Trophy Points:
      0
      I have the problem, that BW sometimes do not accept quest rewards and stops.

      I searched the forum and found some threads with the same problem but without solution.

      greetings

      Due to the fact that I didnt found a recent log i copied the log from the running bot.

      Greetings.
       

      Attached Files:

      • Log.txt
        File size:
        18.4 KB
        Views:
        175
    2. Cryogenesis

      Cryogenesis Moderator Moderator

      Joined:
      Jul 13, 2010
      Messages:
      2,128
      Likes Received:
      13
      Trophy Points:
      38
    3. walter

      walter Active Member

      Joined:
      Jun 25, 2012
      Messages:
      1,112
      Likes Received:
      10
      Trophy Points:
      38

      This is just a core buddywing.exe issue that has been around for a very long time. Just something that will be worked out with time since it used to be a lot worse. Just give it time since this bot used to be on life support and was going to be shut down. Just be glad we have a great nav server now and wonderful community!


      Walter
       
    4. Metrienne

      Metrienne New Member

      Joined:
      Jul 2, 2013
      Messages:
      27
      Likes Received:
      7
      Trophy Points:
      3
      Hello Sylvia,

      I was unable to find a reference to Buddy Wing attempting to accept a quest reward from the log you provided.

      I am assuming you are using one of Kick's profiles. Halts on quest completion are usually caused by bad parameters in the profile. These include: referencing the quest in question by a wrong QuestID or, if quest completion requires picking one item, trying to select a reward that doesn't exist.

      If you can recall which profile Buddy Wing was using and which mission it was trying to complete, this will help us to see if it's a problem with the profile or with Buddy Wing itself.
       
    5. Cryogenesis

      Cryogenesis Moderator Moderator

      Joined:
      Jul 13, 2010
      Messages:
      2,128
      Likes Received:
      13
      Trophy Points:
      38
      Well i had this problem yesterday on kicks tatooine script.
      At that time, SWTOR was lagging a bit, and didnt complete te quest with reward.
      It went straight on to the next quest, with the quest completion windows still open.

      I think it has to do with the lag of the client and BW thinking it has clicked it.
       
    6. Sylvya

      Sylvya New Member

      Joined:
      Sep 13, 2013
      Messages:
      7
      Likes Received:
      0
      Trophy Points:
      0
      Kicks Dromund Kaas Profile and Kicks Balmorra Profile and he doesnt complete any quests and he stops after every quest when quest reward appears.
       
    7. walter

      walter Active Member

      Joined:
      Jun 25, 2012
      Messages:
      1,112
      Likes Received:
      10
      Trophy Points:
      38

      They are outdated and were made before update 2.0. Lots has changed with the game and its something the community is working on. As you can see they have updated 1-10 and should be doing more as time passes. Takes a lot of time to test these out and watch them for issues. I spend more time testing than I do programming since you don't know till real world application. I do the same thing for a living where we test simulations for hours on end in our super computer at work but we never know how it will work out until we apply it to real world!


      Walter
       
    8. Cryogenesis

      Cryogenesis Moderator Moderator

      Joined:
      Jul 13, 2010
      Messages:
      2,128
      Likes Received:
      13
      Trophy Points:
      38
      Ok so i think i found the bug...
      RewardIndex starts with 0 and not with 1.
      So if you got 3 rewards you can choose from... RewardIndex="0" for the first Reward, RewardIndex="1" for the second and RewardIndex="2" for the third.

      Best you can do is to decrease all RewardIndex with -1, or if you are lazy and want it to be quickly changed, Set all RewardIndex="0". This will get you most of the time the Planetary Commendation.
      Downside, you wont be getting new gear during lvling (i do everything with changable mods and the likes...)

      I hope someone can confirm this, how the bot handles questrewards...
       
    9. JoeBrewski

      JoeBrewski New Member

      Joined:
      Jul 4, 2012
      Messages:
      315
      Likes Received:
      4
      Trophy Points:
      0
      Yep, the normal flow is


      <TurnInQuest ....
      <CompleteQuest .... (RewardIndex 0 through RewardCount-1)
       

    Share This Page