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

Mode Rush

mikamika

New Member
Joined
Jan 12, 2015
Messages
2
Reaction score
0
English Google ^^
Good Evening,

I'm new in Hearthbuddy and so I have latest version of the software (0.3.780.110).

Having read many forum I have not found how to set the mode software "Rush" for this version because playing Hunter Warlock or even impossible from the rank 10.

I tried to change the "DefaultRoutine.cs" file or I read that it was necessary to replace "Control" to "Rush" but the program does not start after ...

So I come to you to help me understand the software to have a Rush Mode and Control.

Thanking you in advance
---------------------------------------------------------
Bonsoir,

Je suis un nouveau dans Hearthbuddy et donc j'ai la derniere version du logiciel ( 0.3.780.110 ).

Ayant lu beaucoup le forum je n'ai pas trouvé comment mettre le logiciel en mode "Rush" pour cette version car jouer Chasseur ou meme Demoniste est impossible a partir du rank 10.

J'ai essayé de modifier le fichier "DefaultRoutine.cs" ou j'ai lu qu'il fallait remplacer "Control" par "Rush" mais le programme ne se lance pas apres...

Je viens donc a vous afin de m'aidé a comprendre le logiciel pour avoir un mode Rush et Controle.

En vous remerciant d'avance
 
Last edited:
So when you change Behavior behave = new BehaviorControl(); to Behavior behave = new BehaviorRush(); in defaultroutine.cs your hearthbuddy does not start? If this is correct double check in notepad++ as it aligns the code properly as notepad can be all clustered sometimes and make sure you did not put any extra spaces or missed a letter by accident.
 
So when you change Behavior behave = new BehaviorControl(); to Behavior behave = new BehaviorRush(); in defaultroutine.cs your hearthbuddy does not start? If this is correct double check in notepad++ as it aligns the code properly as notepad can be all clustered sometimes and make sure you did not put any extra spaces or missed a letter by accident.

To add, lines or alignment doesn't matter. Just make sure that BehaviorRush() is all intact without any space.
 
Back
Top