• Please note: In an effort to ensure that all of our users feel welcome on our forums, we’ve updated our forum rules. You can review the updated rules here: http://forums.wolflair.com/showthread.php?t=5528.

    If a fellow Community member is not following the forum rules, please report the post by clicking the Report button (the red yield sign on the left) located on every post. This will notify the moderators directly. If you have any questions about these new rules, please contact support@wolflair.com.

    - The Lone Wolf Development Team

missing card in 40kccg files

  • Thread starter Thread starter arkayn at ugcs.caltech.ed
  • Start date Start date
A

arkayn at ugcs.caltech.ed

Guest
The card "Reminil" is missing from the 40kccg data files. I did
write up XML for it, so I could add it to my own decks (was still
going to post it here), but when I add it to pp.dat, I get the
following error message:

"pp.dat - 4888 - invalid unique id"
"pp.dat - 4889 - invalid unique id"

Here is my XML (and before you ask... the last card listed in pp.dat
has id="pp264", and there is no other card with id="pp265"):

<card id="pp265" name="Reminil" description="T: This unit gets +d6
firepower. Once per BA.{BR}BA (4+): Infiltrate a unit from your
hand. Only usable while your enemy controls more units than you."
flavor="" languages="">
<artwork unique="1" languages="" styles="normal"
artistid="artist002" name="Michael Phillippi" description="" url=""/>
<tag group="edition" tag="pp"/>
<tag group="type" tag="unit"/>
<tag group="keyword" tag="Vehicle"/>
<tag group="keyword" tag="Line"/>
<tag group="keyword" tag="Wraithlord"/>
<tag group="subfact" tag="Biel-Tan"/>
<tag group="compgroup" tag="Heavy Support"/>
<tag group="race" tag="Eldar"/>
<tag group="flags" tag="1"/>
<tag group="firepower" tag="0"/>
<tag group="speed" tag="2"/>
<tag group="armor" tag="4"/>
<tag group="die_number" tag="1"/>
<tag group="rarity" tag="Rare"/>
</card>
 
--- In cardvault@y..., "arkayn31" <arkayn@u...> wrote:
> The card "Reminil" is missing from the 40kccg data files. I did
> write up XML for it, so I could add it to my own decks (was still
> going to post it here), but when I add it to pp.dat, I get the
> following error message:
>
Okay, I'm stupid, sorry... Here is the corrected XML for Reminil, if
you guys could add it to the data files, I'd appreciate it:

<card id="pp265" name="Reminil" description="T: This unit gets +d6
firepower. Once per BA.{BR}BA (4+): Infiltrate a unit from your
hand. Only usable while your enemy controls more units than you."
flavor="" languages="">
<artwork unique="1" languages="" styles="normal"
artistid="artist002" name="Michael Phillippi" description="" url=""/>
<tag group="edition" tag="pp"/>
<tag group="type" tag="unit"/>
<tag group="keyword" tag="Vehicle"/>
<tag group="keyword" tag="Line"/>
<tag group="keyword" tag="Wraithlord"/>
<tag group="subfact" tag="subfact008" name="Biel-Tan"/>
<tag group="compgroup" tag="compgro001" name="Heavy Support"/>
<tag group="race" tag="Eldar"/>
<tag group="flags" tag="1"/>
<tag group="firepower" tag="0"/>
<tag group="speed" tag="2"/>
<tag group="armor" tag="4"/>
<tag group="die_number" tag="1"/>
<tag group="rarity" tag="Rare"/>
</card>


------------------------ Yahoo! Groups Sponsor ---------------------~-->
Sell a Home for Top $
http://us.click.yahoo.com/RrPZMC/jTmEAA/jd3IAA/WuQolB/TM
---------------------------------------------------------------------~->
 
--- In cardvault@y..., "arkayn31" <arkayn@u...> wrote:
*sigh*... and now I'm just spamming the list, but that unit should
have "0" flags, rather than "1".

> --- In cardvault@y..., "arkayn31" <arkayn@u...> wrote:
> > The card "Reminil" is missing from the 40kccg data files. I did
> > write up XML for it, so I could add it to my own decks (was still
> > going to post it here), but when I add it to pp.dat, I get the
> > following error message:
> >
> Okay, I'm stupid, sorry... Here is the corrected XML for Reminil,
if
> you guys could add it to the data files, I'd appreciate it:
>
> <card id="pp265" name="Reminil" description="T: This unit gets
+d6
> firepower. Once per BA.{BR}BA (4+): Infiltrate a unit from your
> hand. Only usable while your enemy controls more units than you."
> flavor="" languages="">
> <artwork unique="1" languages="" styles="normal"
> artistid="artist002" name="Michael Phillippi" description=""
url=""/>
> <tag group="edition" tag="pp"/>
> <tag group="type" tag="unit"/>
> <tag group="keyword" tag="Vehicle"/>
> <tag group="keyword" tag="Line"/>
> <tag group="keyword" tag="Wraithlord"/>
> <tag group="subfact" tag="subfact008" name="Biel-Tan"/>
> <tag group="compgroup" tag="compgro001" name="Heavy Support"/>
> <tag group="race" tag="Eldar"/>
> <tag group="flags" tag="1"/>
> <tag group="firepower" tag="0"/>
> <tag group="speed" tag="2"/>
> <tag group="armor" tag="4"/>
> <tag group="die_number" tag="1"/>
> <tag group="rarity" tag="Rare"/>
> </card>
 
Back
Top