• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Target failure

    Discussion in 'Hearthbuddy Support' started by Shiisane, Apr 8, 2015.

    1. Shiisane

      Shiisane New Member

      Joined:
      Nov 13, 2012
      Messages:
      9
      Likes Received:
      0
      Trophy Points:
      1
    2. obtkamer

      obtkamer New Member

      Joined:
      May 27, 2014
      Messages:
      261
      Likes Received:
      4
      Trophy Points:
      0
      i need the UILogg-file, where the fight was logged (in your hearthbuddy log, at the start of the fight, there is this line written: "fight is logged in: xxxx"
       
    3. Shiisane

      Shiisane New Member

      Joined:
      Nov 13, 2012
      Messages:
      9
      Likes Received:
      0
      Trophy Points:
      1
    4. obtkamer

      obtkamer New Member

      Joined:
      May 27, 2014
      Messages:
      261
      Likes Received:
      4
      Trophy Points:
      0
      thanx :D
      and its not my fault
      @pushdex:

      Code:
      CardDB.Card c = hc.card;
                      if (playedcards.Contains(c.name) || !hc.canplayCard(p)) continue; // dont play the same card in one loop
                      playedcards.Add(c.name);
      
                      int isChoice = (c.choice) ? 1 : 0;
                      for (int i = 0 + 1 * isChoice; i < 1 + 2 * isChoice; i++)
                      {
                          if (c.choice) c = PenalityManager.Instance.getChooseCard(hc.card, i); // do all choice
      
                          blubb
      
                      }
      
      you cant do the if(c.choice) check! because c will be changed in first iteration, so the card will not be changed to the second choice-card.
      but anyway its a nice way to simlify my code :D
       
    5. Shiisane

      Shiisane New Member

      Joined:
      Nov 13, 2012
      Messages:
      9
      Likes Received:
      0
      Trophy Points:
      1
      Sorry my english isnt well... :/ i dont understand...


      what can i do ? isnt there any help to solved the problem?
       
    6. Tony

      Tony "The Bee" Staff Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      128,834
      Likes Received:
      571
      Trophy Points:
      113
      its something we will fix
       
    7. Shiisane

      Shiisane New Member

      Joined:
      Nov 13, 2012
      Messages:
      9
      Likes Received:
      0
      Trophy Points:
      1
      okay thx :)
       

    Share This Page