Board index
Programs with AI or Rules Enforcement
Magic: The Gathering - Duels of the Planeswalkers
New MTG Cards and Decks (2010, 2012, 2013, 2014, 2015, Magic Duels)
2014




Volrathxp's Custom Dotp 2014 DLC (Last Update: 12/6/2014)
Moderator: CCGHQ Admins
Re: Volrathxp's Custom Dotp 2014 DLC (Last Update: 8/14/2014
by gorem2k » 15 Aug 2014, 12:04
All I know is it's somewhere around here:thefiremind wrote:I can't see anything wrong in Ashiok's code. If you can, let me know.gorem2k wrote:* I never really played with Ashiok, Nightmare Weaver before but it seems you can pay any amount of counter and you get to cast random higher/lower CMC creature than the paid X! So, this problem is in the planeswalker mod.
- Code: Select all
<RESOLUTION_TIME_ACTION>
local linkedDC = LinkedDC():Get_Chest(1)
if linkedDC ~= nil then
local cmc = EffectDC():Get_Int(1)
local queryDC = EffectDC():Make_Chest(2)
queryDC:CopyFrom(linkedDC)
local count = LinkedDC():Get_Int(0)
for i=0,count-1 do
local creature = queryDC:Get_CardPtr(i)
if creature == nil or creature:GetConvertedManaCost() ~= cmc then
queryDC:QueryUnselect_CardPtr(i)
end
end
EffectController():ChooseItemFromDC( "CARD_QUERY_CHOOSE_CREATURE_TO_PUT_ONTO_BATTLEFIELD", queryDC, EffectDC():Make_Targets(0) )
end
</RESOLUTION_TIME_ACTION>
I have no idea why.
Re: Volrathxp's Custom Dotp 2014 DLC (Last Update: 8/14/2014
by volrathxp » 15 Aug 2014, 18:05
That's what I've been using. If you compare the images from conspiracy to the ones from like journey into nyx you will notice a pretty substantial difference. I'm not sure where to find higher quality pictures, I've looked all over. If anyone has any suggestions I'd appreciate it.Kithkin wrote:Like this?volrathxp wrote:If you can point me to a source that has higher res art for M15 / Conspiracy stuff, I'd be more than happy to go through and re-update all the art. As it stands, I've been using mtgimage.com and the only card art that they have that is listed as HQ is like that for these two newer sets.Kithkin wrote:I've noticed that most of your new cards contain lo-res/blurred art.
http://mtgimage.com/setname/
http://mtgimage.com/setname/conspiracy/
volrathxp
Re: Volrathxp's Custom Dotp 2014 DLC (Last Update: 8/14/2014
by Kithkin » 15 Aug 2014, 20:17
Bug report
Tyrant's Choice -- if DEATH gets more votes, opponent does not sacrifice a creature. TORTURE works just fine.
Tyrant's Choice -- if DEATH gets more votes, opponent does not sacrifice a creature. TORTURE works just fine.
-
Kithkin - Posts: 456
- Joined: 21 Feb 2014, 07:12
- Location: Cologne, GERMANY
- Has thanked: 11 times
- Been thanked: 56 times
Re: Volrathxp's Custom Dotp 2014 DLC (Last Update: 8/14/2014
by volrathxp » 15 Aug 2014, 21:10
That's kind of odd. Is it popping up with the message that death is winning? I tested the voting cards a lot and never had this happen.Kithkin wrote:Bug report
Tyrant's Choice -- if DEATH gets more votes, opponent does not sacrifice a creature. TORTURE works just fine.
volrathxp
Re: Volrathxp's Custom Dotp 2014 DLC (Last Update: 8/14/2014
by Kithkin » 15 Aug 2014, 22:15
My bad. I confused "sacrifice a creature" with "discard a card". The AI never had a creature in play, so nothing happened.volrathxp wrote:That's kind of odd. Is it popping up with the message that death is winning? I tested the voting cards a lot and never had this happen.Kithkin wrote:Bug report
Tyrant's Choice -- if DEATH gets more votes, opponent does not sacrifice a creature. TORTURE works just fine.


-
Kithkin - Posts: 456
- Joined: 21 Feb 2014, 07:12
- Location: Cologne, GERMANY
- Has thanked: 11 times
- Been thanked: 56 times
Re: Volrathxp's Custom Dotp 2014 DLC (Last Update: 8/14/2014
by Kithkin » 15 Aug 2014, 23:39
script_log.txt
[lua] [string "AVACYN_GUARDIAN_ANGEL_1000383185_TITLE (TRIGGER)~0x00000845"]:2: '<eof>' expected near '='
[lua] [string "AVACYN_GUARDIAN_ANGEL_1000383185_TITLE (TRIGGER)~0x00000845"]:2: '<eof>' expected near '='
-
Kithkin - Posts: 456
- Joined: 21 Feb 2014, 07:12
- Location: Cologne, GERMANY
- Has thanked: 11 times
- Been thanked: 56 times
Re: Volrathxp's Custom Dotp 2014 DLC (Last Update: 8/14/2014
by volrathxp » 16 Aug 2014, 00:31
Yeah, I was wondering lol.Kithkin wrote:My bad. I confused "sacrifice a creature" with "discard a card". The AI never had a creature in play, so nothing happened.volrathxp wrote:That's kind of odd. Is it popping up with the message that death is winning? I tested the voting cards a lot and never had this happen.Kithkin wrote:Bug report
Tyrant's Choice -- if DEATH gets more votes, opponent does not sacrifice a creature. TORTURE works just fine.![]()
No wonder the AI always voted for DEATH.
Yup, saw this myself. Fixing. I'm going to be uploading another big update here soon (adding a few new decks, since I'm adding parley cards from Conspiracy!)Kithkin wrote:script_log.txt
[lua] [string "AVACYN_GUARDIAN_ANGEL_1000383185_TITLE (TRIGGER)~0x00000845"]:2: '<eof>' expected near '='
volrathxp
Re: Volrathxp's Custom Dotp 2014 DLC (Last Update: 8/14/2014
by Kithkin » 16 Aug 2014, 06:13
Here's another one: http://www.artofmtg.com/set/conspiracy/. The quality is awesome, e.g. http://www.artofmtg.com/art/council-guardian/volrathxp wrote:That's what I've been using. If you compare the images from conspiracy to the ones from like journey into nyx you will notice a pretty substantial difference. I'm not sure where to find higher quality pictures, I've looked all over. If anyone has any suggestions I'd appreciate it.
-
Kithkin - Posts: 456
- Joined: 21 Feb 2014, 07:12
- Location: Cologne, GERMANY
- Has thanked: 11 times
- Been thanked: 56 times
Re: Volrathxp's Custom Dotp 2014 DLC (Last Update: 8/14/2014
by volrathxp » 16 Aug 2014, 12:28
I shall check it out and update accordingly, thanks!Kithkin wrote:Here's another one: http://www.artofmtg.com/set/conspiracy/. The quality is awesome, e.g. http://www.artofmtg.com/art/council-guardian/volrathxp wrote:That's what I've been using. If you compare the images from conspiracy to the ones from like journey into nyx you will notice a pretty substantial difference. I'm not sure where to find higher quality pictures, I've looked all over. If anyone has any suggestions I'd appreciate it.
Edit: I should note, it's awkward, that site doesn't have all the cards, which is kind of weird. I've pulled what is there for what I do have though.
volrathxp
Re: Volrathxp's Custom Dotp 2014 DLC (Last Update: 8/17/2014
by volrathxp » 17 Aug 2014, 14:35
Posted an update! Details are in the changelog!
volrathxp
Re: Volrathxp's Custom Dotp 2014 DLC (Last Update: 8/17/2014
by Kithkin » 17 Aug 2014, 19:09
Thanks a lot for updating many cards with hi-res art, esp. Council Guardian looks awesome. I will keep searching for more missing hi-res art.volrathxp wrote:Posted an update! Details are in the changelog!
-
Kithkin - Posts: 456
- Joined: 21 Feb 2014, 07:12
- Location: Cologne, GERMANY
- Has thanked: 11 times
- Been thanked: 56 times
Re: Volrathxp's Custom Dotp 2014 DLC (Last Update: 8/17/2014
by volrathxp » 17 Aug 2014, 19:15
If you find anything, let me know. It's incredibly hard to find higher res art of certain cards from M15 and Conspiracy.Kithkin wrote:Thanks a lot for updating many cards with hi-res art, esp. Council Guardian looks awesome. I will keep searching for more missing hi-res art.volrathxp wrote:Posted an update! Details are in the changelog!
volrathxp
Re: Volrathxp's Custom Dotp 2014 DLC (Last Update: 8/17/2014
by Kithkin » 17 Aug 2014, 23:04
So, here is what I found.
- Hi-res art | Open
- Soul of Zendikar, Soul of Theros (and other M15) -- http://io9.com/entire-planes-come-to-life-in-the-newest-magic-the-gat-1609146456
CONSPIRACY -- http://www.gatheringmagic.com/mikelinnemann-061814-conspiracy-art-review/
Meteorite, Brood Keeper -- http://murphyillustration.blogspot.de/
Art by Volkan Baga -- http://www.volkanbaga.de/MagicTheGathering.html [clean Muzzio]
Yavamiya Coast -- http://blog.mtgprice.com/2014/07/09/m15-review-a-year-late/
Military Intelligence -- http://magic.wizards.com/en/articles/archive/lo/what-magic-2014-08-11
Jalira, Master Polymorphist -- http://img1.wikia.nocookie.net/__cb20140710123004/gamelore/images/f/fc/Jalira%2C_Master_Polymorphist.jpg
Vent Sentinel -- http://3.bp.blogspot.com/_51LCYkM192g/S8pNVHcuA6I/AAAAAAAAATY/zYuzDklkWpY/s1600/127294+%5BVent+Sentinel%5Dsmall.jpg
Temple of Malady -- http://www.artofmtg.com/art/temple-malady/
Treasonous Ogre -- http://gallegosart.com/detail.asp?product_id=rg_mtg_treasonous_ogre
Ensoul Artifact -- http://jaspersandner.deviantart.com/art/Ensoul-Artifact-469018269
Selvala's Enforder -- http://muddycolors.blogspot.de/2014/07/selvalas-enforcer.html
-
Kithkin - Posts: 456
- Joined: 21 Feb 2014, 07:12
- Location: Cologne, GERMANY
- Has thanked: 11 times
- Been thanked: 56 times
Re: Volrathxp's Custom Dotp 2014 DLC (Last Update: 8/17/2014
by volrathxp » 18 Aug 2014, 10:52
Grazi. I'll add those to my next update.Kithkin wrote:So, here is what I found.
- Hi-res art | Open
- Soul of Zendikar, Soul of Theros (and other M15) -- http://io9.com/entire-planes-come-to-life-in-the-newest-magic-the-gat-1609146456
CONSPIRACY -- http://www.gatheringmagic.com/mikelinnemann-061814-conspiracy-art-review/
Meteorite, Brood Keeper -- http://murphyillustration.blogspot.de/
Art by Volkan Baga -- http://www.volkanbaga.de/MagicTheGathering.html [clean Muzzio]
Yavamiya Coast -- http://blog.mtgprice.com/2014/07/09/m15-review-a-year-late/
Military Intelligence -- http://magic.wizards.com/en/articles/archive/lo/what-magic-2014-08-11
Jalira, Master Polymorphist -- http://img1.wikia.nocookie.net/__cb20140710123004/gamelore/images/f/fc/Jalira%2C_Master_Polymorphist.jpg
Vent Sentinel -- http://3.bp.blogspot.com/_51LCYkM192g/S8pNVHcuA6I/AAAAAAAAATY/zYuzDklkWpY/s1600/127294+%5BVent+Sentinel%5Dsmall.jpg
Temple of Malady -- http://www.artofmtg.com/art/temple-malady/
Treasonous Ogre -- http://gallegosart.com/detail.asp?product_id=rg_mtg_treasonous_ogre
Ensoul Artifact -- http://jaspersandner.deviantart.com/art/Ensoul-Artifact-469018269
Selvala's Enforder -- http://muddycolors.blogspot.de/2014/07/selvalas-enforcer.html
I'm going to be going through and work on adding some Commander 2013 cards while I'm waiting on Riiak to finish up with tuning down the Will of the Council cards (if you've followed the thread at all, we're moving all the functions into the .LOL files to make the cards easier to code and setting up a few more things for the manager to keep track of so that cards like Grudge Keeper work).
Thankfully, being from C13, finding art for those is no problem.

volrathxp
Re: Volrathxp's Custom Dotp 2014 DLC (Last Update: 8/17/2014
by RiiakShiNal » 18 Aug 2014, 11:32
I already did finish moving the functions into the LOL and did abilities for Council's Judgement and Grudge Keeper, so if you are still waiting on me you are backing up.
Just getting started: Xander9009's DotP 2014 Community Wad
Need a deck builder: DotP 2014 Deck Builder
Problems Modding: DotP 2014 Frequent Modding Mistakes
Need a deck builder: DotP 2014 Deck Builder
Problems Modding: DotP 2014 Frequent Modding Mistakes
- RiiakShiNal
- Programmer
- Posts: 2188
- Joined: 16 May 2011, 21:37
- Has thanked: 75 times
- Been thanked: 497 times
Who is online
Users browsing this forum: No registered users and 15 guests