Quote:
Originally Posted by Darkwaltz4
lonely: the system currently requires at least one card per level, otherwise itll search forever, hence the error. im thinking of working on deck support first, as itll address all of the issues that are coming up, as well as aiding with more advanced editing (like changing levels or adding elements) as well as remove some of the hard-coded dependancies that you have.
A workaround you could use for that, is removing the option for a level 10 match from the newaimatch template, and then selecting the new BONUS level that appears, and it will allow you what you want.
the cards you select are moved into a match, and are no longer 'available' to you. this ensures that you cant resell or trade away a card that you are using. this is normal behavior, and you recieve the cards back at the end of a match, whether its played through or rejected by your opponent (and depending on if you didnt lose them because of a prize rule!)
there is not a 'no multiples' rule currently, but there might be on in the future (if i am convinced of its merit)
as per the issue i explained above, you dont need to 'return' the cards to the user if they selected to use them in a trade/match, as they will be returned automatically once they are done being used. however the deck support update might include an inventory editor.
|
Ah okay, that seems to have worked like a charm so far.
I still have one more thing that's bothering me though -
How do I assign people one of the UC cards, or ANY card for that matter. I see how to make new cards, and give those to people, but I want to be able to send someone a specific existing card.
If this can only be done in the database right now, where in phpmyadmin could i go to assign someone a card? The triad_user table is really confusing to me, it doesn't seem to match up with the people playing.
Anyway thank you for your responses Dark