It is currently 25 Apr 2024, 15:19
   
Text Size

Sun Mar 25, 2012 DOTP 2012 Eglin's Decks v1.01

Moderator: CCGHQ Admins

Re: Sun Mar 25, 2012 DOTP 2012 Eglin's Decks v1.01

Postby thefiremind » 29 Mar 2012, 23:09

I don't have time to look into it right now, but Stromkirk Noble's ability should be made similar to Aura Gnarlid.
< Former DotP 2012/2013/2014 modder >
Currently busy with life...
User avatar
thefiremind
Programmer
 
Posts: 3515
Joined: 07 Nov 2011, 10:55
Has thanked: 118 times
Been thanked: 721 times

Re: Sun Mar 25, 2012 DOTP 2012 Eglin's Decks v1.01

Postby Ctar » 30 Mar 2012, 00:40

sadlyblue wrote:I think i see what he means.
Eglin, you tried a 1 on 1 game, and it doesn't trigger for the opponent.
But if you play a 3 on 1, an archenemy game, your one of the 3 against the other, and you attack with one creature, but your teammates attack with any number of creatures.
your creature will trigger the exalted, but the bonus will be given to all, your teammates also:
FilteredCard():GetCardType():Test( CARD_TYPE_CREATURE ) ~= 0 and
FilteredCard():GetController() == Object():GetController() and <- your missing this to give only to your creature
FilteredCard():GetZone() == ZONE_IN_PLAY and
FilteredCard():IsAttacking() ~= 0 )

Ctar, is that you tried to say, right? At least, that' what i understood by the code also.
yes , but your teammates attack with any number of creatures also trigger the exalted . like them has "Exalted"
Ctar
 
Posts: 24
Joined: 01 Dec 2011, 01:46
Has thanked: 10 times
Been thanked: 2 times

Re: Sun Mar 25, 2012 DOTP 2012 Eglin's Decks v1.01

Postby Persee » 30 Mar 2012, 07:31

No, Exalted must triggered only on creatures you control
User avatar
Persee
 
Posts: 168
Joined: 02 Jun 2011, 08:33
Has thanked: 42 times
Been thanked: 24 times

Re: Sun Mar 25, 2012 DOTP 2012 Eglin's Decks v1.01

Postby Ctar » 30 Mar 2012, 09:24

sorry , I need learn English more.

<TRIGGER value="ATTACKING">
local total = 0
local filter = Object():GetFilter()
filter:Clear()
filter:AddCardType( CARD_TYPE_CREATURE )
filter:SetController( Object():GetController() )
filter:AddExtra( FILTER_EXTRA_CREATURE_ATTACKING )
total = filter:Count()
if total == 1 then

return TriggerObject():GetController() == Object():GetController() <=====!!!
else
return false
end
</TRIGGER>
<FILTER>
return (FilteredCard() ~= nil and
FilteredCard():GetCardType():Test( CARD_TYPE_CREATURE ) ~= 0 and
FilteredCard():GetController() == Object():GetController() and <=====!!!!
FilteredCard():GetZone() == ZONE_IN_PLAY and
FilteredCard():IsAttacking() ~= 0 )
</FILTER>
Ctar
 
Posts: 24
Joined: 01 Dec 2011, 01:46
Has thanked: 10 times
Been thanked: 2 times

Re: Sun Mar 25, 2012 DOTP 2012 Eglin's Decks v1.01

Postby Siber1an » 19 Jul 2022, 14:19

Eglin, many thanks! You rock! :D
Siber1an
 
Posts: 23
Joined: 23 May 2021, 12:32
Has thanked: 5 times
Been thanked: 2 times

Previous

Return to 2012

Who is online

Users browsing this forum: No registered users and 1 guest


Who is online

In total there is 1 user online :: 0 registered, 0 hidden and 1 guest (based on users active over the past 10 minutes)
Most users ever online was 4143 on 23 Jan 2024, 08:21

Users browsing this forum: No registered users and 1 guest

Login Form