Re: Volrathxp's Custom Dotp 2014 DLC (Last Update: 9/29/2014
Congratulation for the baby my friend!volrathxp wrote:Thanks guys.![]()
I will look into any bugs as I can.
!!!High Quality Resources for Collectible Card Games and Home of the CCGHQ Team
https://www.slightlymagic.net/forum/
https://www.slightlymagic.net/forum/viewtopic.php?f=109&t=15004
Congratulation for the baby my friend!volrathxp wrote:Thanks guys.![]()
I will look into any bugs as I can.
!!!I saw on the changelog that he had problems with Howl of the Horde. I checked the card now, and I still see a problem, but it's not a "card-breaking" problem, it's just a ruling problem: the raid condition should be checked when the spell resolves, not inside the delayed trigger. If you play Howl of the Horde on main phase 1, then you don't cast any other spell, attack, and cast a spell on main phase 2, you shouldn't get to copy it twice, because you hadn't attacked yet when you played Howl of the Horde.Kithkin wrote:I have noticed a "new" deck: Howl of the Horde, dated 27/09/14. Did you mean to upload it, or did you forget to include it earlier?
<SPELL_ABILITY>
<LOCALISED_TEXT LanguageCode="en-US"><![CDATA[When you cast your next instant or sorcery spell this turn, copy that spell. You may choose new targets for the copy.]]></LOCALISED_TEXT>
<RESOLUTION_TIME_ACTION>
local delayDC = EffectDC():Make_Chest(1)
local interrogation = MTG():ClearInterrogationQuery()
interrogation:SetPlayer( EffectController() )
if interrogation:Test(INTERROGATE_ATTACKS, INTERROGATE_THIS_TURN) then
delayDC:Set_Int(1, 1) -- repeat 1 additional time
end
MTG():CreateDelayedTrigger(1, delayDC)
</RESOLUTION_TIME_ACTION>
</SPELL_ABILITY>
<TRIGGERED_ABILITY resource_id="1">
<CLEANUP fire_once="1" simple_cleanup="EndOfTurn" />
<TRIGGER value="SPELL_PLAYED" simple_qualifier="controller">
local tobj = TriggerObject()
if tobj:GetCardType():Test(CARD_TYPE_INSTANT) or tobj:GetCardType():Test(CARD_TYPE_SORCERY) then
EffectDC():Make_Chest(0):CopyFrom( tobj:GetDataChest() )
return true
end
return false
</TRIGGER>
<RESOLUTION_TIME_ACTION repeating="1">
local tobj = TriggerObjectLKI()
if tobj ~= nil then
local copy = EffectController():CopySpell( tobj, EffectDC():Get_Chest(0) )
EffectController():ChooseNewTargets(copy)
end
local repeat = EffectDC():Get_Int(1)
if repeat > 0 then
EffectDC():Int_Dec(1) -- decrease the number
return true -- repeat the action
end
return false -- don't repeat the action
</RESOLUTION_TIME_ACTION>
</TRIGGERED_ABILITY>
<SPELL_ABILITY>
<LOCALISED_TEXT LanguageCode="en-US"><![CDATA[Raid — If you attacked with a creature this turn, when you cast your next instant or sorcery spell this turn, copy that spell an additional time. You may choose new targets for the copy.]]></LOCALISED_TEXT>
</SPELL_ABILITY>10/6/2014 11:55:52 PM: Low: Can't find referenced card: SARKHAN_THE_DRAGONSPEAKER_991386650 for deck D14_100065_TEMUR_MONSTERS in Data_Decks_100065_TEMUR_MONSTERS
10/6/2014 11:55:52 PM: Low: Can't find referenced card: SARKHAN_THE_DRAGONSPEAKER_991386650 for deck D14_100067_GR_DEVOTION in Data_Decks_100067_GR_DEVOTION
10/6/2014 11:55:52 PM: Low: Can't find referenced card: SARKHAN_THE_DRAGONSPEAKER_991386650 for deck D14_100067_GR_DEVOTION in Data_Decks_100067_GR_DEVOTION
10/6/2014 11:55:52 PM: Low: Can't find referenced card: SARKHAN_THE_DRAGONSPEAKER_991386650 for deck D14_100068_JUND_MONSTERS in Data_Decks_100068_JUND_MONSTERS
10/6/2014 11:55:52 PM: Low: Can't find referenced card: SARKHAN_THE_DRAGONSPEAKER_991386650 for deck D14_100068_JUND_MONSTERS in Data_Decks_100068_JUND_MONSTERS
10/6/2014 11:55:52 PM: Low: Can't find referenced card: SARKHAN_THE_DRAGONSPEAKER_991386650 for deck D14_100069_NAYA_MIDRANGE in Data_Decks_100069_NAYA_MIDRANGE
10/6/2014 11:55:52 PM: Low: Can't find referenced card: SARKHAN_THE_DRAGONSPEAKER_991386650 for deck D14_100069_NAYA_MIDRANGE in Data_Decks_100069_NAYA_MIDRANGE