Not Working! The open beta worked great however now that I purchased the bot I can't seem to get past the exception errors. I have installed the .Net 4 framework as well as Visual C++. I even reinstalled them several times over. Not sure what broke from the open beta till now but I could really use some help.
well i was trying the dark consular idea u told me to try and hes lvl 10 still on 1st planet and has stopped moving on his own...
Same issue: View attachment 2012-06-07 02.59.txt View attachment 2012-06-07 02.59.txt View attachment 2012-06-07 02.59.txt 03:01:23.480 D] Waiting for path request to finish... [03:01:23.503 D] Nav callback called. [03:01:23.521 D] Can't get path from server. [03:01:23.521 D] The HTTP request to 'http://nav.buddywing.com:8723/PathService.svc' has exceeded the allotted timeout of 00:00:29.9520000. The time allotted to this operation may have been a portion of a longer timeout. [03:01:23.521 D] No movment from bot on any of 7 toons. View attachment 2012-06-07 02.59.txt
Still no go...... [03:55:16.373 D] Waiting for path request to finish... [03:55:16.455 D] Generating path to Rajivari's Camp <57.14337, -0.06794091, -5.44408> [03:55:16.455 D] Waiting for path request to finish... [03:55:16.474 D] Generating path to Rajivari's Camp <57.14337, -0.06794091, -5.44408> [03:55:16.474 D] Waiting for path request to finish... [03:55:16.556 D] Generating path to Rajivari's Camp <57.14337, -0.06794091, -5.44408> [03:55:16.556 D] Waiting for path request to finish... [03:55:16.574 D] Generating path to Rajivari's Camp <57.14337, -0.06794091, -5.44408> [03:55:16.574 D] Waiting for path request to finish... [03:55:16.655 D] Generating path to Rajivari's Camp <57.14337, -0.06794091, -5.44408> [03:55:16.655 D] Waiting for path request to finish... [03:55:16.674 D] Generating path to Rajivari's Camp <57.14337, -0.06794091, -5.44408> [03:55:16.674 D] Waiting for path request to finish... [03:55:16.756 D] Generating path to Rajivari's Camp <57.14337, -0.06794091, -5.44408> [03:55:16.756 D] Waiting for path request to finish... [03:55:16.775 D] Generating path to Rajivari's Camp <57.14337, -0.06794091, -5.44408> [03:55:16.775 D] Waiting for path request to finish... [03:55:16.858 D] Generating path to Rajivari's Camp <57.14337, -0.06794091, -5.44408> [03:55:16.858 D] Waiting for path request to finish... [03:55:16.877 D] Generating path to Rajivari's Camp <57.14337, -0.06794091, -5.44408> [03:55:16.877 D] Waiting for path request to finish... [03:55:16.960 D] Generating path to Rajivari's Camp <57.14337, -0.06794091, -5.44408> [03:55:16.960 D] Waiting for path request to finish... [03:55:16.978 D] Generating path to Rajivari's Camp <57.14337, -0.06794091, -5.44408> [03:55:16.978 D] Waiting for path request to finish... [03:55:17.061 D] Generating path to Rajivari's Camp <57.14337, -0.06794091, -5.44408> [03:55:17.061 D] Waiting for path request to finish... [03:55:17.080 D] Generating path to Rajivari's Camp <57.14337, -0.06794091, -5.44408> [03:55:17.080 D] Waiting for path request to finish... [03:55:17.166 D] Generating path to Rajivari's Camp <57.14337, -0.06794091, -5.44408>
having the same problem, dunno what's wrong but everything worked great before going to bed, but after i went up and started the bot, no movement at all, unless i personally move it close to the quest objective...
It appears the nav server died - checking now with ISP to get them to manually reboot it. My apologies.
I'm afraid the "targeting with 0% health" is still in the latest version. (log from about 2 minutes ago, updated 15 minutes ago)
And also the Bot attempts to use an object with zero success because - it is not facing the object -> need to put a face-check algo (mob aggro will "deface" the bot) - the object is on cooldown (inactive) - the object is already used (quest state detection has problems)
is ther still a problem with the nav servers or somting? my bot doing noting^^ /e already found somthing thx
I must say, the past couple days the bot has been very fussy about connecting to the SWTOR instance. More often than not it will give me the old error, meaning it can't connect. Is there a way to improve on this besides the obvious "Run everything with Administrator rights"? The only solution I've found is to reboot the computer but that isn't really an option when this happens every time I have to shut down and restart the bot. Just to be clear; my normal way to start the stuff up is: - Kill all Buddywing and SWTOR processes - Check whether SWTOR is running in Admin mode - Start SWTOR - Log in - Select character - Wait for the character to load completely - Check whether BW is running in Admin mode - Start BW - Log in
I wish I could reproduce this bug myself. I've pushed another update that checks health percent as well as if the mob is dead Code: if (npc == null || npc.IsDeleted || npc.IsDead || npc.HealthPercent == 0) return false; Hoping that fixes it even if it appears a redundant check. Please let me know.