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.
See if this helps... http://www.thebuddyforum.com/buddy-...135128-buddywing-will-not-fight-anything.html
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
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.
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.
Kicks Dromund Kaas Profile and Kicks Balmorra Profile and he doesnt complete any quests and he stops after every quest when quest reward appears.
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
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...