I am tanking with a monk and I think that is a bad choice all my guys have heirloom gear as well, should I swap to my pally tanking and make monk heals. my dps is going good. But sometimes its not the toons its DB just stopping randomly trying to do this trying to do that.
Who else is using this with a 5 man team.
over and over and over again and it doesn't leave the instance
Ok so at the start of Dirl Maul my guy just stands at one hotspot at the start of the instance
Atm dungeonbuddy doesnt let you form cross realm grups, and it didnt recognize you are in one. I set up leader and followers, its good when I group them manualy, but if you wont change setting for queeing as tank for random people it wont quee. That setting vanish everytime when you start dungeon.
Thanks, thats workingCross realm group works here for me. what names do you use in db config? You have to add the realm names, e.g. Mytoon-Kargath
Dunno, i think you need a wow addon for that. try "scrap" from curse.Thanks, thats working
1 more thing: How to let Hb sell all items in bag? I Set up DB sell up to legendary, deleted protected and forcemail files. At this point it doesnt sell foods, drinks, potions and few other items, like aquamarine and other gems that rarely drops on dungeons.
@Ilja Rogoff. Dire Maul - Warpwood Quarter has major mesh issues at the entrance and I don't think it'll ever be fixed because I had multiple people look at it and none knew how to fix it so I'm going to have the script automatically leave dungeon if it gets selected from queue.
I noticed something strange in your log.
[13:32:24.820 D] [DungeonBuddy-DEBUG 468]: Failed to update scripts and profiles.
[13:32:24.821 D] [DungeonBuddy-DEBUG 468]: System.IO.DirectoryNotFoundException: Ein Teil des Pfades "C:\Windows\system32\Default Profiles\DungeonBuddy" konnte nicht gefunden werden.
It's attempting to update scripts in your '\Windows\system32\' rather then in your HB install folder. This is not intentional and I don't know how this is even possible..![]()
Only thing that currently comes to mind is maybe the anti-virus somehow causing this.Tried to reinstall HB release and beta, reinstalled .NET and c++ redist. and still the same. Any hint?
Log(Utilities.AssemblyDirectory);
Log(AppDomain.CurrentDomain.BaseDirectory);
I can confirm that the folder you get from AppDomain.CurrentDomain does not return HB folder on some PC's. I don't know why, but I've changed to use assembly folder instead.Only thing that currently comes to mind is maybe the anti-virus somehow causing this.
Edit: I think I figured it out. Possible fix will be in an upcoming release.
If you want to confirm my fix you can can download the HBConsole plugin (found here) and run the following code inside it and post the results (or PM them to me)
Code:Log(Utilities.AssemblyDirectory); Log(AppDomain.CurrentDomain.BaseDirectory);
Ok, thanks for your efforts, but reinstalling windows8 solved the problem tooOnly thing that currently comes to mind is maybe the anti-virus somehow causing this.
Edit: I think I figured it out. Possible fix will be in an upcoming release.
If you want to confirm my fix you can can download the HBConsole plugin (found here) and run the following code inside it and post the results (or PM them to me)
Code:Log(Utilities.AssemblyDirectory); Log(AppDomain.CurrentDomain.BaseDirectory);