Yes seems to have gone downhill since the latest patch/update. Hopefully things get back on track. Have been working on some new grind profiles for the community, as the old ones are very glitchy. But it is hard to work when the bot it self and the supporting combat routines wont work with me! Hopefully Joe can get it working. He seems to check on here on a daily basis and does his best to deliver results.
1. Understandable 2. Yes, purchased through legacy. It is bound to my quickbar as well, and I occasionally stop movement on the bot in order to use it to repair since bot wont repair on its own. 3. I have been using a fresh install of BW and a fresh download/unzip of your combat routine in order to trouble shoot the issues. Will attempt to do so again tonight to test the new update, and will post back here when I do. Thanks!
Hey, I've been getting sound stutter once I start the bot with your routine selected. I tried PureSwtor and Waltz, both had no issue with sound stuttering in game. I searched around and seen a couple people had the same problem when using your routine. Didn't see a fix for it though, so i'm wondering what could be causing this to happen. Any ideas? Thanks
I still don't know what's causing that - at first I thought it might be a driver issue, but when more than one person is having it happen... You get the picture. All I can think of is that maybe it has to do with the priorities set on the SWTOR processes - after you start the bot, can you try setting the Process Priority on both SWTOR processes to Normal, and let me know if it stops? I tested and I don't have the issue on my machines. Reason I'm asking you to test Priority is that the Inits() routine in the CC sets them, in order to try and avoid 'frame-stutter' (both Priority and Affinity get set for both BuddyWing and SWTOR). Let me know - thanks Joe
Changed both Swtor processes to normal, still stuttering. Tried changing it to high with no success either. When I Alt+Tab out of game I can hear the background music and noises stop stuttering, but soon as I Tab back in it starts stuttering again. Really strange
Joe, really love your routine. Got a quick issue I seem to be having, wanted to let you know. It's the newest build on a sorc 55/corruption tree. (Note, I placed in an old Joe routine and it worked fine again.) The issue is that instead of attacking mobs and going to them, it would simply stay put, not go to the mobs, and seems to be "tabbing" between different mob selections.
Joe mean clean the CompiledAssemblies folder on batch start? If so can you post it here? Ill test the update tonight, see if it works
Thanks 1. Is this in-group or out-of-group 2. Running DoRandomGrind or no 3. If a Grind or Questing Profile, which? 4. Which Class/Spec 5. Planet/area? Let me know - thanks Joe
Just basic NT batch file scripting (can do the same with PowerShell or what-have-you, the OS scripting language) 1. Call the file bw.bat or something similar, INSIDE THE BW ROOT FOLDER 2. Inside, a line.... del/q .\compiledassemblies\*.*3. Later in the script: mybwexename.exe Joe
1. Is this in-group or out-of-group >> Just me and my companion. 2. Running DoRandomGrind or no >> No random, profile I made myself that worked historically. 3. If a Grind or Questing Profile, which? >> My own profile on Ilum. 4. Which Class/Spec >> Sorc/Corruption. 5. Planet/area? >> Ilum near the PS heroic / dailies area.
Yeah, I see what you're talking about - try and latest and let me know if better. Made a change so that when the 'internal target' changes, it would explicitly target it (so the on-screen, would match the internal target, casting in the last few months has gotten a little sketchy with that, aside from what you mentioned). Joe
Can someone help me? My Bot works fine with this Combat Routine, but it wont mount up. I have set and saved the file in Unicode and also set the ingame moutn bound to the 'x' button here is the log file View attachment 2014-01-06 06.18.txt
Joe, Tried the new update on Inquisitor and Marauder, two different PCs/installs. 1. My own quest profile has a Vendor identified. 2. When my inventory slots are full, it drops the droid correctly. 3. It cannot seem to access the droid (fully upgraded droid). It gives this error: [11:54:14.818 N] [JoesCombat] Out of inventory slots, trying to deploy Field Repair Droid. [11:54:16.117 D] Nav callback called. [11:54:20.502 N] [JoesCombat] I still CANNOT FIND A GODDAMN VENDOR. Sleeping to try again... Give me a moment to delicately smash my keyboard through my monitor. 4. It attempts to retry but continues to fail. It also ignores the Vendor in my profile and doesn't go there.
Can't get the Field Repair Droid to work no matter what I do now - can deploy it but can't query (find the Droid after deployed) disabled it until further notice. Joe
Be sure the chMount character is set to an upper-case value, per the documentation. So (again per the docs) if 'x' in SWTOR, in MercHelpers.cs it needs to be 'X' (NOT 'x'). Joe
so the bot has stopped working all together, saying the type initializer for 'joescombat.merchelpers' threw an exception when i click start. im using kicks republic light side consular leveling profile.
Here is my MercHelpers.cs i think i have done anything right but the bot wont use the mount :/ [C#] using System; using System.Threading; using System.Linq; using System.Collect - Pastebin.com