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
 

 List of requests

View previous topic View next topic Go down 
AuthorMessage
TGAP-Trixie

TGAP-Trixie


Member Title : Trixie does not even...
Posts : 273
Join date : 2014-04-17

List of requests Empty
PostSubject: List of requests   List of requests Icon_minitimeMon Nov 24, 2014 3:10 am

I'm making a list of requests thread cause I have too many to put in separate threads. I'm hoping to get help with one or so at a time, not all at once so as not to feel overwhelming, and I'll update these as they get resolved (here in the OP, by changing the font color or something).

I can provide the entire (failed) script for a card upon request (might just post them here in the OP) if any collaborators need them, or if I know it's just a minor syntax issue that someone else might know how to fix.

I'll put green, orange or red (depending on how much work might need to be put into it, I'll organize them), the card text, underline the problem within the effect, make a short reiteration of all problems in bold and (maybe) the current problem script as text inside the spoiler. Once one of these is resolves, I'll remove them.

EDIT: Fixed one by myself. No replies yet Sad. No one can help? Maybe I went into too much detail for some of these. I have more and I'll try to fix those myself but some are just too difficult.

----------------------------------------------------------------------------

Green

Power Up!:

Orange
None

Red

MLP- Sprite Bot:


Last edited by TGAP-Trixie on Fri Jan 23, 2015 10:07 pm; edited 5 times in total (Reason for editing : Fixed a few)
Back to top Go down
TGAP-Trixie

TGAP-Trixie


Member Title : Trixie does not even...
Posts : 273
Join date : 2014-04-17

List of requests Empty
PostSubject: Re: List of requests   List of requests Icon_minitimeFri Jan 02, 2015 4:31 am

So I know why sprite bot can't be placed on the opponent's pzone. Pzone is for setrange, which just checks if the card is there for effects (like how scout has to remain in the pzone to get the search effect). It's not a viable location for other things, for now anyways.

So until Komoney makes a card that can be placed in the opponent's pzone (even if it's just until the opp next ep), it's not possible to script it.

I'm keeping it here anyways in case I need it.

I'll be updating the list  in the op with some more green ones (most of these are just cards that work 100% as intended but function kinda... oddly. For example, one seems to "destroy" my banished monsters and send them to the graveyard as part of its summoning condition)
Back to top Go down
StormWing0




Member Title : Over Creative Card Ideas
Posts : 451
Join date : 2013-07-14
Age : 32
Location : Tacoma, WA

List of requests Empty
PostSubject: Re: List of requests   List of requests Icon_minitimeFri Jan 02, 2015 6:02 pm

hmm there are cards that get placed in the opponents zones so couldn't we just add to the list of selections to include their pzones?
Back to top Go down
TGAP-Trixie

TGAP-Trixie


Member Title : Trixie does not even...
Posts : 273
Join date : 2014-04-17

List of requests Empty
PostSubject: Re: List of requests   List of requests Icon_minitimeFri Jan 02, 2015 10:36 pm

I've thought of doing that, but I haven't bothered. Even if it works for me though, it won't for other people unless they add in that code themselves (which shouldn't take 30 seconds tbh but most ppl probably wouldn't know where to look).

I think cards in the pendulum zone HAVE to be activated first as well, so simply placing it won't work, at least I think. I was trying to add it to the opponent's hand and forcing them to activate it as a way to workaround but I couldn't figure out how to do that xD
Back to top Go down
StormWing0




Member Title : Over Creative Card Ideas
Posts : 451
Join date : 2013-07-14
Age : 32
Location : Tacoma, WA

List of requests Empty
PostSubject: Re: List of requests   List of requests Icon_minitimeSat Jan 03, 2015 2:05 am

If I remember right Pendulums are activated like spells.  So if we hunt through the spell card activation code, the pendulum activation code and the cards that change sides like Lava Golem since it starts out on the opponent's side of the field.
Back to top Go down
TGAP-Trixie

TGAP-Trixie


Member Title : Trixie does not even...
Posts : 273
Join date : 2014-04-17

List of requests Empty
PostSubject: Re: List of requests   List of requests Icon_minitimeSat Jan 03, 2015 3:57 am

Ah I was thinking of just adding in LOCATION_PZONE in the constant file xD
That sounds like a better idea though, I'll try that out real quick
Back to top Go down
StormWing0




Member Title : Over Creative Card Ideas
Posts : 451
Join date : 2013-07-14
Age : 32
Location : Tacoma, WA

List of requests Empty
PostSubject: Re: List of requests   List of requests Icon_minitimeSat Jan 03, 2015 4:11 am

I'd test it with a simple spell card first to see if you can activate it to your opponent's side of the field than try and figure out how to activate a pendulum to the opponent's pendulum zone from that.

Here's a simple tester based off of what I've seen so far.


Slow Curse
Continuous Spell
When this card is first activated it is activated to your opponent's side of the field.  The controller of this card takes 1000 life points of damage each standby phase.

It's simple and easy to work with.  No idea what to do for an image though but the effect itself is what is needed more than anything and simple enough to work with too.  The first part activates it to the opponent's field and the second part does something useful when it gets there.  If the first part is able to be gotten working than it could be reworked for pendulums.

Also in the pendulum activation isn't there something that sets what side of the field it is for?  There should be for the lava golem effect.  Not sure if it can be reworked to other cards though.
Back to top Go down
TGAP-Trixie

TGAP-Trixie


Member Title : Trixie does not even...
Posts : 273
Join date : 2014-04-17

List of requests Empty
PostSubject: Re: List of requests   List of requests Icon_minitimeSun Jan 04, 2015 2:46 am

I think you're thinking I know more than I do xD. No for the pendulum activation; it's the exact same as activating a field spell or a continuous spell that does nothing upon activation, the system just knows it must be placed in your pzone due to it being a pendulum monster. I think it's also the same as your own cards getting sent back to your graveyard.

Lava golem wasn't good because it has to tribute monsters. I tried it but it was confusing. So I used wilent wobby instead but now I don't even have the option to activate it (If i press activate, it just sets it in the opps s/t zone for the other effect). But yes, lava golem did have a settargetrange set as (FACEUP,0) I believe. Wobby doesn't. Both of these cards also special summon, so instead of duel.specialsummon I used duel.movetofield but it still doesn't work.

Here's what I have now for that effect
Code:
Back to top Go down
TGAP-Trixie

TGAP-Trixie


Member Title : Trixie does not even...
Posts : 273
Join date : 2014-04-17

List of requests Empty
PostSubject: Re: List of requests   List of requests Icon_minitimeFri Jan 23, 2015 10:13 pm

Knocked off two, one of which (Enigma) I'm not 100% sure works. It needs to destroy as cost and I don't know of any cards that do so I wasn't able to word the destruction part as a cost in the script... though it's part of the cost function. It works well enough I guess, hopefully there's no problems.

As for big mac, it seems like it sometimes makes the destruction sound when cards are returned from the banished zone to the graveyard.

Not enough examples for Power up for me to know how to make it give an option to increase DEF instead of ATK, hopefully someone else knows.

And sprite bot I just don't think will be possible for quite a while unfortunately. Ideas are still nice. I might just make it add itself to the opponent's hand and forcefully activate itself as a workaround if that's easier to do.
Back to top Go down
StormWing0




Member Title : Over Creative Card Ideas
Posts : 451
Join date : 2013-07-14
Age : 32
Location : Tacoma, WA

List of requests Empty
PostSubject: Re: List of requests   List of requests Icon_minitimeSat Jan 24, 2015 3:25 am

Need someone to help test the cards? Smile
Back to top Go down
TGAP-Trixie

TGAP-Trixie


Member Title : Trixie does not even...
Posts : 273
Join date : 2014-04-17

List of requests Empty
PostSubject: Re: List of requests   List of requests Icon_minitimeSat Jan 24, 2015 8:03 pm

I've done testing within the archetypes, but not extensive testing to see if the card wouldn't work in some bizarre situation. I've retested many other cards as well and keep finding something wrong with them but I never list them here because they're easy fixes.

Like right now there's one that's part of the radical archetype (Tenebrous) but because it's always treated as an MLP Divine monster, I can't use the archetypal honest card with it, since it requires a DARK "Radical" monster to be battling. But instead of dealing with that I just fixed the text to say it's not treated as a "Radical" monster on field.

The new script for Orcus and enigma I'll list below. In a little bit, I'll probably also update the mlp archetype for hopefully the final time in a while (I'll give it to like halfway into season 5 of mlp before I make more mlp stuff Razz) so if you want to test orcus and enigma within their archetypes, you can.

Orcus (Yes you can use his effect to get around oni raigeki if that's one thing you were gonna test):

Code:
function c60000131.initial_effect(c)
   c:EnableReviveLimit()
   --Negate
   local e1=Effect.CreateEffect(c)
   e1:SetCategory(CATEGORY_NEGATE+CATEGORY_DESTROY)
   e1:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_QUICK_O)
   e1:SetCode(EVENT_CHAINING)
   e1:SetProperty(EFFECT_FLAG_DAMAGE_STEP+EFFECT_FLAG_DAMAGE_CAL)
   e1:SetRange(LOCATION_MZONE)
   e1:SetCondition(c60000131.discon)
   e1:SetCost(c60000131.discost)
   e1:SetTarget(c60000131.distg)
   e1:SetOperation(c60000131.disop)
   c:RegisterEffect(e1)
   --copy spell
   local e2=Effect.CreateEffect(c)
   e2:SetType(EFFECT_TYPE_IGNITION+EFFECT_TYPE_FIELD)
   e2:SetRange(LOCATION_MZONE)
   e2:SetCode(EVENT_FREE_CHAIN)
   e2:SetHintTiming(0,0x1e1)
   e2:SetCountLimit(1)
   e2:SetCost(c60000131.copcost)
   e2:SetTarget(c60000131.coptg)
   e2:SetOperation(c60000131.copop)
   c:RegisterEffect(e2)
end
function c60000131.discon(e,tp,eg,ep,ev,re,r,rp)
   local c=e:GetHandler()
   if ep==tp or c:IsStatus(STATUS_BATTLE_DESTROYED) then return false end
   return (re:IsActiveType(TYPE_MONSTER) or re:IsHasType(EFFECT_TYPE_ACTIVATE)) and Duel.IsChainNegatable(ev)
end
function c60000131.costfilter(c)
   return c:IsSetCard(0x202) and c:IsType(TYPE_MONSTER) and c:IsAbleToGraveAsCost()
end
function c60000131.discost(e,tp,eg,ep,ev,re,r,rp,chk)
   if chk==0 then return Duel.IsExistingMatchingCard(c60000131.costfilter,tp,LOCATION_HAND,0,1,nil) end
   Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_TOGRAVE)
   local g=Duel.SelectMatchingCard(tp,c60000131.costfilter,tp,LOCATION_HAND,0,1,1,nil)
   Duel.SendtoGrave(g,REASON_COST)
end
function c60000131.distg(e,tp,eg,ep,ev,re,r,rp,chk)
   if chk==0 then return true end
   Duel.SetOperationInfo(0,CATEGORY_NEGATE,eg,1,0,0)
   if re:GetHandler():IsDestructable() and re:GetHandler():IsRelateToEffect(re) then
      Duel.SetOperationInfo(0,CATEGORY_DESTROY,eg,1,0,0)
   end
end
function c60000131.disop(e,tp,eg,ep,ev,re,r,rp)
   Duel.NegateActivation(ev)
   if re:GetHandler():IsRelateToEffect(re) then
      Duel.Destroy(eg,REASON_EFFECT)
   end
end
function c60000131.copfilter(c)
   return c:GetType()==0x2 and c:IsAbleToRemoveAsCost() and c:CheckActivateEffect(false,true,false)~=nil
end
function c60000131.copcost(e,tp,eg,ep,ev,re,r,rp,chk)
   if chk==0 then return Duel.IsExistingMatchingCard(c60000131.copfilter,tp,LOCATION_GRAVE,0,1,nil) end
   Duel.Hint(HINT_SELECTMSG,tp,aux.Stringid(58242947,0))
   local g=Duel.SelectMatchingCard(tp,c60000131.copfilter,tp,LOCATION_GRAVE,0,1,1,nil)
   local te=g:GetFirst():CheckActivateEffect(false,true,true)
   c60000131[Duel.GetCurrentChain()]=te
   Duel.Remove(g,POS_FACEUP,REASON_COST)
end
function c60000131.coptg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
   local te=c60000131[Duel.GetCurrentChain()]
   if chkc then
      local tg=te:GetTarget()
      return tg(e,tp,eg,ep,ev,re,r,rp,0,true)
   end
   if chk==0 then return true end
   if not te then return end
   e:SetCategory(te:GetCategory())
   e:SetProperty(te:GetProperty())
   local tg=te:GetTarget()
   if tg then tg(e,tp,eg,ep,ev,re,r,rp,1) end
end
function c60000131.copop(e,tp,eg,ep,ev,re,r,rp)
   local te=c60000131[Duel.GetCurrentChain()]
   if not te then return end
   local op=te:GetOperation()
   if op then op(e,tp,eg,ep,ev,re,r,rp) end
end

Recap of effect:
Can only be ritual summoned with the ritual spell "Underworld Offering". When your opponent activates a spell card, trap card or effect monster's effect: you can send 1 "Radical" monster from your hand to the graveyard; negate the activation and if you do, destroy that card. Once per turn: you can banish 1 normal spell card in your graveyard, and if you do; activate that card's effect.



Enigma:

Code:
function c60000072.initial_effect(c)
   c:SetUniqueOnField(1,0,60000072)
   --fusion material
   c:EnableReviveLimit()
   aux.AddFusionProcFun2(c,aux.FilterBoolFunction(Card.IsSetCard,0x206),aux.FilterBoolFunction(Card.IsAttribute,ATTRIBUTE_EARTH),true)
   --spsummon condition
   local e1=Effect.CreateEffect(c)
   e1:SetType(EFFECT_TYPE_SINGLE)
   e1:SetProperty(EFFECT_FLAG_CANNOT_DISABLE+EFFECT_FLAG_UNCOPYABLE)
   e1:SetCode(EFFECT_SPSUMMON_CONDITION)
   c:RegisterEffect(e1)
   --special summon rule
   local e2=Effect.CreateEffect(c)
   e2:SetType(EFFECT_TYPE_FIELD)
   e2:SetCode(EFFECT_SPSUMMON_PROC)
   e2:SetProperty(EFFECT_FLAG_UNCOPYABLE)
   e2:SetRange(LOCATION_EXTRA)
   e2:SetCondition(c60000072.spcon)
   e2:SetOperation(c60000072.spop)
   c:RegisterEffect(e2)
   --equip
   local e3=Effect.CreateEffect(c)
   e3:SetType(EFFECT_TYPE_IGNITION)
   e3:SetDescription(aux.Stringid(60000072,0))
   e3:SetCategory(CATEGORY_EQUIP)
   e3:SetRange(LOCATION_MZONE)
   e3:SetCountLimit(1)
   e3:SetTarget(c60000072.eqtg)
   e3:SetOperation(c60000072.eqop)
   c:RegisterEffect(e3)
   --desequip/reequip
   local e4=Effect.CreateEffect(c)
   e4:SetDescription(aux.Stringid(60000072,1))
   e4:SetCategory(CATEGORY_EQUIP)
   e4:SetType(EFFECT_TYPE_IGNITION)
   e4:SetProperty(EFFECT_FLAG_CARD_TARGET)
   e4:SetRange(LOCATION_MZONE)
   e4:SetCountLimit(1)
   e4:SetCost(c60000072.recost)
   e4:SetTarget(c60000072.retg)
   e4:SetOperation(c60000072.reop)
   c:RegisterEffect(e4)
   --cannot spsummon from extra
   local e5=Effect.CreateEffect(c)
   e5:SetType(EFFECT_TYPE_FIELD)
   e5:SetProperty(EFFECT_FLAG_PLAYER_TARGET)
   e5:SetCode(EFFECT_CANNOT_SPECIAL_SUMMON)
   e5:SetRange(LOCATION_MZONE)
   e5:SetTargetRange(0,1)
   e5:SetTarget(c60000072.sumlimit)
   c:RegisterEffect(e5)
   end
function c60000072.spfilter1(c,tp)
   return c:IsSetCard(0x206) and c:IsCanBeFusionMaterial()
      and Duel.CheckReleaseGroup(tp,c60000072.spfilter2,1,c)
end
function c60000072.spfilter2(c)
   return c:IsAttribute(ATTRIBUTE_EARTH) and c:IsCanBeFusionMaterial()
end
function c60000072.spcon(e,c)
   if c==nil then return true end
   local tp=c:GetControler()
   return Duel.GetLocationCount(tp,LOCATION_MZONE)>-2
      and Duel.CheckReleaseGroup(tp,c60000072.spfilter1,1,nil,tp)
end
function c60000072.spop(e,tp,eg,ep,ev,re,r,rp,c)
   local g1=Duel.SelectReleaseGroup(tp,c60000072.spfilter1,1,1,nil,tp)
   local g2=Duel.SelectReleaseGroup(tp,c60000072.spfilter2,1,1,g1:GetFirst())
   g1:Merge(g2)
   c:SetMaterial(g1)
   Duel.Release(g1,REASON_COST)
end
function c60000072.eqfilter(c)
   return c:IsAttribute(ATTRIBUTE_EARTH) and c:IsType(TYPE_MONSTER) and not c:IsHasEffect(EFFECT_NECRO_VALLEY)
end
function c60000072.eqtg(e,tp,eg,ep,ev,re,r,rp,chk)
   if chk==0 then return Duel.GetLocationCount(tp,LOCATION_SZONE)>0
      and Duel.IsExistingMatchingCard(c60000072.filter,tp,LOCATION_GRAVE+LOCATION_REMOVED,0,1,nil) end
   Duel.SetOperationInfo(0,CATEGORY_LEAVE_GRAVE,nil,1,tp,LOCATION_GRAVE+LOCATION_REMOVED)
end
function c60000072.eqop(e,tp,eg,ep,ev,re,r,rp)
   local c=e:GetHandler()
   if Duel.GetLocationCount(tp,LOCATION_SZONE)<=0 then return end
   if c:IsFacedown() or not c:IsRelateToEffect(e) then return end
   Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_EQUIP)
   local g=Duel.SelectMatchingCard(tp,c60000072.eqfilter,tp,LOCATION_GRAVE+LOCATION_REMOVED,0,1,1,nil)
   local tc=g:GetFirst()
   if tc then
      if not Duel.Equip(tp,tc,c,true) then return end
      local e1=Effect.CreateEffect(c)
      e1:SetType(EFFECT_TYPE_SINGLE)
      e1:SetCode(EFFECT_EQUIP_LIMIT)
      e1:SetReset(RESET_EVENT+0x1fe0000)
      e1:SetValue(c60000072.eqlimit)
      tc:RegisterEffect(e1)
   end
end
function c60000072.eqlimit(e,c)
   return e:GetOwner()==c and not c:IsDisabled()
end
function c60000072.refilter(c)
   return c:IsFaceup() and c:IsType(TYPE_EQUIP) and c:IsDestructable()
end
function c60000072.recost(e,tp,eg,ep,ev,re,r,rp,chk)
   if chk==0 then return Duel.IsExistingMatchingCard(c60000072.refilter,tp,LOCATION_SZONE,0,1,nil) end
   Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_DESTROY)
   local g=Duel.SelectMatchingCard(tp,c60000072.refilter,tp,LOCATION_SZONE,0,1,1,nil)
   Duel.Destroy(g,REASON_COST)
end
function c60000072.reeqfilter(c)
   return c:IsFaceup() and c:IsType(TYPE_MONSTER) and c:IsAbleToChangeControler()
end
function c60000072.retg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
   if chkc then return chkc:IsLocation(LOCATION_MZONE) and chkc:IsControler(1-tp) and c60000072.reeqfilter(chkc) end
   if chk==0 then return Duel.GetLocationCount(tp,LOCATION_SZONE)>0
      and Duel.IsExistingTarget(c60000072.reeqfilter,tp,0,LOCATION_MZONE,1,nil) end
   Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_EQUIP)
   local g=Duel.SelectTarget(tp,c60000072.reeqfilter,tp,0,LOCATION_MZONE,1,1,nil)
   Duel.SetOperationInfo(0,CATEGORY_EQUIP,g,1,0,0)
end
function c60000072.reeqlimit(e,c)
   return e:GetOwner()==c and not c:IsDisabled()
end
function c60000072.reop(e,tp,eg,ep,ev,re,r,rp)
   local c=e:GetHandler()
   local tc=Duel.GetFirstTarget()
   if tc:IsFaceup() and tc:IsRelateToEffect(e) then
      if c:IsFaceup() and c:IsRelateToEffect(e) then
         local atk=tc:GetTextAttack()
         if atk<0 then atk=0 end
         if not Duel.Equip(tp,tc,c,false) then return end
         --Add Equip limit
         local e1=Effect.CreateEffect(c)
         e1:SetType(EFFECT_TYPE_SINGLE)
         e1:SetProperty(EFFECT_FLAG_COPY_INHERIT)
         e1:SetCode(EFFECT_EQUIP_LIMIT)
         e1:SetReset(RESET_EVENT+0x1fe0000)
         e1:SetValue(c60000072.reeqlimit)
         tc:RegisterEffect(e1)
      end
   end
end
function c60000072.sumlimit(e,c,sump,sumtype,sumpos,targetp,se)
   return c:IsLocation(LOCATION_EXTRA)
end

Recap of effect:
1 "Timberwolf" monster + 1 EARTH monster
Must be special summoned (from your extra deck) by tributing the above cards you control, and cannot be special summoned by other ways. (You do not use "Polymerization") Once per turn: you can equip 1 EARTH monster in your graveyard or banished zone to this card. Once per turn: You can destroy 1 equip card you control; equip 1 monster your opponent controls to this card. Your opponent cannot special summon from the extra deck. You can only control 1 "MLP Timberwolf- Enigma".

One thing I did not test was destroying an equip card you control but not equipped to this card. Also a trap card equipped to this card that you control like fiendish chain on itself. It should be able to destroy fiendish chain since it is a cost to destroy, but idk if it even can destroy trap cards. It does destroy monsters equipped to it though.
Back to top Go down
TGAP-Trixie

TGAP-Trixie


Member Title : Trixie does not even...
Posts : 273
Join date : 2014-04-17

List of requests Empty
PostSubject: Re: List of requests   List of requests Icon_minitimeSat Jan 31, 2015 6:04 am

K so enigma does work 100%, and I'm wrong about fiendish chain. It's not treated as an equip card. With Enimga under fiendish chain I can destroy equip cards, even trap cards that equip, as a cost, without the effect of equipping an opponent's monster resolving. So if anybody needs anything that destroys as a cost, you can use enigma's destroy and requip effect for that I guess

Orcus I'm also confident works 100% as intended now finally.

I need help on another card, the effect I need is for a continuous trap card that reads "After resolving a counter trap card(s) you control, you can set that card(s) instead of sending it to the graveyard."

Here's what I have so far
Code:
Back to top Go down
TGAP-Trixie

TGAP-Trixie


Member Title : Trixie does not even...
Posts : 273
Join date : 2014-04-17

List of requests Empty
PostSubject: Re: List of requests   List of requests Icon_minitimeTue Feb 03, 2015 8:25 pm

Figured it out myself. For anyone else who's interested (I know I'm gonna do one for traptrix), here's the code.

Code:

Not 100% sure it's coded right but it does work as intended. I had to add that last bit about sending it to grave because it would just linger on the field face-up without it
Back to top Go down
TGAP-Trixie

TGAP-Trixie


Member Title : Trixie does not even...
Posts : 273
Join date : 2014-04-17

List of requests Empty
PostSubject: Re: List of requests   List of requests Icon_minitimeThu Feb 12, 2015 6:12 am

I need help again with another obscure card that's probably not yet possible to code ;o.
I made a thread on ygopro forums for it, so I'll post it here instead of retyping or copy/paste failing

http://www.ygopro.co/Forum/tabid/95/g/posts/t/17157/Need-help-with-1-card#post91269

I'd prefer a response here though, I hardly check there
Back to top Go down
TGAP-Trixie

TGAP-Trixie


Member Title : Trixie does not even...
Posts : 273
Join date : 2014-04-17

List of requests Empty
PostSubject: Re: List of requests   List of requests Icon_minitimeSun Mar 22, 2015 12:36 am

I need help with a card, its effect is:

2 Level 4 Spellcaster-type monsters
When this card is Xyz summoned: target 1 monster on the field, except "MLP Unicorn- Starlight Glimmer"; as long as this card remains face-up on the field, the ATK, DEF, level, attribute, monster type, name and effect(s) of all other monsters on the field become that of the targeted monster. If this face-up card would be destroyed, you can detach 1 Xyz material from this card instead.

code:

I swear I've messed around and done it before where I messed around and changed all kinds stuff for other monsters on the field but what i've tried doesn't work. Any help?

It's not the same as copying dna transplant/surgery since you declare for that and here you target a monster already on the field
Back to top Go down
Sponsored content





List of requests Empty
PostSubject: Re: List of requests   List of requests Icon_minitime

Back to top Go down
 

List of requests

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

 Similar topics

-
» Some requests
» Some new easy requests lol
» Anime Cards Requests
» What's up with the long list of sub Timezones?
» Anyone have a list of Functions, parameters, other card codes we could use?

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