Test Build 2.01 (8 April 2014)

Discussion in 'Testing' started by Jon, Apr 8, 2014.

  1. Kalin

    Kalin Begat G'zok

    I was just about to make a post suggesting ways to improve the monster database, and choosing the display name in the CSE was part of it (the thing you did with alternate figures for the Mummy and Sharkbear is another part of it). I'm guessing the hard part you noticed later was Ig-Gabig (and Morvin) where you have two monsters with the same name but different decks?
     
  2. Jon

    Jon Blue Manchu Staff Member

    Actually the problem is that the client doesn't have the monster list. That's fixable, but I'm not sure I want to send it down to every client just for this, which means grabbing it when it is needed. It's doable, just extra work.
     
  3. neoncat

    neoncat Feline Outline

    I will be very happy when the client gains access to the monster list. :)
     
  4. Awesome! We can finally use Greater Holy Insight since Cardotron never uses it.


    I did find a bug with the Plant Pigmy. Numbing Blowdart does not seem to target anyone even though it reads as a cone attack.

    Code from the turn in question:
    Code:
    BATTLE LOG: Player=LeisureSuitLoli,Scenario=Testing Map,Room=LeisureSuitLoli's battle (custom),RoomID=316,Event=PlayAction,Action=Numbing Blowdart,Instigator=Cizin,Targets=
    Received extension response: battleTimer
    Parameters:
        (int) playerIndex: 0
        (int) timeRemaining: 0
        (bool) start: false
    
    Received extension response: battle
    Parameters:
        (utf_string) type: done
        (bool) IIU: false
    
    Received extension response: battle
    Parameters:
        (utf_string) type: done
        (bool) IIU: false
    
    Received extension response: battle
    Parameters:
        (utf_string) type: hasTrait
        (int) PUI: 1
        (bool) IIU: false
    
    
     
  5. Kalin

    Kalin Begat G'zok

    Looks like you changed all the internal names, but didn't change MP Darkscapel in the CSE dropdown list.
     
  6. Jon

    Jon Blue Manchu Staff Member

    Goddamn that hardcoded list.
     
    LeisureSuitLoli and neoncat like this.

Share This Page