It is currently 18 Apr 2024, 06:24
   
Text Size

Amonkhet Spoiler Season

Post MTG Forge Related Programming Questions Here

Moderators: timmermac, Blacksmith, KrazyTheFox, Agetian, friarsol, CCGHQ Admins

Re: Amonkhet Spoiler Season

Postby Agetian » 20 Apr 2017, 15:21

Right now the game won't compile, probably addCounter is not fully propagated to several other places in the code?..

Code: Select all
COMPILATION ERROR :
-------------------------------------------------------------
forge/player/PlayerControllerHuman.java:[1677,17] no suitable method found for addCounter(forge.game.card.CounterType,java.lang.Integer,boolean)
    method forge.game.GameEntity.addCounter(forge.game.card.CounterType,int,forge.game.card.Card,boolean,boolean) is not applicable
      (actual and formal argument lists differ in length)
    method forge.game.card.Card.addCounter(forge.game.card.CounterType,int,forge.game.card.Card,boolean) is not applicable
      (actual and formal argument lists differ in length)
    method forge.game.card.Card.addCounter(forge.game.card.CounterType,int,forge.game.card.Card,boolean,boolean) is not applicable
      (actual and formal argument lists differ in length)
forge/player/HumanPlay.java:[412,27] no suitable method found for addCounter(forge.game.card.CounterType,int,boolean)
    method forge.game.GameEntity.addCounter(forge.game.card.CounterType,int,forge.game.card.Card,boolean,boolean) is not applicable
      (actual and formal argument lists differ in length)
    method forge.game.card.Card.addCounter(forge.game.card.CounterType,int,forge.game.card.Card,boolean) is not applicable
      (actual and formal argument lists differ in length)
    method forge.game.card.Card.addCounter(forge.game.card.CounterType,int,forge.game.card.Card,boolean,boolean) is not applicable
      (actual and formal argument lists differ in length)
forge/player/HumanPlay.java:[430,33] no suitable method found for addCounter(forge.game.card.CounterType,int,boolean)
    method forge.game.GameEntity.addCounter(forge.game.card.CounterType,int,forge.game.card.Card,boolean,boolean) is not applicable
      (actual and formal argument lists differ in length)
    method forge.game.card.Card.addCounter(forge.game.card.CounterType,int,forge.game.card.Card,boolean) is not applicable
      (actual and formal argument lists differ in length)
    method forge.game.card.Card.addCounter(forge.game.card.CounterType,int,forge.game.card.Card,boolean,boolean) is not applicable
      (actual and formal argument lists differ in length)
3 errors
EDIT: Attempted to resolve this in 33782, but not sure if I did the right thing :/

- Agetian
Last edited by Agetian on 20 Apr 2017, 16:27, edited 1 time in total.
Agetian
Programmer
 
Posts: 3471
Joined: 14 Mar 2011, 05:58
Has thanked: 676 times
Been thanked: 561 times

Re: Amonkhet Spoiler Season

Postby stormcat » 20 Apr 2017, 15:23

:r33775
Mouth//Feed's mana cost is 2G/3G.
Currently it is 3G/3G.
stormcat
 
Posts: 361
Joined: 17 Jun 2015, 05:32
Has thanked: 0 time
Been thanked: 6 times

Re: Amonkhet Spoiler Season

Postby stormcat » 20 Apr 2017, 15:38

:r33775
Greater Sandwurm is 7/7.(Currently it is 5/5)

Start//Finish has another type each other.(Instant and Sorcery)
But currently Start//Finish in graveyard is instant.(Please refer to attachment)
Attachments
capture_002_21042017_003222.jpg
stormcat
 
Posts: 361
Joined: 17 Jun 2015, 05:32
Has thanked: 0 time
Been thanked: 6 times

Re: Amonkhet Spoiler Season

Postby Agetian » 20 Apr 2017, 16:58

stormcat wrote::r33772
After I countered a spell by Failure//Comply,
for some reason Failure//Comply back to hand.
I can confirm this happening, but I can't figure out what's going on (not enough time to debug properly...) :/

- Agetian
Agetian
Programmer
 
Posts: 3471
Joined: 14 Mar 2011, 05:58
Has thanked: 676 times
Been thanked: 561 times

Re: Amonkhet Spoiler Season

Postby Hanmac » 20 Apr 2017, 16:59

@Agetian yeah did forgot to commit something, but you fixed it right
Hanmac
 
Posts: 954
Joined: 06 May 2013, 18:44
Has thanked: 229 times
Been thanked: 158 times

Re: Amonkhet Spoiler Season

Postby austinio7116 » 20 Apr 2017, 18:27

I think nest of scarabs may be missing the Token image:
SVar:TrigToken:DB$ Token | TokenAmount$ X | TokenName$ Insect | TokenTypes$ Creature,Insect | TokenOwner$ You | TokenColors$ Black | TokenPower$ 1 | TokenToughness$ 1

maybe should be:

SVar:TrigToken:DB$ Token | TokenAmount$ X | TokenName$ Insect | TokenTypes$ Creature,Insect | TokenOwner$ You | TokenColors$ Black | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ b 1 1 insect AKH

That works for me.
User avatar
austinio7116
 
Posts: 451
Joined: 10 Mar 2017, 11:59
Has thanked: 47 times
Been thanked: 169 times

Re: Amonkhet Spoiler Season

Postby austinio7116 » 20 Apr 2017, 18:34

Hapatra is missing the token image too:

SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenName$ Snake | TokenTypes$ Creature,Snake | TokenOwner$ You | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 1 | TokenKeywords$ Deathtouch | TokenImage$ g 1 1 snake AKH
User avatar
austinio7116
 
Posts: 451
Joined: 10 Mar 2017, 11:59
Has thanked: 47 times
Been thanked: 169 times

Re: Amonkhet Spoiler Season

Postby tjtillman » 20 Apr 2017, 19:29

r33782

CPU played Trial of Solidarity. Its creatures did gain +2/+1, but not vigilance.
tjtillman
 
Posts: 202
Joined: 16 Sep 2013, 17:47
Has thanked: 0 time
Been thanked: 2 times

Re: Amonkhet Spoiler Season

Postby stormcat » 20 Apr 2017, 20:30

:r33782
In devoted_crop_mate.txt, Is line 8 forgetting to erase?
stormcat
 
Posts: 361
Joined: 17 Jun 2015, 05:32
Has thanked: 0 time
Been thanked: 6 times

Re: Amonkhet Spoiler Season

Postby tjtillman » 20 Apr 2017, 23:04

Is there a different naming convention that the embalm tokens need to use for the images?
tjtillman
 
Posts: 202
Joined: 16 Sep 2013, 17:47
Has thanked: 0 time
Been thanked: 2 times

Re: Amonkhet Spoiler Season

Postby tjtillman » 20 Apr 2017, 23:10

r33782

When exerting Devoted Crop-Mate, it looks like it's using Champion of Rhonas's trigger (put creature from hand into play) rather than returning a 2-drop from graveyard to the battlefield
tjtillman
 
Posts: 202
Joined: 16 Sep 2013, 17:47
Has thanked: 0 time
Been thanked: 2 times

Re: Amonkhet Spoiler Season

Postby austinio7116 » 21 Apr 2017, 05:31

These are the tokens filenames I have so far:

b_1_1_insect_AKH.jpg
b_2_2_zombie_AKH.jpg
embalm_angel_of_sanctions.jpg
embalm_anointer_priest.jpg
embalm_aven_initiate.jpg
embalm_aven_wind_guide.jpg
embalm_glyph_keeper.jpg
embalm_heart-piercer_manticore.jpg
embalm_honored_hydra.jpg
embalm_labyrinth_guardian.jpg
embalm_oketra's_attendant.jpg
embalm_sacred_cat.jpg
embalm_tah-crop_skirmisher.jpg
embalm_temmet_vizier_of_naktamun.jpg
embalm_trueheart_duelist.jpg
embalm_unwavering_initiate.jpg
embalm_vizier_of_many_faces.jpg
g_1_1_snake_AKH.jpg
g_3_3_hippo.jpg
g_4_2_beast.jpg
g_5_5_wurm_AKH.jpg
u_2_2_drake_AKH.jpg
w_1_1_cat_AKH.jpg
w_1_1_warrior_AKH.jpg
Last edited by austinio7116 on 21 Apr 2017, 12:48, edited 2 times in total.
User avatar
austinio7116
 
Posts: 451
Joined: 10 Mar 2017, 11:59
Has thanked: 47 times
Been thanked: 169 times

Re: Amonkhet Spoiler Season

Postby austinio7116 » 21 Apr 2017, 09:13

Trial of Strength is missing the set code for the token image:

TokenImage$ g 4 2 beast AKH

Thanks Agetian for adding the other token images.
User avatar
austinio7116
 
Posts: 451
Joined: 10 Mar 2017, 11:59
Has thanked: 47 times
Been thanked: 169 times

Re: Amonkhet Spoiler Season

Postby Marek14 » 21 Apr 2017, 09:28

austinio7116 wrote:Trial of Strength is missing the set code for the token image:

TokenImage$ g 4 2 beast AKH

Thanks Agetian for adding the other token images.
Well, IIRC, the standard practice is to only use set codes in token images when there is already another token of the same name and stats. There are already 2/2 black Zombies or 1/1 white Warriors, but some tokens, like 3/3 green Hippos and 4/2 green Beasts appear for the first time.
Marek14
Tester
 
Posts: 2759
Joined: 07 Jun 2008, 07:54
Has thanked: 0 time
Been thanked: 296 times

Re: Amonkhet Spoiler Season

Postby austinio7116 » 21 Apr 2017, 12:41

OK, I'll update my filename.

Thanks
User avatar
austinio7116
 
Posts: 451
Joined: 10 Mar 2017, 11:59
Has thanked: 47 times
Been thanked: 169 times

PreviousNext

Return to Developer's Corner

Who is online

Users browsing this forum: No registered users and 53 guests


Who is online

In total there are 53 users online :: 0 registered, 0 hidden and 53 guests (based on users active over the past 10 minutes)
Most users ever online was 4143 on 23 Jan 2024, 08:21

Users browsing this forum: No registered users and 53 guests

Login Form