I got a problem tho. Sometimes the bot want to attacks a mob that is behind e.g. a cannon on Taris. The bot select the mob but cant "see it". EDIT: its even try to fight a mob that isnt defined in the xml. Whats wrong?
1. The bot will attack ANY AGGRESSIVE MOBS within the defined PullRange, whether or not they're defined in your profile/XML. Nothing that can be done unless Aevitas or Walter has anything to say on it. 2. Turrets get messy in re: Meshing (pathing etc done by the bot) - that's not me. I know of the issues where the bot is trying to attack a mob behind a turret that's in a 'tent', a nightmare/chickendance ensues, again Aevitas or Walter (Support Forum). Joe
Is it just me or whenever I load this bot, my sound gets effed up in the game and it's very slow. All other routines work okay but this one somehow doesn't work for me...
I'm not really that great when it comes to coding and such but I tried to disable it by commenting out this line: However, I get so many errors when BW starts up. Is there an easy way to disable messing with the affinity because i believe this is the culprit. When I look at task manager and look at the affinity for swtor 1&2, it assigned core 5,6,7 ONLY for both. When I manually fixed it, the sound suddenly worked...
Ah, I fixed it! I commented a whole bunch of lines that had to do with messing swtor priority. I attached it if anyone else had the same problem.
I can't seem to figure out why the bot will not visit the trainer. Started using Joe's Combat routine (which is awesome btw) since lvl 1 on this charcter but it hasn't gone to the trainer and I am now lvl 7. Any ideas? thanks!
Maybe something for Joe to alter... distribute Joes with a preset of affinity and priority, but that its changable in the beginning of the merchelpers (same way you can change mounting and looting). i think the trainer is not added to the file... Let me know which one you are using and ill take a look.
Thanks for the feedback - updated. Relics from the Pre-Framelock-Era. Added two new Settings, documented in the first post. Need to test with various specs in 16-Mans to verify it doesn't slow it down/cause stutter, but for questing and FPs, seems fine so far (with both affin and priority disabled). Joe
Hey Joe, New update works nicely, but is it also possible to add a few parameters for affinity and priority per Task/PID of SWTOR and BW? So that users Always have the possibility to change, how they want it?
I have tried turning off scanforloot, etc. in merchelpers.cs while leveling to try to make it run faster but it still scans for loot. This combat routine runs very well, but it runs very slow because it is constantly doing so many checks. Have I missed something? Can you help me to make it run faster. Going from point a to point b takes a long time because it stops to do those checks all the time. Thanks!
There are TWO loot scans unless you're running DoRandomGrind: (1) The one done from the .exe itself, and (2) The one done in the CC, if ScanForLoot is true. The ONLY WAY that you can skip looting entirely, is to set DoRandomGrind to true (where the .exe's normal cycle is bypassed), and set KillFestLootFreq to 60 or greater. Only so much I can do here. EDIT: There IS also the setting in the CharacterName.xml file in the BuddyWing Settings folder: <LootNpcs>false</LootNpcs> You can try that as well (it would possibly affect the .exe code - but I know not all settings in that file are actually used - you can test that). Joe
I run into the isusse that the bot doesnt target any mob.. It only fight the mob if i target it. View attachment 2014-06-23 12.00.txt
I fixed that about a month back. Verify you have the latest, be sure to NUKE EVERYTHING IN THE COMPILEDASSEMBLIES folder, and let me know if still an issue. Joe