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!

Need some help!!

Raikzun

New Member
Joined
May 17, 2014
Messages
22
Hello.
I bought the lifetime license key a long time ago, and i just found it again xD
Anyways. I got some problems with this new design.

image.jpg



How do i pick playstyle? Like rush/control ?
ANd where do i put the Silverfish api?
I got these folders:
image.jpg
 
Well i found it out.
Now i changed the behavior to Control and Rush.
So i have Control.cs and Rush.cs in the routine folder.
But now i get this:

2015-01-10 04:21:42,062 [3] DEBUG AssemblyLoader`1 (null) - Reloading AssemblyLoader<Triton.Bot.IRoutine> - Initializing
2015-01-10 04:21:42,124 [1] DEBUG Logger (null) - Current bot set to DefaultBot.
2015-01-10 04:21:43,638 [3] ERROR AssemblyLoader`1 (null) - Compiler Error: c:\Users\Herr\Desktop\HB\Routines\DefaultRoutine\Silverfish\silverfish_HB.cs(163,28) : error CS0246: The type or namespace name 'ICustomDeck' could not be found (are you missing a using directive or an assembly reference?)
2015-01-10 04:21:43,638 [3] ERROR AssemblyLoader`1 (null) - Compiler Error: c:\Users\Herr\Desktop\HB\Routines\DefaultRoutine\Silverfish\silverfish_HB.cs(666,25) : error CS0246: The type or namespace name 'ICustomDeck' could not be found (are you missing a using directive or an assembly reference?)
2015-01-10 04:21:43,638 [3] ERROR AssemblyLoader`1 (null) - Compiler Error: c:\Users\Herr\Desktop\HB\Routines\DefaultRoutine\Silverfish\silverfish_HB.cs(1169,31) : error CS0246: The type or namespace name 'ICustomMulligan' could not be found (are you missing a using directive or an assembly reference?)
2015-01-10 04:21:43,816 [3] DEBUG AssemblyLoader`1 (null) - Reloading AssemblyLoader<Triton.Bot.IPlugin> - Initializing
2015-01-10 04:21:43,817 [1] DEBUG Logger (null) - Current routine set to NullRoutine.

2015-01-10 03:41:02,443 [1] DEBUG Logger (null) - Current bot set to DefaultBot.
2015-01-10 03:41:06,805 [3] ERROR AssemblyLoader`1 (null) - Compiler Error: c:\Users\Herr\Desktop\HB\Routines\DefaultRoutine\Silverfish\silverfish_HB.cs(163,28) : error CS0246: The type or namespace name 'ICustomDeck' could not be found (are you missing a using directive or an assembly reference?)
2015-01-10 03:41:06,806 [3] ERROR AssemblyLoader`1 (null) - Compiler Error: c:\Users\Herr\Desktop\HB\Routines\DefaultRoutine\Silverfish\silverfish_HB.cs(666,25) : error CS0246: The type or namespace name 'ICustomDeck' could not be found (are you missing a using directive or an assembly reference?)
2015-01-10 03:41:06,809 [3] ERROR AssemblyLoader`1 (null) - Compiler Error: c:\Users\Herr\Desktop\HB\Routines\DefaultRoutine\Silverfish\silverfish_HB.cs(1169,31) : error CS0246: The type or namespace name 'ICustomMulligan' could not be found (are you missing a using directive or an assembly reference?)
2015-01-10 03:41:07,602 [3] ERROR AssemblyLoader`1 (null) - Compiler Error: c:\Users\Herr\Desktop\HB\Routines\Silverfish\silverfish_HB.cs(163,28) : error CS0246: The type or namespace name 'ICustomDeck' could not be found (are you missing a using directive or an assembly reference?)
2015-01-10 03:41:07,604 [3] ERROR AssemblyLoader`1 (null) - Compiler Error: c:\Users\Herr\Desktop\HB\Routines\Silverfish\silverfish_HB.cs(666,25) : error CS0246: The type or namespace name 'ICustomDeck' could not be found (are you missing a using directive or an assembly reference?)
2015-01-10 03:41:07,604 [3] ERROR AssemblyLoader`1 (null) - Compiler Error: c:\Users\Herr\Desktop\HB\Routines\Silverfish\silverfish_HB.cs(1169,31) : error CS0246: The type or namespace name 'ICustomMulligan' could not be found (are you missing a using directive or an assembly reference?)

everytime i load up
 
??
Does it really matter?
You can still see the error codes -_-

If it didn't matter, he likely wouldn't have asked :eek:

That being said, you are taking steps that are no longer necessary. Silverfish is fully integrated and set up as the default. No need to add any .cs files.

Just start with a fresh install. Go to \Routines\DefaultRoutine\ and edit your DefaultRoutine.cs file. Locate (Line 52 for me):
Code:
Behavior behave = new BehaviorControl(); //change this to new BehaviorRush() for rush mode
Only change the word Rush for Control, it is case sensitive. Just replace that word to be sure you don't change any other characters and run into syntax errors. Save and reopen Hearthbuddy. I am sure the devs will add this to the config section soon. For now, this works fine. :)
 
Back
Top