It is currently 08 Jul 2021, 00:17
   
Text Size

[fixed/closed]Profane Command

Moderators: BAgate, drool66, stassy, Aswan jaguar, gmzombie, CCGHQ Admins

[fixed/closed]Profane Command

Postby Althuna » 06 Jul 2013, 02:02

This card still needs a bit of work. It asks for the mana twice and the effects are mixed up I think.
Last edited by BAgate on 16 Jan 2014, 10:40, edited 5 times in total.
Reason: closed
Althuna
 
Posts: 438
Joined: 26 Jul 2011, 00:23
Has thanked: 67 times
Been thanked: 14 times

Re: Profane Command

Postby Gargaroz » 06 Jul 2013, 12:33

I couldn't confirm the "double mana requirement", as the values in the CSV files are correct, did you get the latest patch ?
And I need a more detailed bug report for fixing such complex card (I HATE THE COMMANDS).
----
- Current / medium term task: adjusting the code for making Misdirection and such usable
- Long term task: inserting all the good stuff I left out from the "Golden Years" mod
Gargaroz
Programmer
 
Posts: 7095
Joined: 06 Nov 2009, 11:11
Has thanked: 82 times
Been thanked: 593 times

Re: Profane Command

Postby stassy » 06 Jul 2013, 15:27

You are not alone, since the report need to include every possible case, and that is a lot for this kind of spell :P

But this one is quite simple, as of PDMNv2 before even the window choice pop, the game ask you first BBX, then Profane Command disappear from hand and game ask again for X

Image

Image

Also some combination are not working as usual, still testing them and will post the full report asap.
Attachments
1.zip
(2.2 KiB) Downloaded 85 times
stassy
Moderator
 
Posts: 5274
Joined: 25 Feb 2009, 07:06
Has thanked: 471 times
Been thanked: 337 times

Re: [confirmed]Profane Command

Postby stassy » 06 Jul 2013, 17:14

Ok, those test were done by bypassing the bug above (pay twice 1), with a creature in gy and a creature in bf, "o" mean effect work and "x" mean effect doesn't work:

target player lose x life......return creature from gy to bf......o......x
target player lose x life......target creature get -x/-x......o......x
target player lose x life......x creatures gains fears......o......x

return creature from gy to bf......target player lose x life......x......o
return creature from gy to bf......target creature get -x/-x......x......x
return creature from gy to bf......x creatures gains fears......x......x

target creature get -x/-x......target player lose x life......o......o
target creature get -x/-x......return creature from gy to bf......x......x
target creature get -x/-x......x creatures gains fears......x......x

x creatures gains fears......target player lose x life......x......o
x creatures gains fears......return creature from gy to bf......x......x
x creatures gains fears......target creature get -x/-x......x......x

There is to note that for fear effect tests, I didn't see any legacy effect pop on target creature so I assume it didn't work at all.I also never seen the return to bf effect on all tests and -x/-x only once
stassy
Moderator
 
Posts: 5274
Joined: 25 Feb 2009, 07:06
Has thanked: 471 times
Been thanked: 337 times

Re: [confirmed]Profane Command

Postby Gargaroz » 06 Jul 2013, 19:46

Well, I've deeply restructured the code, let's hope this time it's working, I really can't test this, it's too time-intensive.
----
- Current / medium term task: adjusting the code for making Misdirection and such usable
- Long term task: inserting all the good stuff I left out from the "Golden Years" mod
Gargaroz
Programmer
 
Posts: 7095
Joined: 06 Nov 2009, 11:11
Has thanked: 82 times
Been thanked: 593 times

[confirmed]crash - AI - Profane Command

Postby Althuna » 20 Oct 2013, 07:49

something makes it crash at this savegame

*** waiting on Korath as of PTT ***
Attachments
mtg.zip
(5.35 KiB) Downloaded 88 times
Last edited by BAgate on 25 Nov 2013, 11:29, edited 4 times in total.
Reason: confirmed and renamed bug
Althuna
 
Posts: 438
Joined: 26 Jul 2011, 00:23
Has thanked: 67 times
Been thanked: 14 times

Re: [confirmed]crash

Postby Aswan jaguar » 20 Oct 2013, 08:59

The card that crashes is Profane Command - as soon as AI decides to cast it.

In this case I believe AI will choose to make damage to opponent (4) as AI can win then attacking with all creatures and when decides to make the second choice the crash probably happens(can't decide what to choose?has no creature in graveyard (fact) and chooses that?)
Attachments
althuna crash1.jpg
---
Trying to squash some bugs and playtesting.
User avatar
Aswan jaguar
Super Tester Elite
 
Posts: 7450
Joined: 13 May 2010, 12:17
Has thanked: 639 times
Been thanked: 351 times

Re: [confirmed]crash - AI - Profane Command

Postby Korath » 20 Oct 2013, 09:12

I'll be rewriting it shortly anyway.
User avatar
Korath
DEVELOPER
 
Posts: 3522
Joined: 02 Jun 2013, 05:57
Has thanked: 491 times
Been thanked: 1037 times

Re: [confirmed]crash - AI - Profane Command

Postby Korath » 02 Nov 2013, 19:43

(I'd just like to note for the record that X spells suck to write in Manalink, but are manageable; that cards with an arbitrary number of targets suck to write in Manalink, but are manageable; that cards that target cards in graveyards suck to write in Manalink, but are manageable; and that cards with multiple layers of choices suck to write in Manalink, but are manageable. Putting them all onto the same card seems like a deliberate act of cruelty, though, and I still haven't gotten around to rewriting this yet.)
User avatar
Korath
DEVELOPER
 
Posts: 3522
Joined: 02 Jun 2013, 05:57
Has thanked: 491 times
Been thanked: 1037 times

Re: [partially fixed by gargaroz]Profane Command

Postby BAgate » 02 Dec 2013, 01:24

The mana issue appears fixed as of PTT. However, when I tried -x/-x to a creature followed by loss of life the loss of life part screwed up. A loss of 3 life to an opponent with 20 life resulted in 3741 life and an instant win. I've included a savegame which I hope works.
Attachments
profane command.rar
(2.59 KiB) Downloaded 78 times
Working on: housekeeping and archived reports
User avatar
BAgate
Tester
 
Posts: 2445
Joined: 06 Mar 2012, 11:09
Has thanked: 117 times
Been thanked: 158 times

Re: [partially fixed by gargaroz]Profane Command

Postby stassy » 02 Dec 2013, 04:57

If you look at Korath signature, it's on his next checkup but it's a tough cookie :D
stassy
Moderator
 
Posts: 5274
Joined: 25 Feb 2009, 07:06
Has thanked: 471 times
Been thanked: 337 times

Re: [partially fixed by gargaroz]Profane Command

Postby BAgate » 02 Dec 2013, 05:30

I'm not complaining. If he never got around to it I'd completely understand. But I was merging multiple threads on this card and checking it and the result was so out there I thought I'd at least mention it.
Working on: housekeeping and archived reports
User avatar
BAgate
Tester
 
Posts: 2445
Joined: 06 Mar 2012, 11:09
Has thanked: 117 times
Been thanked: 158 times

Re: [partially fixed by gargaroz]Profane Command

Postby Korath » 04 Dec 2013, 18:44

Rewritten in ee94832.
User avatar
Korath
DEVELOPER
 
Posts: 3522
Joined: 02 Jun 2013, 05:57
Has thanked: 491 times
Been thanked: 1037 times


Return to Archived Reports

Who is online

Users browsing this forum: Bing [Bot] and 4 guests


Who is online

In total there are 5 users online :: 1 registered, 0 hidden and 4 guests (based on users active over the past 10 minutes)
Most users ever online was 1922 on 07 Jun 2021, 06:01

Users browsing this forum: Bing [Bot] and 4 guests

Login Form