News:

A forum for users of LackeyCCG

Main Menu

Deckzone Problem

Started by 3XXXDDD, January 01, 2013, 01:41:30 PM

Previous topic - Next topic

3XXXDDD

So, I can load my deck of 22 cards perfectly fine. If I click on the deck tab, I can see the backs of all 22 and drag them onto the field, what I can't do is Draw cards because my deck is "Empty". (Proper phrase is "Your deck is empty, so you can't draw X Cards".

The plugin is as follows

Quote
<plugin>

<deckzone>
     <label>Deck</label>
    <gamezonetoloadto>Deck</gamezonetoloadto>
     <shuffle>yes</shuffle>
</deckzone>

<gamezone>
      <label>Deck</label>
</gamezone>

<gamezone>
      <label>Hand</label>
     <visibletoowner>yes</visibletoowner>
</gamezone>

<gamezone>
      <label>Life</label>
</gamezone>

<gamezone>
      <label>Thrash</label>
      <visibletoowner>yes</visibletoowner>
      <visibletoothers>yes</visibletoothers>
</gamezone>

<gamezone>
      <label>Charge</label>
      <visibletoowner>yes</visibletoowner>
      <visibletoothers>yes</visibletoothers>
</gamezone>

<gamezone>
      <label>Resource</label>
      <visibletoowner>yes</visibletoowner>
      <visibletoothers>yes</visibletoothers>
</gamezone>

<phase><label>Reboot</label></phase>
<phase><label>Draw</label></phase>
<phase><label>Resource</label></phase>
<phase><label>Ignition</label></phase>
<phase><label>Main</label></phase>
<phase><label>End</label></phase>

<generalfunction><label>Reboot</label><kind>ALLYOURCARDSMAKERIGHT0DEGREES</kind><includeasbutton>yes</includeasbutton></generalfunction>
<label>Draw</label><kind>DRAWCARD</kind>
<label>Draw 6</label><kind>DRAWCARD6</kind>

<label>Set Life</label><kind>TRANSFERCARD</kind>
<sourcegamezone>Deck</sourcegamezone>
<destinationgamezone>Life</destinationgamezone>

</plugin>

What am I missing? Advice is much appreciated.

ani-mayhem

Game Zone Hand must come before Game Zone Deck.

3XXXDDD