I get this error Code: [01:04:11.306 N] Compiler Error: f:\BuddyWing 1.0.1093.494\Routines\FightatJoes\Helpers\JoesCombat.cs(62,40) : error CS0103: The name 'MercHelpers' does not exist in the current context [01:04:11.306 N] Compiler Error: f:\BuddyWing 1.0.1093.494\Routines\FightatJoes\Helpers\JoesCombat.cs(62,82) : error CS0103: The name 'MercHelpers' does not exist in the current context [01:04:11.306 N] Compiler Error: f:\BuddyWing 1.0.1093.494\Routines\FightatJoes\Helpers\JoesCombat.cs(76,20) : error CS0103: The name 'MercHelpers' does not exist in the current context [01:04:11.306 N] Compiler Error: f:\BuddyWing 1.0.1093.494\Routines\FightatJoes\Helpers\JoesCombat.cs(97,23) : error CS0103: The name 'MercHelpers' does not exist in the current context [01:04:11.306 N] Compiler Error: f:\BuddyWing 1.0.1093.494\Routines\FightatJoes\Helpers\JoesCombat.cs(109,21) : error CS0103: The name 'MercHelpers' does not exist in the current context [01:04:11.306 N] Compiler Error: f:\BuddyWing 1.0.1093.494\Routines\FightatJoes\Helpers\JoesCombat.cs(127,13) : error CS0103: The name 'MercHelpers' does not exist in the current context Over and over, and it won't load the routine.
Renamed the Root Folder to FightAtJoes (so it'd be in-synch with the SVN Trunk folder). SO.... next time you update, either nuke the old folder, or rename it to FightAtJoes before an update (from SVN). AND, let me know if still issues. Joe
View attachment 2014-08-31 14.34.txt Need some more help. Went for Seer tree, to heal in flashpoints and so on, got a lot of errors. How can i set the routine to only heal, not dps also?
Hey Joe, Can you add a check for when your toon is dead? Sometimes there is no rez at current position and only Return to Medcenter. Your routine stays in a loop: [JoesCombat] Death detected. Waiting for Rez to be Available... Thanks for the reply!
"Waiting for Rez to be Available..." - first runs a wait on MedProbeMaxWait (default is set to 60), and THEN the MedCenter (will wait indefinitely until available). So if you're just grinding and don't care about a rez to the Medcenter, you can just set MedProbeMaxWait to something like 5 or 0. And I DO know what you're talking about, regarding say a drop into lava, where you can't call a medprobe, but from what I've seen that's more of a Nav issue than anything else. Joe
Hi Joe, First of all, on behalf of others I would like to thank you and the other developers contributing towards the buddyforum. I have a query regarding your combat routine. Is it possible for me to avoid skipping through dialogues? I use your routine to fight however I would still like to be a part of the story. Kind regards,
Go into the quest profiles and delete this line (its on the top) <ForceAlignment Type="Light" AutoSkip="true" />
[HR][/HR] Edit: Thanks Cryo. I had loaded another profile before this and hence I just had to log out and run buddywing with the blank profile. Thanks again
Joe, Thank you for creating a great routine. I have a question though. Is there anyway for the routine to heal only and not DPS. As a healer I have been kicked out of instances because the routine does more DPS than heals. Anyway to turn off DPS? Any help would be very much appreciated.
Let me know which Spec you're running and I'll take a look. SIDE NOTE: A LOT of shitty tanks out there, that (a) Aren't geared with the proper Defense/Shi/Abs, (b) Don't know how to maintain threat, or (c) Are just WAYYYYY undergeared (ex: 24k Assassin in CZ-98H). Also, did you disable Movement via the Delete key - if not and the bot is trying to move and waiting for a Nav Request, headache.... Also, are you running the CombatBot.xml profile, where it is NOT trying to run off and run quests while you're In-Group? If you're not running that profile it's GUARANTEED the bot will be unresponsive when the fight starts as the brain doesn't know what the hell to do between the area you're in versus the questing directives it's trying to proccess.. Started with Heals and that's what I run most of the time in Ops/FPs, so.... I've put alot of time into it as it is. Anyhow, lemme know. Let me know - thanks Joe
Is anyone else having an issue farming nodes? The bot runs the profile beautifully and harvest the corpses with ease but the darn thing is running right over nodes I can harvest. Its a little disheartening seeing all those mats the bot is running right by. I have tried doing it different ways. I changed the random grind from false to true and then the bot will roll right up and harvest the first node it sees but then it will target the next mob and will stand there not doing anything. When I change random grind from true to false, then it will run the profile to perfection killing mobs and harvesting corpses but not farming nodes. I will keep working on it. UPDATE: I worked on this issue this afternoon and I found that <LootProfessionHarvestables>true</LootProfessionHarvestables> was set to false. I changed this to true and it worked but whenever I would take a break and restart the bot it would change back to false. Is there anyway to make this stay true all the time? Please any help would be fantastic.
First off, please reply to the response from your other question, feedback would be NICE if I'm to address any issues. Secondly, do you have ScanForNodes set to true in MercHelpers? Joe