HearthstoneBot menu

Shout-Out

User Tag List

Page 14 of 15 FirstFirst ... 101112131415 LastLast
Results 196 to 210 of 225
  1. #196
    Pyroman515's Avatar Member
    Reputation
    1
    Join Date
    Feb 2013
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Also to note, when i was screwing around with this last night, I took out
    __csharp_do_attack(hero_power_card)
    __critical_pause = true
    coroutine.yield()
    __csharp_drop_card(hero_power_card, true)
    __critical_pause = true
    coroutine.yield()
    and replaced it with
    DoAttack(hero_power_card, hero_power_card)
    and it prevented a weird "glitch" where your hero power button would sometimes float to wherever your cursor was on the screen
    you can also use targeted hero powers by using
    DoAttack(hero_power_card, n)
    where n is the card you want to target

    And I'm still having charge minions attack on their drop down turn
    Last edited by Pyroman515; 03-24-2014 at 08:30 AM.

    HearthstoneBot
  2. #197
    jayanth15's Avatar Private
    Reputation
    1
    Join Date
    Mar 2014
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    HearthstoneBot-123123-jpg
    help me to solve it please

  3. #198
    tatchan1304's Avatar Corporal
    Reputation
    1
    Join Date
    Mar 2014
    Posts
    16
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    argent commander charge seems working, i guess it depends on minions. Another problem is that inactivity -> disconnect

  4. #199
    Pyroman515's Avatar Member
    Reputation
    1
    Join Date
    Feb 2013
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by tatchan1304 View Post
    argent commander charge seems working, i guess it depends on minions. Another problem is that inactivity -> disconnect
    you might want to try putting in a ___critical_pause = true in your code after playing minions, it could just be that the bot is trying to attack with the minions currently on the board faster then it takes for it to register that you've played another minion, considering that all new minions are played on position 1, it would be the most likely one to be skipped in the event that it started processing the code for attack before the minion actually enters the field of play

  5. #200
    Pyroman515's Avatar Member
    Reputation
    1
    Join Date
    Feb 2013
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by jayanth15 View Post
    HearthstoneBot-123123-jpg
    help me to solve it please
    I think it's because you didn't set which mode you want the bot to play in

  6. #201
    kasarrah's Avatar Private
    Reputation
    1
    Join Date
    Aug 2013
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I keep getting error code 1 when I try to regen.

    This is log:

    System.TypeInitializationException: The type initializer for 'Mono.Cecil.Metadata.TableHeap' threw an exception. ---> System.ArgumentException: Value does not fall within the expected range.
    at System.Runtime.CompilerServices.RuntimeHelpers.InitializeArray(Array array, RuntimeFieldHandle fldHandle)
    at Mono.Cecil.Metadata.TableHeap..cctor()
    --- End of inner exception stack trace ---
    at Mono.Cecil.PE.ImageReader.ReadTableHeap()
    at Mono.Cecil.PE.ImageReader.ReadImage()
    at Mono.Cecil.PE.ImageReader.ReadImageFrom(Stream stream)
    at Mono.Cecil.ModuleDefinition.ReadModule(Stream stream, ReaderParameters parameters)
    at Mono.Cecil.ModuleDefinition.ReadModule(String fileName, ReaderParameters parameters)
    at HearthstoneBot.Program.getHookInMethod()
    at HearthstoneBot.Program.Main(String[] args)

  7. #202
    jayanth15's Avatar Private
    Reputation
    1
    Join Date
    Mar 2014
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Pyroman515 View Post
    I think it's because you didn't set which mode you want the bot to play in

    even i set the mode i am getting the same error

  8. #203
    phyte's Avatar Member
    Reputation
    7
    Join Date
    Aug 2008
    Posts
    136
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'm having the same "Error during startbot" problem as some others on here. This is my process:
    Start Bnet
    start LoaderGUI
    regen
    inject
    select tournament_unranked
    start HS
    click play
    click start bot
    get error
    Attached are both of my logs.
    Attached Files Attached Files

  9. #204
    jayanth15's Avatar Private
    Reputation
    1
    Join Date
    Mar 2014
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by phyte View Post
    I'm having the same "Error during startbot" problem as some others on here. This is my process:
    Start Bnet
    start LoaderGUI
    regen
    inject
    select tournament_unranked
    start HS
    click play
    click start bot
    get error
    Attached are both of my logs.
    I am also getting the same error bro

  10. #205
    Skazer's Avatar Member
    Reputation
    2
    Join Date
    Jun 2012
    Posts
    18
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You should make it in this order:
    1.Start Bnet
    2.start LoaderGUI
    3.Regen (wait 10 sec after regen) than -->
    4.Inject( wait 10 sec after ijfection) than-->
    5,Start HS
    6.Select "tournament_unranked)
    7.Select a deck and "casual"
    8.Start bot
    In this order works for me.
    Last edited by Skazer; 03-25-2014 at 10:43 AM.

  11. #206
    jereminion's Avatar Active Member
    Reputation
    28
    Join Date
    Jun 2007
    Posts
    308
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thank you for your work, very glad to see that the bot is working without 'mouse on screen' Finally can play hearthstone the way its meant to be played....not at all until you actually have good cards from boring farming =)

    +5 rep
    my artist web sizzle www.jeremynative.com

  12. #207
    lolxdd's Avatar Private
    Reputation
    1
    Join Date
    Mar 2014
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I have a very annoying bug ...
    Please help me!


    HearthstoneBot-sem-t-tulo-jpg

  13. #208
    Skazer's Avatar Member
    Reputation
    2
    Join Date
    Jun 2012
    Posts
    18
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by lolxdd View Post
    I have a very annoying bug ...
    Please help me!


    HearthstoneBot-sem-t-tulo-jpg
    You should set where is your HS.exe .

  14. #209
    lolxdd's Avatar Private
    Reputation
    1
    Join Date
    Mar 2014
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I know, I already tried:

    --set_hs_path="C:\Hearthstone\Hearthstone"

    --set_hs_path=C:\Hearthstone\Hearthstone

    "C:\Hearthstone\Hearthstone"

    C:\Hearthstone\Hearthstone



    But none of these options have worked...
    Thanks.

  15. #210
    jereminion's Avatar Active Member
    Reputation
    28
    Join Date
    Jun 2007
    Posts
    308
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    this works really well with hunter, i win most games using a deck of all beasts and some non specific traps

    you could, for hunter, somehow get him to used steady shot. he doesn't use that when he has extra mana, even though its a non aiming ability
    my artist web sizzle www.jeremynative.com

Page 14 of 15 FirstFirst ... 101112131415 LastLast
All times are GMT -5. The time now is 04:40 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search