randomly queueing as healer only when my spec is only shadow with no dual spec option. I manually queue as dps, but the next time it queues up it unselects dps and chooses healing. upon training a dual spec and speccing disc with the second spec it then queued as both dps and healer. Possibly got its flag wrong for shadow? 1-60 is definitely working better than it used to. BRD and UBRS/LBRS seem to work a lot better as opposed to half of them you didn't move in. Also, I could have sworn hellfire ramparts used to work, but on this most recent try neither character moved at the entrance. same with blood furnace
Edit: List of instances not moving in Horde because someone earlier mentioned that faction may be an issue. BC Ramparts Blood Furnace Underbog same no script 137 it's very odd too because the scripts are all where they should be. i even opened up blood furnace script to see if it had the wrong number inside or something, but it looks correct as get { return 137; } The blood furnace profile looked fine as well <DungeonId>137</DungeonId> What you see is [DungeonBuddy 435]: No script found for dungeonId: 137 [DungeonBuddy 435]: Successfully loaded default profile for Blood Furnace then no movement from either character.
how do i make this work? it loads into dungeons and bot just stands around doing nothing. same problem as quickmage
I wish I could see where it was trying to look for it so i could place it somewhere i tried changing the script path to where it is in the bot config, but it made no difference. Code: [12:53:35.876 D] Downloaded tilemap CoilfangDraenei [12:53:36.177 D] Changed tilemap to CoilfangDraenei, Tiled: False [12:53:36.184 D] Activity: Loading Tile/s [12:53:36.184 D] Loading CoilfangDraenei [12:53:36.283 D] Changed tilemap to CoilfangDraenei, Tiled: False [12:53:36.284 D] Loading CoilfangDraenei [12:53:41.946 N] [DungeonBuddy 435]: No script found for dungeonId: 140 [12:53:41.978 N] [DungeonBuddy 435]: Successfully loaded default profile for Slave Pens
the thing is though is that this didnt effect classic dungeons. It started happening to me right when i transitioned into burning crusade. I tried comparing the files of classic to BC and couldn't really find any difference that looked like it would cause this. I guess it's probably not something in the profiles that would cause this. Where is the dungeonbuddy bot base actually located? I can only find scipts and profiles for each dungeon.
Im guessing you are having similar problems I had. It seems that there are faults in the following scripts. the vault of the mysteries Deadmines heroics Slavepens heroics. I didn't have the patience to track down exactly what was wrong, but It was in the logs. This time I just quickfixed it so that the bot works. What you can do is just set DB to not update scritps and then open those 3 files and remove all text inside and then save them. you will now have 3 empty files so you wont be able to run any of those 3 instances. but you should be able to run all others
Do scripts exist for those dungeons that "don't work"? It could be either they don't compile (need to see a log) or they are not shipped
Yes, the scripts existed, I had to empty them in order for DB to compile. The following what what made them fail I think [11:39:32.729 N] Compiler Error: h:\xxxx\Dungeon Scripts\Burning Crusade\Dungeons\Slave Pens Heroic.cs(77,21) : error CS0103: The name 'TargetingHelper' does not exist in the current context [11:39:33.297 N] Compiler Error: h:\xxxx\Dungeon Scripts\Cataclysm\Dungeons\Deadmines Heroic.cs(471,35) : error CS0117: 'Bots.DungeonBuddy.Helpers.ScriptHelpers' does not contain a definition for 'CurrentBoss' [11:39:33.297 N] Compiler Error: h:\xxxx\Dungeon Scripts\Cataclysm\Dungeons\Deadmines Heroic.cs(472,36) : error CS0117: 'Bots.DungeonBuddy.Helpers.ScriptHelpers' does not contain a definition for 'CurrentBoss' [11:39:33.297 N] Compiler Error: h:\xxxx\Dungeon Scripts\Cataclysm\Dungeons\Deadmines Heroic.cs(473,36) : error CS0117: 'Bots.DungeonBuddy.Helpers.ScriptHelpers' does not contain a definition for 'CurrentBoss' [11:39:34.780 N] Compiler Error: h:\xxxx\Dungeon Scripts\Mists of Pandaria\Raids\The Vault of Mysteries.cs(380,21) : error CS1660: Cannot convert lambda expression to type 'Styx.TreeSharp.Composite' because it is not a delegate type [11:39:34.780 N] Compiler Error: h:\xxxx\Dungeon Scripts\Mists of Pandaria\Raids\The Vault of Mysteries.cs(384,86) : error CS1928: 'Bots.DungeonBuddy.GroupMember' does not contain a definition for 'IsRange' and the best extension method overload 'Bots.DungeonBuddy.Helpers.ScriptHelpers.IsRange(Styx.WoWInternals.WoWObjects.LocalPlayer)' has some invalid arguments [11:39:34.780 N] Compiler Error: h:\xxxx\Dungeon Scripts\Mists of Pandaria\Raids\The Vault of Mysteries.cs(384,86) : error CS1929: Instance argument: cannot convert from 'Bots.DungeonBuddy.GroupMember' to 'Styx.WoWInternals.WoWObjects.LocalPlayer' - - - Updated - - - Sorry about not uploading full logs, in a hurry atm
Yes, they all exist and they all return with logs the same as below with a different instance name/ID. the names and IDs are correct, it's just not finding the script. Code: [12:53:35.876 D] Downloaded tilemap CoilfangDraenei [12:53:36.177 D] Changed tilemap to CoilfangDraenei, Tiled: False [12:53:36.184 D] Activity: Loading Tile/s [12:53:36.184 D] Loading CoilfangDraenei [12:53:36.283 D] Changed tilemap to CoilfangDraenei, Tiled: False [12:53:36.284 D] Loading CoilfangDraenei [12:53:41.946 N] [DungeonBuddy 435]: No script found for dungeonId: 140 [12:53:41.978 N] [DungeonBuddy 435]: Successfully loaded default profile for Slave Pens Every BC instance I tried had the same error. I do get the same compile error as the person above me but I want to make it clear these 3 instances are NOT the ones I am experiencing problems with. Does the below cause all other scripts to not work as well? Code: [11:26:40.542 N] [DungeonBuddy 435]: Checking for profile and script updates. [11:26:41.887 N] [DungeonBuddy 435]: All files are up-to-date. [11:26:41.889 D] Reloading AssemblyLoader<Dungeon> - Compiling Dungeonbuddy scripts [11:26:42.247 N] Compiler Error: e:\Bots\HBMOP\Dungeon Scripts\Burning Crusade\Dungeons\Slave Pens Heroic.cs(77,21) : error CS0103: The name 'TargetingHelper' does not exist in the current context [11:26:42.599 N] Compiler Error: e:\Bots\HBMOP\Dungeon Scripts\Cataclysm\Dungeons\Deadmines Heroic.cs(471,35) : error CS0117: 'Bots.DungeonBuddy.Helpers.ScriptHelpers' does not contain a definition for 'CurrentBoss' [11:26:42.599 N] Compiler Error: e:\Bots\HBMOP\Dungeon Scripts\Cataclysm\Dungeons\Deadmines Heroic.cs(472,36) : error CS0117: 'Bots.DungeonBuddy.Helpers.ScriptHelpers' does not contain a definition for 'CurrentBoss' [11:26:42.599 N] Compiler Error: e:\Bots\HBMOP\Dungeon Scripts\Cataclysm\Dungeons\Deadmines Heroic.cs(473,36) : error CS0117: 'Bots.DungeonBuddy.Helpers.ScriptHelpers' does not contain a definition for 'CurrentBoss' [11:26:43.433 N] Compiler Error: e:\Bots\HBMOP\Dungeon Scripts\Mists of Pandaria\Raids\The Vault of Mysteries.cs(380,21) : error CS1660: Cannot convert lambda expression to type 'Styx.TreeSharp.Composite' because it is not a delegate type [11:26:43.433 N] Compiler Error: e:\Bots\HBMOP\Dungeon Scripts\Mists of Pandaria\Raids\The Vault of Mysteries.cs(384,86) : error CS1928: 'Bots.DungeonBuddy.GroupMember' does not contain a definition for 'IsRange' and the best extension method overload 'Bots.DungeonBuddy.Helpers.ScriptHelpers.IsRange(Styx.WoWInternals.WoWObjects.LocalPlayer)' has some invalid arguments [11:26:43.433 N] Compiler Error: e:\Bots\HBMOP\Dungeon Scripts\Mists of Pandaria\Raids\The Vault of Mysteries.cs(384,86) : error CS1929: Instance argument: cannot convert from 'Bots.DungeonBuddy.GroupMember' to 'Styx.WoWInternals.WoWObjects.LocalPlayer' later in this same log we find Code: [11:30:34.858 D] Downloaded tilemap HellfireRampart [11:30:35.319 D] Changed tilemap to HellfireRampart, Tiled: True [11:30:40.842 N] [DungeonBuddy 435]: No script found for dungeonId: 136 [11:30:40.873 N] [DungeonBuddy 435]: Successfully loaded default profile for Hellfire Ramparts The characters do not move after the above happens and the only reason the log shows things such as item rolls going off is because I'm manually controlling the character. Full log attached.
It has been my experience that errors like this prevents DB from running any instance, it won't compile and you chars will just stand there doing nothing. I you remove that which causes the errors it will compile and the other instances will work. it is just a workaround, not a real fix. - - - Updated - - - If you want to try it, just open the 3 files, remove all text and save, if you don't have automatic scriptupdate on it should work on all other dungeons
Slave pens heroic Dead mines heroic Vault of mysteries scripts folder located in Dungeon Scripts\Burning Crusade\Dungeons\Slave Pens Heroic.cs Dungeon Scripts\Cataclysm\Dungeons\Deadmines Heroic.cs Dungeon Scripts\Mists of Pandaria\Raids\The Vault of Mysteries.cs
Hi wenn ich das alte gestrige HB starte und sage Update ignorieren dann funtzt es mit dem DB sobald ich es ubdate hab ich die selben Probleme