What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal
RebornBuddy Forums

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

niicholai

New Member
Joined
Dec 23, 2013
Messages
8
Hey guys, I'm trying to use the DefaultRoutine.cs that people share with their decks, but no matter which one I use I seem to be getting the same problem.
When I load up HearthBuddy it gives me a list of errors and then leaves me with only NullRoutine selectable. Would really appreciate any help as I'm very
new to HearthBuddy and I'm not sure what I am doing wrong here.

Log:
Hearthbuddy [0.3.1081.197] is up to date!
T: 5247506907416009413 H: 1839711314
Hearthbuddy Version: 0.3.1081.197
Path: C:\Users\<Username>\Desktop\Hearthbuddy 0.3.1081.197\Hearthbuddy.exe

OS Name: Windows 8
OS Edition: Professional
OS Service Pack:
OS Version: 6.2.9200.0
OS Architecture: x64
.NET Runtime Version: 4.0.30319.42000

Hearthstone client version (10604, 124786)
Reloading AssemblyLoader<Triton.Bot.IBot> - Initializing
[DefaultBotSettings] ClientBroken = False.
[DefaultBotSettings] NeedsToCacheCustomDecks = False.
[DefaultBotSettings] NeedsToCacheQuests = True.
[DefaultBotSettings] ArenaDontOpenRewards = False.
[DefaultBotSettings] ArenaDontDraft = False.
[DefaultBotSettings] AutoConcedeMinDelayMs = 15000.
[DefaultBotSettings] AutoConcedeMaxDelayMs = 30000.
[DefaultBotSettings] SpectateRandomFriend = True.
[DefaultBotSettings] SpectateAllowedName = .
[DefaultBotSettings] HideInactiveGameMode = True.
[DefaultBotSettings] AutoConcedeAfterConstructedWin = False.
[DefaultBotSettings] AutoConcedeNextConstructedGame = False.
[DefaultBotSettings] RoutineMustDraftArena = True.
[DefaultBotSettings] ConstructedMode = Casual.
[DefaultBotSettings] ConstructedDeckType = Basic.
[DefaultBotSettings] ConstructedBasicDeck = HUNTER.
[DefaultBotSettings] ConstructedCustomDeck = .
[DefaultBotSettings] AutoGreet = True.
[DefaultBotSettings] GameMode = Practice.
[DefaultBotSettings] PracticeDifficulty = Normal.
[DefaultBotSettings] PracticeDeckType = Basic.
[DefaultBotSettings] PracticeBasicDeck = HUNTER.
[DefaultBotSettings] PracticeOpponentClass = HUNTER.
[DefaultBotSettings] PracticeCustomDeck = .
[DefaultBotSettings] PracticeDeckType = Basic.
[DefaultBotSettings] PracticeBasicDeck = HUNTER.
[DefaultBotSettings] FriendlyCustomDeck = .
[DefaultBotSettings] FriendlyAllowedName = .
[DefaultBotSettings] ArenaDontOpenRewards = False.
[DefaultBotSettings] ArenaDontDraft = False.
[DefaultBotSettings] AutoConcedeMinDelayMs = 15000.
[DefaultBotSettings] AutoConcedeMaxDelayMs = 30000.
[DefaultBotSettings] SpectateRandomFriend = True.
[DefaultBotSettings] SpectateAllowedName = .
[DefaultBotSettings] HideInactiveGameMode = True.
[DefaultBotSettings] AutoConcedeAfterConstructedWin = False.
[DefaultBotSettings] AutoConcedeNextConstructedGame = False.
[DefaultBotSettings] RoutineMustDraftArena = True.
[DefaultBotSettings] ConstructedMode = Casual.
[DefaultBotSettings] ConstructedDeckType = Custom.
[DefaultBotSettings] ConstructedBasicDeck = MAGE.
[DefaultBotSettings] ConstructedCustomDeck = mag****.
[DefaultBotSettings] AutoGreet = True.
[DefaultBotSettings] GameMode = Constructed.
[DefaultBotSettings] PracticeDifficulty = Expert.
[DefaultBotSettings] PracticeDeckType = Custom.
[DefaultBotSettings] PracticeBasicDeck = HUNTER.
[DefaultBotSettings] PracticeOpponentClass = DRUID.
[DefaultBotSettings] PracticeCustomDeck = fac*******.
[DefaultBotSettings] PracticeDeckType = Basic.
[DefaultBotSettings] PracticeBasicDeck = HUNTER.
[DefaultBotSettings] FriendlyCustomDeck = .
[DefaultBotSettings] FriendlyAllowedName = .
[DefaultBotSettings] NeedsToCacheQuests = True.
Current bot set to DefaultBot.
Reloading AssemblyLoader<Triton.Bot.IRoutine> - Initializing
Compiler Error: c:\Users\Derek\Desktop\Hearthbuddy 0.3.1081.197\Routines\DefaultRoutine\Silverfish\ai\Playfield.cs(1156,22) : warning CS0114: 'HREngine.Bots.Playfield.GetHashCode()' hides inherited member 'object.GetHashCode()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
Compiler Error: c:\Users\Derek\Desktop\Hearthbuddy 0.3.1081.197\Routines\DefaultRoutine\DefaultRoutine.cs(104,31) : error CS1061: 'HREngine.Bots.Mulligan' does not contain a definition for 'setAutoConcede' and no extension method 'setAutoConcede' accepting a first argument of type 'HREngine.Bots.Mulligan' could be found (are you missing a using directive or an assembly reference?)
Compiler Error: c:\Users\Derek\Desktop\Hearthbuddy 0.3.1081.197\Routines\DefaultRoutine\DefaultRoutine.cs(633,27) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Compiler Error: c:\Users\Derek\Desktop\Hearthbuddy 0.3.1081.197\Routines\DefaultRoutine\DefaultRoutine.cs(667,60) : error CS1061: 'HREngine.Bots.Silverfish' does not contain a definition for 'waitingForSilver' and no extension method 'waitingForSilver' accepting a first argument of type 'HREngine.Bots.Silverfish' could be found (are you missing a using directive or an assembly reference?)
Compiler Error: c:\Users\Derek\Desktop\Hearthbuddy 0.3.1081.197\Routines\DefaultRoutine\DefaultRoutine.cs(669,42) : error CS1061: 'HREngine.Bots.Silverfish' does not contain a definition for 'readActionFile' and no extension method 'readActionFile' accepting a first argument of type 'HREngine.Bots.Silverfish' could be found (are you missing a using directive or an assembly reference?)
Compiler Error: c:\Users\Derek\Desktop\Hearthbuddy 0.3.1081.197\Routines\DefaultRoutine\DefaultRoutine.cs(749,30) : error CS1501: No overload for method 'updateEverything' takes 3 arguments
Compiler Error: c:\Users\Derek\Desktop\Hearthbuddy 0.3.1081.197\Routines\DefaultRoutine\DefaultRoutine.cs(752,60) : error CS1061: 'HREngine.Bots.Silverfish' does not contain a definition for 'waitingForSilver' and no extension method 'waitingForSilver' accepting a first argument of type 'HREngine.Bots.Silverfish' could be found (are you missing a using directive or an assembly reference?)
Compiler Error: c:\Users\Derek\Desktop\Hearthbuddy 0.3.1081.197\Routines\DefaultRoutine\DefaultRoutine.cs(950,27) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Compiler Error: c:\Users\Derek\Desktop\Hearthbuddy 0.3.1081.197\Routines\DefaultRoutine\DefaultRoutine.cs(964,27) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Compiler Error: c:\Users\Derek\Desktop\Hearthbuddy 0.3.1081.197\Routines\DefaultRoutine\DefaultRoutine.cs(1103,27) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Compiler Error: c:\Users\Derek\Desktop\Hearthbuddy 0.3.1081.197\Routines\DefaultRoutine\Silverfish\ai\BoardTester.cs(380,21) : warning CS0162: Unreachable code detected
Compiler Error: c:\Users\Derek\Desktop\Hearthbuddy 0.3.1081.197\Routines\DefaultRoutine\Silverfish\ai\CardDB.cs(3892,17) : warning CS0219: The variable 'de' is assigned but its value is never used
Compiler Error: c:\Users\Derek\Desktop\Hearthbuddy 0.3.1081.197\Routines\DefaultRoutine\Silverfish\ai\ComboBreaker.cs(52,21) : warning CS0219: The variable 'i' is assigned but its value is never used
Compiler Error: c:\Users\Derek\Desktop\Hearthbuddy 0.3.1081.197\Routines\DefaultRoutine\Silverfish\ai\EnemyTurnSimulator.cs(34,24) : warning CS0219: The variable 'printBoardResult' is assigned but its value is never used
Compiler Error: c:\Users\Derek\Desktop\Hearthbuddy 0.3.1081.197\Routines\DefaultRoutine\Silverfish\ai\MiniSimulator.cs(404,27) : warning CS0219: The variable 'pp' is assigned but its value is never used
Compiler Error: c:\Users\Derek\Desktop\Hearthbuddy 0.3.1081.197\Routines\DefaultRoutine\Silverfish\ai\MiniSimulator.cs(444,27) : warning CS0219: The variable 'pp' is assigned but its value is never used
Compiler Error: c:\Users\Derek\Desktop\Hearthbuddy 0.3.1081.197\Routines\DefaultRoutine\Silverfish\ai\MiniSimulatorNextTurn.cs(264,27) : warning CS0219: The variable 'pp' is assigned but its value is never used
Compiler Error: c:\Users\Derek\Desktop\Hearthbuddy 0.3.1081.197\Routines\DefaultRoutine\Silverfish\ai\Mulligan.cs(97,30) : warning CS0168: The variable 'ee' is declared but never used
Compiler Error: c:\Users\Derek\Desktop\Hearthbuddy 0.3.1081.197\Routines\DefaultRoutine\Silverfish\ai\Mulligan.cs(132,34) : warning CS0168: The variable 'eee' is declared but never used
Compiler Error: c:\Users\Derek\Desktop\Hearthbuddy 0.3.1081.197\Routines\DefaultRoutine\Silverfish\ai\PenalityManager.cs(452,22) : warning CS0219: The variable 'frothingberserkerEnemy' is assigned but its value is never used
Compiler Error: c:\Users\Derek\Desktop\Hearthbuddy 0.3.1081.197\Routines\DefaultRoutine\Silverfish\ai\PenalityManager.cs(453,22) : warning CS0219: The variable 'frothingberserkerOwn' is assigned but its value is never used
Compiler Error: c:\Users\Derek\Desktop\Hearthbuddy 0.3.1081.197\Routines\DefaultRoutine\Silverfish\ai\PenalityManager.cs(454,22) : warning CS0219: The variable 'grimpatronEnemy' is assigned but its value is never used
Compiler Error: c:\Users\Derek\Desktop\Hearthbuddy 0.3.1081.197\Routines\DefaultRoutine\Silverfish\ai\PenalityManager.cs(455,22) : warning CS0219: The variable 'grimpatronOwn' is assigned but its value is never used
Compiler Error: c:\Users\Derek\Desktop\Hearthbuddy 0.3.1081.197\Routines\DefaultRoutine\Silverfish\ai\PenalityManager.cs(846,25) : warning CS0162: Unreachable code detected
Compiler Error: c:\Users\Derek\Desktop\Hearthbuddy 0.3.1081.197\Routines\DefaultRoutine\Silverfish\ai\PenalityManager.cs(1259,29) : warning CS0219: The variable 'beasts' is assigned but its value is never used
Compiler Error: c:\Users\Derek\Desktop\Hearthbuddy 0.3.1081.197\Routines\DefaultRoutine\Silverfish\ai\PenalityManager.cs(1825,68) : warning CS0162: Unreachable code detected
Compiler Error: c:\Users\Derek\Desktop\Hearthbuddy 0.3.1081.197\Routines\DefaultRoutine\Silverfish\ai\Playfield.cs(584,17) : warning CS0162: Unreachable code detected
Compiler Error: c:\Users\Derek\Desktop\Hearthbuddy 0.3.1081.197\Routines\DefaultRoutine\Silverfish\ai\Playfield.cs(1344,22) : warning CS0219: The variable 'dontkill' is assigned but its value is never used
Compiler Error: c:\Users\Derek\Desktop\Hearthbuddy 0.3.1081.197\Routines\DefaultRoutine\Silverfish\penalties\Pen_DREAM_05.cs(31,13) : warning CS0162: Unreachable code detected
Reloading AssemblyLoader<Triton.Bot.IPlugin> - Initializing
Current routine set to NullRoutine.
[AutoStopSettings] StopAtRank = False.
[AutoStopSettings] RankToStopAt = 20.
[AutoStopSettings] StopGameCount = 1.
[AutoStopSettings] StopWinCount = 1.
[AutoStopSettings] StopLossCount = 1.
[AutoStopSettings] StopConcedeCount = 1.
[AutoStopSettings] StopAfterXGames = False.
[AutoStopSettings] StopAfterXWins = False.
[AutoStopSettings] StopAfterXLosses = False.
[AutoStopSettings] StopAfterXConcedes = False.
[AutoStopSettings] StopAtRank = False.
[AutoStopSettings] RankToStopAt = 20.
[AutoStopSettings] StopGameCount = 1.
[AutoStopSettings] StopWinCount = 30.
[AutoStopSettings] StopLossCount = 1.
[AutoStopSettings] StopConcedeCount = 1.
[AutoStopSettings] StopAfterXGames = False.
[AutoStopSettings] StopAfterXWins = True.
[AutoStopSettings] StopAfterXLosses = False.
[AutoStopSettings] StopAfterXConcedes = False.
[AutoStop] Initialize
[QuestSettings] StopAfterAllQuestsAreDone = True.
[QuestSettings] OnlyUseCustomDecks = False.
[QuestSettings] StopAfterAllQuestsAreDone = True.
[QuestSettings] OnlyUseCustomDecks = False.
[Quest] Initialize
[Stats] Initialize
[AutoStop] Enable
[Stats] Enable

Please read the following guide before using this program:
https://www.thebuddyforum.com/hearthbuddy-forum/210230-hearthbuddy-bm-release-thread.html
[Stats] Summary: 8 / 14 (57.14 %) [0 concedes]

Log as attachment:
View attachment Hearthbuddy 51832 2015-11-02 13.19.txt
 
DefaultRoutine.cs is changing very often when Hearthbuddy updates so you need to make your own DefaultRoutine.
I would recommend you to copy paste only the parts that are interesting you (mulligan, rush/control etc). There's a lot of instructions commented in the file to help you editing it.
 
DefaultRoutine.cs is changing very often when Hearthbuddy updates so you need to make your own DefaultRoutine.
I would recommend you to copy paste only the parts that are interesting you (mulligan, rush/control etc). There's a lot of instructions commented in the file to help you editing it.

I see, I suppose I will look into editing my own then and see what I can do. Thank you for your suggestion.
 
Hey sorry to hijack your thread.
is it possible to have multiple defaultroutine.cs at the same time?

Thanks!
 
Back
Top