a place for all your custom card needs you can post scripts pics and request for card to be made also please donate to the funding for a new server made for custom card duels
 
HomePortalLatest imagesSearchRegisterLog in

Share
 

 D.D. Suppression

View previous topic View next topic Go down 
AuthorMessage
cane_63106

cane_63106


Member Title : D.D. Dragon Kaiser
Posts : 454
Join date : 2013-07-23
Location : St. Louis, MO

D.D. Suppression Empty
PostSubject: D.D. Suppression   D.D. Suppression Icon_minitimeSun Sep 01, 2013 10:41 pm

I was thinking 1 of 2 things:
-I should have the card get banished after being negated, by banishing 1 d.d. from...somewhere, to stick more with the theme
-This card is good as is.

D.D. Suppression DDSuppression

Your thoughts?

--32083030
function c32083030.initial_effect(c)
--Activate
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetProperty(EFFECT_FLAG_CARD_TARGET)
e1:SetCode(EVENT_FREE_CHAIN)
e1:SetCondition(c32083030.condition)
e1:SetTarget(c32083030.distg)
e1:SetOperation(c32083030.disop)
c:RegisterEffect(e1)
end
function c32083030.cfilter(c)
return c:IsFaceup() and c:IsRace(RACE_DRAGON) and c:IsSetCard(0x7D53)
end
function c32083030.condition(e,tp,eg,ep,ev,re,r,rp)
return Duel.IsExistingMatchingCard(c32083030.cfilter,tp,LOCATION_MZONE,0,1,nil)
end
function c32083030.distg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
if chkc then return chkc:IsOnField() and chkc:IsFaceup() end
if chk==0 then return Duel.IsExistingTarget(Card.IsFaceup,tp,LOCATION_ONFIELD,LOCATION_ONFIELD,1,nil) end
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_FACEUP)
Duel.SelectTarget(tp,Card.IsFaceup,tp,LOCATION_ONFIELD,LOCATION_ONFIELD,1,1,nil)
end
function c32083030.disop(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler()
local tc=Duel.GetFirstTarget()
if tc:IsRelateToEffect(e) and tc:IsFaceup() then
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_SINGLE)
e1:SetCode(EFFECT_DISABLE)
tc:RegisterEffect(e1)
local e2=Effect.CreateEffect(c)
e2:SetType(EFFECT_TYPE_SINGLE)
e2:SetCode(EFFECT_DISABLE_EFFECT)
tc:RegisterEffect(e2)
if tc:IsType(TYPE_TRAPMONSTER) then
local e3=Effect.CreateEffect(c)
e3:SetType(EFFECT_TYPE_SINGLE)
e3:SetCode(EFFECT_DISABLE_TRAPMONSTER)
tc:RegisterEffect(e3)
end
end
end
Back to top Go down
http:// https://www.youtube.com/user/cane63106/videos
Project Leviamon

Project Leviamon


Member Title : Busy with high school sadly
Posts : 320
Join date : 2013-08-03
Age : 24
Location : Digital World

D.D. Suppression Empty
PostSubject: Re: D.D. Suppression   D.D. Suppression Icon_minitimeMon Sep 02, 2013 8:43 am

banishing it by banishing D.D. Dragon would fit more with the theme. no idea from where tough
Back to top Go down
http://www.pokecommunity.com/member.php?u=364458
cane_63106

cane_63106


Member Title : D.D. Dragon Kaiser
Posts : 454
Join date : 2013-07-23
Location : St. Louis, MO

D.D. Suppression Empty
PostSubject: Re: D.D. Suppression   D.D. Suppression Icon_minitimeMon Sep 02, 2013 9:12 am

I've always been thinking of doing from the deck...I just don't know how to throw that banishing part onto it after the card's negated, so I got lazy lol I'm going to keep trying though
Back to top Go down
http:// https://www.youtube.com/user/cane63106/videos
Tea82

Tea82


Posts : 18
Join date : 2013-07-12
Location : Greece

D.D. Suppression Empty
PostSubject: Re: D.D. Suppression   D.D. Suppression Icon_minitimeThu Sep 05, 2013 6:11 pm

Nice card cane but seriously you must learn and don't forget to post also the card effect description. It was more easy for users to add your custom card if they are able to read the card description more easily don't you agree??
Back to top Go down
cane_63106

cane_63106


Member Title : D.D. Dragon Kaiser
Posts : 454
Join date : 2013-07-23
Location : St. Louis, MO

D.D. Suppression Empty
PostSubject: Re: D.D. Suppression   D.D. Suppression Icon_minitimeThu Sep 05, 2013 6:31 pm

You can't easily read this? I can, even from my phone. Never knew that was an issue. I only expected it from God Dragon since the font was gonna be so small.
Back to top Go down
http:// https://www.youtube.com/user/cane63106/videos
outlaw1994

outlaw1994
Admin
Admin

Member Title : Red-Eyes Lord
Posts : 797
Join date : 2013-07-09
Age : 29
Location : bundaberg qld australia

D.D. Suppression Empty
PostSubject: Re: D.D. Suppression   D.D. Suppression Icon_minitimeFri Sep 06, 2013 12:27 am

she meant so people who want to add it dont have to retype the whole effect they can just copy paste
Back to top Go down
https://mackpro.forumotion.com
cane_63106

cane_63106


Member Title : D.D. Dragon Kaiser
Posts : 454
Join date : 2013-07-23
Location : St. Louis, MO

D.D. Suppression Empty
PostSubject: Re: D.D. Suppression   D.D. Suppression Icon_minitimeFri Sep 06, 2013 12:44 am

Ah, ok. I'll go through and type em out. Mind helping me knock off these last 2 cards, if/when you have time?
Back to top Go down
http:// https://www.youtube.com/user/cane63106/videos
outlaw1994

outlaw1994
Admin
Admin

Member Title : Red-Eyes Lord
Posts : 797
Join date : 2013-07-09
Age : 29
Location : bundaberg qld australia

D.D. Suppression Empty
PostSubject: Re: D.D. Suppression   D.D. Suppression Icon_minitimeFri Sep 06, 2013 1:41 am

sure atm i have to do the temple cards cause that was his request when he donated but after that np
Back to top Go down
https://mackpro.forumotion.com
cane_63106

cane_63106


Member Title : D.D. Dragon Kaiser
Posts : 454
Join date : 2013-07-23
Location : St. Louis, MO

D.D. Suppression Empty
PostSubject: Re: D.D. Suppression   D.D. Suppression Icon_minitimeFri Sep 06, 2013 7:30 am

ok. just lmk when. where should i post the effects? one is already up as well "I'm Stuck"
Back to top Go down
http:// https://www.youtube.com/user/cane63106/videos
outlaw1994

outlaw1994
Admin
Admin

Member Title : Red-Eyes Lord
Posts : 797
Join date : 2013-07-09
Age : 29
Location : bundaberg qld australia

D.D. Suppression Empty
PostSubject: Re: D.D. Suppression   D.D. Suppression Icon_minitimeFri Sep 06, 2013 7:32 am

i can do troubleshooting if you need i just cant code whole effs till i finish the requests post the effects in your first post underneath the card
Back to top Go down
https://mackpro.forumotion.com
Sponsored content





D.D. Suppression Empty
PostSubject: Re: D.D. Suppression   D.D. Suppression Icon_minitime

Back to top Go down
 

D.D. Suppression

View previous topic View next topic Back to top 
Page 1 of 1

Permissions in this forum:You cannot reply to topics in this forum
Mackpro :: MackPro :: Custom Cards-