|
| Darkness Greed: Neither effect nor picture | |
| Author | Message |
---|
AoO
Member Title : Noob4ever Posts : 241 Join date : 2014-04-25 Location : I only know that it is dark :/
| Subject: Darkness Greed: Neither effect nor picture Sat May 17, 2014 1:57 pm | |
| I found a custom card in mackpro called Darkness Greed. It has the effect to pay 1000LP to draw one card, but there is no script or picture for it.
This would be the script (hope I did it right^^'):
--Darkness Greed function c201021085.initial_effect(c) --Activate local e1=Effect.CreateEffect(c) e1:SetCategory(CATEGORY_DRAW+CATEGORY_RECOVER) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetCode(EVENT_FREE_CHAIN) e1:SetTarget(c201021085.target) e1:SetCost(c201021085.cost) e1:SetOperation(c201021085.activate) c:RegisterEffect(e1) end function c201021085.cost(e,tp,eg,ep,ev,re,r,rp,chk) if chk==0 then return Duel.CheckLPCost(tp,1000) end Duel.PayLPCost(tp,1000) end function c201021085.target(e,tp,eg,ep,ev,re,r,rp,chk) if chk==0 then return Duel.IsPlayerCanDraw(tp,1) end Duel.SetTargetPlayer(tp) Duel.SetTargetParam(1) Duel.SetOperationInfo(0,CATEGORY_DRAW,nil,0,tp,1) end function c201021085.activate(e,tp,eg,ep,ev,re,r,rp) local p,d=Duel.GetChainInfo(0,CHAININFO_TARGET_PLAYER,CHAININFO_TARGET_PARAM) if Duel.Draw(p,d,REASON_EFFECT)>0 then Duel.BreakEffect() end end
And for the picture somebody has to make one ;D |
| | | outlaw1994
Admin
Member Title : Red-Eyes Lord Posts : 797 Join date : 2013-07-09 Age : 30 Location : bundaberg qld australia
| Subject: Re: Darkness Greed: Neither effect nor picture Sat May 17, 2014 2:02 pm | |
| weird that you dont have the script or picture this is the picture meant to be there and does anyone else not have the pic and script for this card as i will add them in next update |
| | | AoO
Member Title : Noob4ever Posts : 241 Join date : 2014-04-25 Location : I only know that it is dark :/
| Subject: Re: Darkness Greed: Neither effect nor picture Sat May 17, 2014 2:13 pm | |
| lol ok fought that this card haven't picture or script XD
I know that this is the wrong topic for this but could you help me with a card, that I mentioned in another forum?? ^^'
It was the card that let you pay a multiple amount of 1000LP to draw 1 card for each 1000LP you paid.
I'm getting a headache because of that :/ |
| | | outlaw1994
Admin
Member Title : Red-Eyes Lord Posts : 797 Join date : 2013-07-09 Age : 30 Location : bundaberg qld australia
| Subject: Re: Darkness Greed: Neither effect nor picture Sat May 17, 2014 2:28 pm | |
| easy here you go just replace ???????? with your id - Code:
-
function c????????.initial_effect(c) local e1=Effect.CreateEffect(c) e1:SetCategory(CATEGORY_DRAW) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetProperty(EFFECT_FLAG_PLAYER_TARGET) e1:SetCode(EVENT_FREE_CHAIN) e1:SetCost(c????????.cost) e1:SetTarget(c????????.target) e1:SetOperation(c????????.activate) c:RegisterEffect(e1) end function c????????.cost(e,tp,eg,ep,ev,re,r,rp,chk) if chk==0 then return Duel.CheckLPCost(tp,1000) end local lp=Duel.GetLP(tp) local t={} local f=math.floor((lp-1)/1000) local l=1 while l<=f do t[l]=l l=l+1 end local announce=Duel.AnnounceNumber(tp,table.unpack(t)) Duel.PayLPCost(tp,announce*1000) e:SetLabel(announce) e:GetHandler():SetHint(CHINT_NUMBER,announce) end function c????????.target(e,tp,eg,ep,ev,re,r,rp,chk) if chk==0 then return Duel.IsPlayerCanDraw(tp,e:GetLabel()) end Duel.SetTargetPlayer(tp) Duel.SetTargetParam(e:GetLabel()) Duel.SetOperationInfo(0,CATEGORY_DRAW,nil,0,tp,e:GetLabel()) end function c????????.activate(e,tp,eg,ep,ev,re,r,rp) local p,d=Duel.GetChainInfo(0,CHAININFO_TARGET_PLAYER,CHAININFO_TARGET_PARAM) Duel.Draw(p,d,REASON_EFFECT) end |
| | | AoO
Member Title : Noob4ever Posts : 241 Join date : 2014-04-25 Location : I only know that it is dark :/
| Subject: Re: Darkness Greed: Neither effect nor picture Sat May 17, 2014 2:41 pm | |
| |
| | | outlaw1994
Admin
Member Title : Red-Eyes Lord Posts : 797 Join date : 2013-07-09 Age : 30 Location : bundaberg qld australia
| Subject: Re: Darkness Greed: Neither effect nor picture Sat May 17, 2014 3:38 pm | |
| |
| | | ultrarotom
Member Title : merdaman Posts : 22 Join date : 2014-04-25
| Subject: Re: Darkness Greed: Neither effect nor picture Sat May 17, 2014 8:46 pm | |
| Man, you turned my Darkness Greed into a hell of OP card.
It makes Exodia more OP than it is already. Pay 7000 life, draw 7? Damn
Its one of the best tools of otk and overpowered combos that way. |
| | | AoO
Member Title : Noob4ever Posts : 241 Join date : 2014-04-25 Location : I only know that it is dark :/
| Subject: Re: Darkness Greed: Neither effect nor picture Sat May 17, 2014 9:05 pm | |
| Actally no, I happened to find darkness greed in mackpro, after I came up with the idea of the effect.
But yeah, it makes it OP XD |
| | | Sponsored content
| Subject: Re: Darkness Greed: Neither effect nor picture | |
| |
| | | | Darkness Greed: Neither effect nor picture | |
|
Similar topics | |
|
| Permissions in this forum: | You cannot reply to topics in this forum
| |
| |
| Who is online? | In total there are 12 users online :: 0 Registered, 0 Hidden and 12 Guests None Most users ever online was 270 on Sun Apr 11, 2021 4:35 pm |
Latest topics | » Goodbye allMon Aug 08, 2016 7:53 pm by Zenas» [PLEASE READ] [VERY IMPORTANT] MACKPRO REVIVALMon Aug 08, 2016 7:47 pm by Zenas» D.D. Dragons vs KozmosSun Jul 10, 2016 11:02 pm by cane_63106» Where's everyone?!Sat May 28, 2016 2:58 am by cane_63106» Mech Archetype (crappy it be, maybe you guys would like it)Sun May 15, 2016 1:11 pm by barti02» My Assassin ArchetypeSun May 15, 2016 1:10 pm by barti02» SO I have a "NEW ARCHETYPE THE "WolfPack"Sun May 15, 2016 12:35 pm by barti02» Fusion monster doesn't appear in extra deck? Sat Apr 30, 2016 9:02 pm by Marc1» Mackpro update 10/6/2015Sat Apr 02, 2016 6:36 pm by Hulkty» Bionicle Cards AKA Japanese Children's Cardgames on Swedish Toy RobotsSun Mar 06, 2016 9:37 am by Utso |
|