MArcomage

Free multiplayer on-line fantasy card game

Please log in

Razorhelm on 03:01, 22. Jun, 2010
When I auto-set tokens on a new deck, I get three "nones". I can only set tokens manually.
Mojko on 08:42, 22. Jun, 2010
I tested it and it works fine. Do you have some cards with keywords in deck? Because if you don't the auto setting will not set the tokens in this case.

If this is not the case, please send me a screenshot of your deck or you can even export your deck and send it to me in as a csv file.
Razorhelm on 10:15, 22. Jun, 2010
I loaded a blank deck with far sight cards plus a few other rares. Many scattered keywords but no more than four of one kind (soldier). Does auto set only work when a keyword exceeds minimum number?
Mojko on 10:46, 22. Jun, 2010
No, it should work with any number of keywords in deck greater than zero. Please send me the sceenshot and/or deck export.
dindon on 11:06, 22. Jun, 2010
I've experienced this problem myself. It's only with cards with multiple keywords. Try, for example, making a deck with Crystal Golem and no other holy/unliving cards. Neither holy nor unliving will be used as tokens when you auto set them. My guess is the bug occurs in this line in CDeck.php:


$words = preg_split("/\. ?/", $keywords, -1, PREG_SPLIT_NO_EMPTY);
Mojko on 11:28, 22. Jun, 2010