Ilja Rogoff
Well-Known Member
- Joined
- Jan 25, 2010
- Messages
- 1,848
- Reaction score
- 38
[DungeonBuddy 435]: No script found for dungeonId: 149
[DungeonBuddy 435]: No script found for dungeonId: 170
Getting lot of issues when entering dungeons
Was working well with HB .532![]()
It will go to pick up quests but won't actually click on them to pick them up. If I click on the quest manually it will accept it.
[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
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 think it has something to do with the latest HB update.
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
[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
[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'
[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
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?
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 heroicCould you let me know which 3 files, please.