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!

[Custom Deck] "Murloc Custom Deck"

Status
Not open for further replies.
What can I do to make this work?

Code:
------- Turn 6 Loop 29 -- Rush ModeChecking hand cards priorities :
Exception occured in coroutine: ˜.: Exception was thrown by coroutine ---> System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
   at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
   at Shadosky.Murloc.rush.Murloc.<SelectCard>d__c.MoveNext() in c:\Users\Michael\Desktop\Playa\CustomDecks\Murlockz\i_am_murloc.cs:line 72
   at Triton.Bot.Coroutine.(Object& )
   --- End of inner exception stack trace ---
   at Triton.Bot.Coroutine.(Object& )
   at Triton.Bot.Coroutine.()
   at ˜.ˆ.()
   at ˜.š˜.—˜(Object ˜˜)
   --- End of exception stack trace, coroutine stack trace follows ---
   at Shadosky.Murloc.rush.Murloc.SelectCard()
   at ???
   at ???
   at ???
   at ???




------- Turn 6 Loop 30 -- Rush Mode
Checking hand cards priorities :
Exception occured in coroutine: ˜.: Exception was thrown by coroutine ---> System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
   at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
   at Shadosky.Murloc.rush.Murloc.<SelectCard>d__c.MoveNext() in c:\Users\Michael\Desktop\Playa\CustomDecks\Murlockz\i_am_murloc.cs:line 72
   at Triton.Bot.Coroutine.(Object& )
   --- End of inner exception stack trace ---
   at Triton.Bot.Coroutine.(Object& )
   at Triton.Bot.Coroutine.()
   at ˜.ˆ.()
   at ˜.š˜.—˜(Object ˜˜)
   --- End of exception stack trace, coroutine stack trace follows ---
   at Shadosky.Murloc.rush.Murloc.SelectCard()
   at ???
   at ???
   at ???
   at ???

Im totally new to custom decks :)
 
have you change any card in the deck ?

I'm suspecting that the bot tries to grab a card that is not listed with the Custom Routine.
Maybe a more complete log can help to see what card you had prior to the error.
 
have you change any card in the deck ?

I'm suspecting that the bot tries to grab a card that is not listed with the Custom Routine.
Maybe a more complete log can help to see what card you had prior to the error.

Yes, I have 1 Blood Imp instead of a Young Priestess (only have 1), and 1 Questing Adveturer instead of a Murloc Warleader (also have only 1)
Can I work around this?
 
Yes, I have 1 Blood Imp instead of a Young Priestess (only have 1), and 1 Questing Adveturer instead of a Murloc Warleader (also have only 1)
Can I work around this?

As far as i know the card collection is included in this routine, and each card got his specific behavior. Beside coding the card you replaced yourself, or crafting the one you're missing, i don't see any options at the moment. Deck and Routine are amazing and worth putting some dust in it.

hope that help
 
As far as i know the card collection is included in this routine, and each card got his specific behavior. Beside coding the card you replaced yourself, or crafting the one you're missing, i don't see any options at the moment. Deck and Routine are amazing and worth putting some dust in it.

hope that help

I crafted another Young Priestess and went with a 2nd Rocketeer instead of a Warleader. Now its doing amazing :) Sweet!
Gonna start coding myself in a few, have to freshen up that VB ;)

Thanks for the help.
 
Gonna start coding myself in a few, have to freshen up that VB ;)

Thanks for the help.
Yes this... I'm currently reverse engineering this "Murloc Deck API" and learning what he did. I have a B.S. in computer science from about 8 years ago, but haven't touched programming since.
 
Just add an "How to add a card tutorial" at the end of the first post

@ Zinput as i say in the first post it's not a final version, calcul of lethal dammage are not included yet ( need to count attack on the table, buff we have, if we can drop a card who buff the other, if the ennemy has a taunter that we can kill & if we can kill this taunter are we enought dammage yet etc etc is not as simple as it looks ^^ )

@ Kustal there is a lot of priority calculs before droping a card, it can be simple in your point of view but ur brain actually does a lot of work to know if it's the good time or not to put it but i know there is some improvement to do on those two & i wotking on it ;)
 
Thank you for this great release.
Would be better to see the decklist on English... What's under the wolfrider? can't really understand
 
Last edited:
Just add an "How to add a card tutorial" at the end of the first post

@ Zinput as i say in the first post it's not a final version, calcul of lethal dammage are not included yet ( need to count attack on the table, buff we have, if we can drop a card who buff the other, if the ennemy has a taunter that we can kill & if we can kill this taunter are we enought dammage yet etc etc is not as simple as it looks ^^ )

@ Kustal there is a lot of priority calculs before droping a card, it can be simple in your point of view but ur brain actually does a lot of work to know if it's the good time or not to put it but i know there is some improvement to do on those two & i wotking on it ;)


Shadosky You are so kind...You should be awarded with a lift-time key of heartbuddy.
I come here everyday for your refined version of Murloc Deck. Would you make API of another deck or class ? Looking forward to your good news~ Thx again buddy
 
Shadosky You are so kind...You should be awarded with a lift-time key of heartbuddy.
I come here everyday for your refined version of Murloc Deck. Would you make API of another deck or class ? Looking forward to your good news~ Thx again buddy


Thank you :D

I've been really busy those week but i actually work with the devlopper of Ultimate Ai for making a Hearthbuddy version of it ( It will be for all classes & deck )
 
Thank you :D

I've been really busy those week but i actually work with the devlopper of Ultimate Ai for making a Hearthbuddy version of it ( It will be for all classes & deck )

so excited!!! Keep up the good work!
 
Excellent work.

Can you make an all classes, generic deck, that is playable with new HS account(s!) ;)
I'm wanting to power level HS accounts from 0-60

WIMM
 
allright, you're officially my last hope to have some decent bot, default bot just did something so stupid I won't even bother to report it

thank you very much for your work
 
Works well until certain situations where the enemy has a taunt minion on the board and the routine flips out trying to attack the hero. Eventually skips turn without attacking anything.
 
Nice work, and i dont mean to be an ass, but is this gonna be updated?

~40% win rate with default bot AI
~20% win rate with your custom deck AI

(both those stats come from 50+ games)

I have the exact same deck as you posted, and i'm doing games on ranked mode (lvl 18) farming Golden Hero
 
Last edited:
Use rush deck to night
8caae48167bdb30b50c5ee9a9c0e0d97.jpg


this card deck Warlock - Deckbuilder - HearthPwn
 
Last edited:
Works well until certain situations where the enemy has a taunt minion on the board and the routine flips out trying to attack the hero. Eventually skips turn without attacking anything.
same issue here. not sure if this is an issue by hb or the custom deck.
 
Status
Not open for further replies.
Back
Top