It is currently 12 Sep 2025, 18:20
   
Text Size

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

Postby gorem2k » 15 Aug 2014, 12:04

thefiremind wrote:
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.
I can't see anything wrong in Ashiok's code. If you can, let me know.
All I know is it's somewhere around here:
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>
the cmc value is fine, maybe the problem is with Get_CardPtr(i). I suspect it gets disorganized pretty quickly along the way. I've tried a couple of time with an hacked Ashiok (50 counters, exiles 30 cards instead of 3) to test and each time, the very first time I use its second ability it was ok. the second turn, it wasn't...

I have no idea why.
gorem2k
 
Posts: 464
Joined: 01 Apr 2013, 04:21
Has thanked: 48 times
Been thanked: 33 times

Re: Volrathxp's Custom Dotp 2014 DLC (Last Update: 8/14/2014

Postby volrathxp » 15 Aug 2014, 18:05

Kithkin wrote:
volrathxp wrote:
Kithkin wrote:I've noticed that most of your new cards contain lo-res/blurred art.
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.
Like this?
http://mtgimage.com/setname/
http://mtgimage.com/setname/conspiracy/
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.
volrathxp
User avatar
volrathxp
 
Posts: 362
Joined: 23 Jul 2014, 17:34
Has thanked: 9 times
Been thanked: 17 times

Re: Volrathxp's Custom Dotp 2014 DLC (Last Update: 8/14/2014

Postby 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.
User avatar
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

Postby volrathxp » 15 Aug 2014, 21:10

Kithkin wrote:Bug report

Tyrant's Choice -- if DEATH gets more votes, opponent does not sacrifice a creature. TORTURE works just fine.
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.
volrathxp
User avatar
volrathxp
 
Posts: 362
Joined: 23 Jul 2014, 17:34
Has thanked: 9 times
Been thanked: 17 times

Re: Volrathxp's Custom Dotp 2014 DLC (Last Update: 8/14/2014

Postby Kithkin » 15 Aug 2014, 22:15

volrathxp wrote:
Kithkin wrote:Bug report

Tyrant's Choice -- if DEATH gets more votes, opponent does not sacrifice a creature. TORTURE works just fine.
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.
My bad. I confused "sacrifice a creature" with "discard a card". The AI never had a creature in play, so nothing happened. :oops: :oops: No wonder the AI always voted for DEATH.
User avatar
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

Postby Kithkin » 15 Aug 2014, 23:39

script_log.txt

[lua] [string "AVACYN_GUARDIAN_ANGEL_1000383185_TITLE (TRIGGER)~0x00000845"]:2: '<eof>' expected near '='
User avatar
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

Postby volrathxp » 16 Aug 2014, 00:31

Kithkin wrote:
volrathxp wrote:
Kithkin wrote:Bug report

Tyrant's Choice -- if DEATH gets more votes, opponent does not sacrifice a creature. TORTURE works just fine.
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.
My bad. I confused "sacrifice a creature" with "discard a card". The AI never had a creature in play, so nothing happened. :oops: :oops: No wonder the AI always voted for DEATH.
Yeah, I was wondering lol.

Kithkin wrote:script_log.txt

[lua] [string "AVACYN_GUARDIAN_ANGEL_1000383185_TITLE (TRIGGER)~0x00000845"]:2: '<eof>' expected near '='
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!)
volrathxp
User avatar
volrathxp
 
Posts: 362
Joined: 23 Jul 2014, 17:34
Has thanked: 9 times
Been thanked: 17 times

Re: Volrathxp's Custom Dotp 2014 DLC (Last Update: 8/14/2014

Postby Kithkin » 16 Aug 2014, 06:13

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.
Here's another one: http://www.artofmtg.com/set/conspiracy/. The quality is awesome, e.g. http://www.artofmtg.com/art/council-guardian/
User avatar
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

Postby volrathxp » 16 Aug 2014, 12:28

Kithkin wrote:
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.
Here's another one: http://www.artofmtg.com/set/conspiracy/. The quality is awesome, e.g. http://www.artofmtg.com/art/council-guardian/
I shall check it out and update accordingly, thanks!

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
User avatar
volrathxp
 
Posts: 362
Joined: 23 Jul 2014, 17:34
Has thanked: 9 times
Been thanked: 17 times

Re: Volrathxp's Custom Dotp 2014 DLC (Last Update: 8/17/2014

Postby volrathxp » 17 Aug 2014, 14:35

Posted an update! Details are in the changelog!
volrathxp
User avatar
volrathxp
 
Posts: 362
Joined: 23 Jul 2014, 17:34
Has thanked: 9 times
Been thanked: 17 times

Re: Volrathxp's Custom Dotp 2014 DLC (Last Update: 8/17/2014

Postby Kithkin » 17 Aug 2014, 19:09

volrathxp wrote:Posted an update! Details are in the changelog!
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.
User avatar
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

Postby volrathxp » 17 Aug 2014, 19:15

Kithkin wrote:
volrathxp wrote:Posted an update! Details are in the changelog!
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.
If you find anything, let me know. It's incredibly hard to find higher res art of certain cards from M15 and Conspiracy.
volrathxp
User avatar
volrathxp
 
Posts: 362
Joined: 23 Jul 2014, 17:34
Has thanked: 9 times
Been thanked: 17 times


Re: Volrathxp's Custom Dotp 2014 DLC (Last Update: 8/17/2014

Postby volrathxp » 18 Aug 2014, 10:52

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
Grazi. I'll add those to my next update.

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
User avatar
volrathxp
 
Posts: 362
Joined: 23 Jul 2014, 17:34
Has thanked: 9 times
Been thanked: 17 times

Re: Volrathxp's Custom Dotp 2014 DLC (Last Update: 8/17/2014

Postby 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.
RiiakShiNal
Programmer
 
Posts: 2188
Joined: 16 May 2011, 21:37
Has thanked: 75 times
Been thanked: 497 times

PreviousNext

Return to 2014

Who is online

Users browsing this forum: No registered users and 15 guests

Main Menu

User Menu

Our Partners


Who is online

In total there are 15 users online :: 0 registered, 0 hidden and 15 guests (based on users active over the past 10 minutes)
Most users ever online was 7967 on 09 Sep 2025, 23:08

Users browsing this forum: No registered users and 15 guests

Login Form