Athenawhisper
2013-06-12T17:40:44Z
Hmmm... where do I start.
Well I just started this whole coding thing yesterday so I'm not very good at it as I'm self taught.
I've managed to make 7 cards from the Doll Part Archtype so far which are:
Doll Part Red
Doll Part Gold
Doll Part Blue
Doll Part Pink
Alice the Wandering Doll
Doll Chimera
Marionette Burial
Necro Doll Meister

The first 4 are normal monsters so they were easy to make.
Alice is tricky, I have her first 2 effects working. (She can't be destroyed by battle and deals 500 damage when targeted) But her third effect isn't. (She is meant to change control after the damage step.

Doll Chimera I can't test yet as it can't be Normal Summoned or Set and Marionette Burial isn't working at all.

I'll put the codes for Alice, Chimera and Marionette here along with there effects, so you guys can help me pick out what's wrong with it. (Probably a lot)

Alice the Wandering Doll (FIXED Thanks to Eps, though the control effect triggers if she attacks due to the way I wrote it, I'll try and change it so that it only activates if she is attacked.)

This card cannot be destroyed by battle. When this card is selected as an attack target, inflict 500 damage to your opponent, then switch control of this card at the end of the Damage Step.


Doll Chimera
This card cannot be Normal Summoned or Set. This card cannot be Special Summoned except by its own effect or with "Marionette Burial". This card gains 400 ATK for each "Doll Part" monster in your Graveyard. When this card is destroyed and sent to the Graveyard, you can send 2 "Doll Part" monsters from your Deck to the Graveyard to Special Summon it.


Marionette Burial (This one I had no idea how to make =/)
Activate only while you control a face-up "Alice the Wandering Doll". Send 1 face-up "Doll Part Blue", "Doll Part Red", "Doll Part Gold" and "Doll Part Pink" you control to the Graveyard. Special Summon 1 "Doll Chimera" from your Deck.




ARTWORK! (These are heavily edited due to the only available pictures for the cards were either covered up or at odd angles, making the pictures having the borders of the cards in, that need covering. Necro Doll Meister is the card I had to edit the most, though I think it turned out the best.)

Doll Part Blue


Doll Part Pink


Doll Part Gold


Doll Part Red


Alice the Wandering Doll


Doll Chimera


Marionette Burial


Necro Doll Meister
Eps
  • Eps
  • Advanced Member
2013-06-12T18:24:51Z
I spy with my little eye a missing A in DAM(A)GE:

Quote:


e3:SetCode(EVENT_DAMGE_STEP_END)



That's why Alice isn't triggering.
Jackmoonward
2013-06-12T18:26:17Z
Oh. Well I was gonna add these in to Jackpro (my own personal Ygopro card mod) but I see someone else is doing it for me :3

Impressive work for a beginner coder!

~Jack
Go here to vote for the next cards in Jackpro 1.5:
http://www.tehmadhouse.tk 
Youtube:
http://www.youtube.com/user/jackmoonward
Athenawhisper
2013-06-12T19:01:32Z
Originally Posted by: Eps 

I spy with my little eye a missing A in DAM(A)GE:

Quote:


e3:SetCode(EVENT_DAMGE_STEP_END)



That's why Alice isn't triggering.



Ah... XD I probably should proof-read what I write.
Thanks, I'll change that now and update this.
Any clues with the other stuff? I'm a bit stumped 😕 as I can't find anything close to Burial.
Eps
  • Eps
  • Advanced Member
2013-06-12T20:18:26Z
c17751193+24505458+30290500+52927808.cfilter

...

[:doh:]

Er. It doesn't work that way. c17751193 is just part of the function's name. You just need to write a sperate filter for each of the dollparts and merge multiple IsExistingMatchingCard calls with "and". Also four seprate calls for SelectMatching card when sending them to the Graveyard.
Athenawhisper
2013-06-12T20:24:44Z
Originally Posted by: Eps 

c17751193+24505458+30290500+52927808.cfilter

...

[:doh:]

Er. It doesn't work that way. c17751193 is just part of the function's name. You just need to write a sperate filter for each of the dollparts and merge multiple IsExistingMatchingCard calls with "and". Also four seprate calls for SelectMatching card when sending them to the Graveyard.



Yeah... I didn't think it would work like that, but I was in a rush and had to finish that card in 5 minutes so I went with the first thing I could think of, I never expected it to work. :P

Thanks for that I will change and update it.

Also I will now add all the artwork for the cards I have done! 😃
Starboltz
2013-06-14T19:14:24Z
You are so awesome for making this archtype!
I've been dying to play these cards ever since I saw them in GX! <3
Athenawhisper
2013-06-15T10:20:15Z
Originally Posted by: Starboltz 

You are so awesome for making this archtype!
I've been dying to play these cards ever since I saw them in GX! <3




Thanks, I've always wanted these cards too.
Unfortunately with my level of skill at this stuff it's hard to get these working, Alice is working fine but Burial and Chimera aren't yet. =/

Luckily Jack has helped me a bit with this stuff, so these should get done faster.
Starboltz
2013-06-17T20:07:04Z
How you getting on dude?
I would love to of helped if I knew how to program cards :(

Wishing you and Jack luck x
Athenawhisper
2013-06-17T21:24:55Z
Originally Posted by: Starboltz 

How you getting on dude?
I would love to of helped if I knew how to program cards :(

Wishing you and Jack luck x



Not going too well actually 😕 And I haven't heard from jack in a while,
I never expected this to be easy, considering I've never done this before but it's also
a lot harder than I thought it would be.

Alice the Wandering Dolls effects are all working.
Doll Chimera's Summon Limit and ATK increase is working, however the revival effect is not.
Marionette Burial just doesn't seem to want to work at all.
Necro Doll Meister should be working from what I can tell, but have yet to actually get it to do so. -.-

Cards I still have to do:
Release Curse
Eshila the Lovely Bisque Doll
Doll Hammer
Door to Mirrorland
Cursed Dollhouse

Hopefully me and Jack and anyone else willing to lend a hand will be able to get these done.
Jackmoonward
2013-06-18T00:20:09Z
Originally Posted by: Athenawhisper 

Originally Posted by: Starboltz 

How you getting on dude?
I would love to of helped if I knew how to program cards :(

Wishing you and Jack luck x



Not going too well actually 😕 And I haven't heard from jack in a while,
I never expected this to be easy, considering I've never done this before but it's also
a lot harder than I thought it would be.

Alice the Wandering Dolls effects are all working.
Doll Chimera's Summon Limit and ATK increase is working, however the revival effect is not.
Marionette Burial just doesn't seem to want to work at all.
Necro Doll Meister should be working from what I can tell, but have yet to actually get it to do so. -.-

Cards I still have to do:
Release Curse
Eshila the Lovely Bisque Doll
Doll Hammer
Door to Mirrorland
Cursed Dollhouse

Hopefully me and Jack and anyone else willing to lend a hand will be able to get these done.



Sorry I havent gotten back to you in a while I kinda got caught up in my own scripts.
Im gonna be busy this week so Ill try and get back to you when I can about the scripts.

~Jack
Go here to vote for the next cards in Jackpro 1.5:
http://www.tehmadhouse.tk 
Youtube:
http://www.youtube.com/user/jackmoonward
Athenawhisper
2013-06-18T16:15:39Z
Originally Posted by: Jackmoonward 



Sorry I havent gotten back to you in a while I kinda got caught up in my own scripts.
Im gonna be busy this week so Ill try and get back to you when I can about the scripts.

~Jack



It's fine, I haven't had a lot of tie either, I've done some work on the new cards
and I have switched the art to the ones you made.
I don't want to feel like I'm rushing you to help or anything.
Athenawhisper
2013-06-23T19:57:16Z
Gah this is soooo annoying, I haven't been able to work on these for a while and no matter what I try I can't get Chimera or Burial to work, not to mention Necro still needs fixing and the rest of the cards I haven't even had time to do anything with yet. -.-
aomentos
2013-06-25T00:46:37Z
Here the script for burial, it should work.
Athenawhisper
2013-06-27T16:06:13Z
Yeah, unfortunately I have lost all the files I had on these cards, due to my laptop refusing to work for me, unless I can find away around the problem.
2023-03-09T18:56:48Z
Hi, guys! I'm new into this, and it's really difficult for me to get these cards to work. Could anybody please share the Lua scrips for these cards? I can't open the "show spoiler" boxes. My e-mail is [email protected]. I've printed this cards way back when the episode aired the first time, but I'm dying to play them in YGOPro. I would really appreciate your help!
Thanks !
Javi