LackeyCCG

LackeyCCG Forum => Plugins & Plugin Creation Forum => Topic started by: cyberneticpony on March 03, 2014, 07:47:23 PM

Title: Why is M13 missing from the formats in the Magic plugin?
Post by: cyberneticpony on March 03, 2014, 07:47:23 PM
I've gotten annoyed that I cannot search for M13 cards in the plugin editor (should be called 2013 in the sets there) when looking for cards available to Modern. Is this an oversight (human error), or am I missing something?
Title: Re: Why is M13 missing from the formats in the Magic plugin?
Post by: AuraDragon on March 03, 2014, 09:43:58 PM
The M13 set is called "2013" in the Magic: the Gathering plugin.
Title: Re: Why is M13 missing from the formats in the Magic plugin?
Post by: cyberneticpony on March 06, 2014, 09:55:23 AM
Quote from: Snoogy on March 03, 2014, 09:43:58 PM
The M13 set is called "2013" in the Magic: the Gathering plugin.

Still is missing on my plugin; I added it in manually but I found it bizarre. Also, if you read my post before just typing that, you'd realise I knew it was called "2013" in my sets, that doesn't mean squat when it comes to it not being present in the format file.
Title: Re: Why is M13 missing from the formats in the Magic plugin?
Post by: cyberneticpony on March 24, 2014, 01:04:41 PM
As of new update this is still happening. This is really annoying me. Can whoever is maintaining the plugin please fix this.
Title: Re: Why is M13 missing from the formats in the Magic plugin?
Post by: Johnny Blaze on March 24, 2014, 08:06:54 PM
Bort runs the plugin. he has a life, when he can he will fix it..
Title: Re: Why is M13 missing from the formats in the Magic plugin?
Post by: cyberneticpony on March 24, 2014, 11:30:10 PM
It's a one second fix; here's the correct code;



<formatdefinitions>

<format><label>Standard</label>
<set>rtr</set>
<set>gatecrash</set>
<set>dragonsmaze</set>
<set>m14</set>
<set>theros</set>
<set>bng</set>
</format>

<format><label>Extended</label>
<set>soa</set>
<set>cfx</set>
<set>arb</set>
<set>2010</set>
<set>zendikar</set>
<set>worldwake</set>
<set>roe</set>
<set>2011</set>
<set>som</set>
<set>mbs</set>
<set>nph</set>
<set>2012</set>
<set>2013</set>
<set>innistrad</set>
<set>dka</set>
<set>avr</set>
<set>rtr</set>
<set>gatecrash</set>
<set>dragonsmaze</set>
<set>m14</set>
<set>theros</set>
<set>bng</set>
</format>

<format><label>Modern</label>
<set>8e</set>
<set>9e</set>
<set>10e</set>
<set>2010</set>
<set>2011</set>
<set>mirrodin</set>
<set>darksteel</set>
<set>fd</set>
<set>chk</set>
<set>bok</set>
<set>sok</set>
<set>ravnica</set>
<set>guildpact</set>
<set>dissension</set>
<set>coldsnap</set>
<set>ts</set>
<set>tsts</set>
<set>plc</set>
<set>fs</set>
<set>lorwyn</set>
<set>morningtide</set>
<set>shadowmoor</set>
<set>eventide</set>
<set>soa</set>
<set>cfx</set>
<set>arb</set>
<set>2013</set>
<set>zendikar</set>
<set>worldwake</set>
<set>roe</set>
<set>2012</set>
<set>som</set>
<set>mbs</set>
<set>nph</set>
<set>innistrad</set>
<set>dka</set>
<set>avr</set>
<set>rtr</set>
<set>gatecrash</set>
<set>dragonsmaze</set>
<set>modernmasters</set>
<set>m14</set>
<set>theros</set>
<set>bng</set>
</format>

<format><label>Vintage</label>
<set>promo</set>
<set>portal</set>
<set>portal2</set>
<set>p3k</set>
<set>starter</set>
<set>alpha</set>
<set>beta</set>
<set>unlimited</set>
<set>4e</set>
<set>5e</set>
<set>6e</set>
<set>7e</set>
<set>8e</set>
<set>an</set>
<set>antiquities</set>
<set>legends</set>
<set>dark</set>
<set>fe</set>
<set>homelands</set>
<set>ia</set>
<set>alliances</set>
<set>mirage</set>
<set>visions</set>
<set>weatherlight</set>
<set>tempest</set>
<set>stronghold</set>
<set>exodus</set>
<set>uz</set>
<set>ul</set>
<set>ud</set>
<set>mm</set>
<set>nemesis</set>
<set>prophecy</set>
<set>invasion</set>
<set>planeshift</set>
<set>apocalypse</set>
<set>odyssey</set>
<set>torment</set>
<set>judgment</set>
<set>onslaught</set>
<set>legions</set>
<set>scourge</set>
<set>9e</set>
<set>10e</set>
<set>mirrodin</set>
<set>darksteel</set>
<set>fd</set>
<set>chk</set>
<set>bok</set>
<set>sok</set>
<set>ravnica</set>
<set>guildpact</set>
<set>dissension</set>
<set>coldsnap</set>
<set>ts</set>
<set>tsts</set>
<set>plc</set>
<set>fs</set>
<set>lorwyn</set>
<set>morningtide</set>
<set>shadowmoor</set>
<set>eventide</set>
<set>soa</set>
<set>cfx</set>
<set>arb</set>
<set>2010</set>
<set>zendikar</set>
<set>worldwake</set>
<set>roe</set>
<set>2011</set>
<set>som</set>
<set>mbs</set>
<set>nph</set>
<set>innistrad</set>
<set>dka</set>
<set>avr</set>
<set>rtr</set>
<set>gatecrash</set>
<set>dragonsmaze</set>
<set>modernmasters</set>
<set>m14</set>
<set>theros</set>
<set>cmd</set>
<set>2013</set>
<set>bng</set>
</format>

<format><label>Ice Age block</label>
<set>ia</set>
<set>alliances</set>
<set>coldsnap</set>
</format>

<format><label>Mirage block</label>
<set>mirage</set>
<set>visions</set>
<set>weatherlight</set>
</format>

<format><label>Tempest block</label>
<set>tempest</set>
<set>stronghold</set>
<set>exodus</set>
</format>

<format><label>Urza block</label>
<set>uz</set>
<set>ul</set>
<set>ud</set>
</format>

<format><label>Masques block</label>
<set>mm</set>
<set>nemesis</set>
<set>prophecy</set>
</format>

<format><label>Invasion block</label>
<set>invasion</set>
<set>planeshift</set>
<set>apocalypse</set>
</format>

<format><label>Odyssey block</label>
<set>odyssey</set>
<set>torment</set>
<set>judgment</set>
</format>

<format><label>Onslaught block</label>
<set>onslaught</set>
<set>legions</set>
<set>scourge</set>
</format>

<format><label>Mirrodin block</label>
<set>mirrodin</set>
<set>darksteel</set>
<set>fd</set>
</format>

<format><label>Kamigawa block</label>
<set>chk</set>
<set>bok</set>
<set>sok</set>
</format>

<format><label>Ravnica block</label>
<set>ravnica</set>
<set>guildpact</set>
<set>dissension</set>
</format>

<format><label>Time Spiral block</label>
<set>ts</set>
<set>tsts</set>
<set>plc</set>
<set>fs</set>
</format>

<format><label>Lorwyn-Shadowmoor block</label>
<set>lorwyn</set>
<set>morningtide</set>
<set>shadowmoor</set>
<set>eventide</set>
</format>

<format><label>Shards of Alara block</label>
<set>soa</set>
<set>cfx</set>
<set>arb</set>
</format>

<format><label>Zendikar-Rise of the Eldrazi block</label>
<set>zendikar</set>
<set>worldwake</set>
<set>roe</set>
</format>

<format><label>Scars of Mirrodin block</label>
<set>som</set>
<set>mbs</set>
<set>nph</set>
</format>

<format><label>Innistrad block</label>
<set>innistrad</set>
<set>dka</set>
<set>avr</set>
</format>

<format><label>Return to Ravnica block</label>
<set>rtr</set>
<set>gatecrash</set>
<set>dragonsmaze</set>
</format>

<format><label>Theros block</label>
<set>theros</set>
<set>bng</set>
</format>

</formatdefinitions>



2010 was written twice in Modern, and c13 was written instead of 2013 in Vintage, which I think is where the mistake was.
Title: Re: Why is M13 missing from the formats in the Magic plugin?
Post by: cyberneticpony on April 11, 2014, 09:28:14 AM
Still not fixed... this is just ridiculous. At this rate, I might as well take over. I'm giving the maintainer a week to comply.
Title: Re: Why is M13 missing from the formats in the Magic plugin?
Post by: Johnny Blaze on April 22, 2014, 12:19:43 AM
You need to leave this plugin ALONE its maintained by BORT, u mess with it to much you are going to ruin it, then no one will be able to play..
Title: Re: Why is M13 missing from the formats in the Magic plugin?
Post by: enjiel on April 22, 2014, 07:30:07 PM
Cyber, you have a really terrible attitude toward someone who is making stuff for you for free.  If it pisses you off that much, start from scratch and make your own plugin but don't rage at people who provide something for nothing.

On that note, does anyone know if Bort still plans on updating the plugin?
Title: Re: Why is M13 missing from the formats in the Magic plugin?
Post by: Johnny Blaze on April 23, 2014, 12:51:20 AM
Hope so. im ready For Journey into Nyx
Title: Re: Why is M13 missing from the formats in the Magic plugin?
Post by: Bort on April 23, 2014, 01:30:50 AM
Quote from: cyberneticpony on March 24, 2014, 11:30:10 PM
It's a one second fix; here's the correct code;



<formatdefinitions>

<format><label>Standard</label>
<set>rtr</set>
<set>gatecrash</set>
<set>dragonsmaze</set>
<set>m14</set>
<set>theros</set>
<set>bng</set>
</format>

<format><label>Extended</label>
<set>soa</set>
<set>cfx</set>
<set>arb</set>
<set>2010</set>
<set>zendikar</set>
<set>worldwake</set>
<set>roe</set>
<set>2011</set>
<set>som</set>
<set>mbs</set>
<set>nph</set>
<set>2012</set>
<set>2013</set>
<set>innistrad</set>
<set>dka</set>
<set>avr</set>
<set>rtr</set>
<set>gatecrash</set>
<set>dragonsmaze</set>
<set>m14</set>
<set>theros</set>
<set>bng</set>
</format>

<format><label>Modern</label>
<set>8e</set>
<set>9e</set>
<set>10e</set>
<set>2010</set>
<set>2011</set>
<set>mirrodin</set>
<set>darksteel</set>
<set>fd</set>
<set>chk</set>
<set>bok</set>
<set>sok</set>
<set>ravnica</set>
<set>guildpact</set>
<set>dissension</set>
<set>coldsnap</set>
<set>ts</set>
<set>tsts</set>
<set>plc</set>
<set>fs</set>
<set>lorwyn</set>
<set>morningtide</set>
<set>shadowmoor</set>
<set>eventide</set>
<set>soa</set>
<set>cfx</set>
<set>arb</set>
<set>2013</set>
<set>zendikar</set>
<set>worldwake</set>
<set>roe</set>
<set>2012</set>
<set>som</set>
<set>mbs</set>
<set>nph</set>
<set>innistrad</set>
<set>dka</set>
<set>avr</set>
<set>rtr</set>
<set>gatecrash</set>
<set>dragonsmaze</set>
<set>modernmasters</set>
<set>m14</set>
<set>theros</set>
<set>bng</set>
</format>

<format><label>Vintage</label>
<set>promo</set>
<set>portal</set>
<set>portal2</set>
<set>p3k</set>
<set>starter</set>
<set>alpha</set>
<set>beta</set>
<set>unlimited</set>
<set>4e</set>
<set>5e</set>
<set>6e</set>
<set>7e</set>
<set>8e</set>
<set>an</set>
<set>antiquities</set>
<set>legends</set>
<set>dark</set>
<set>fe</set>
<set>homelands</set>
<set>ia</set>
<set>alliances</set>
<set>mirage</set>
<set>visions</set>
<set>weatherlight</set>
<set>tempest</set>
<set>stronghold</set>
<set>exodus</set>
<set>uz</set>
<set>ul</set>
<set>ud</set>
<set>mm</set>
<set>nemesis</set>
<set>prophecy</set>
<set>invasion</set>
<set>planeshift</set>
<set>apocalypse</set>
<set>odyssey</set>
<set>torment</set>
<set>judgment</set>
<set>onslaught</set>
<set>legions</set>
<set>scourge</set>
<set>9e</set>
<set>10e</set>
<set>mirrodin</set>
<set>darksteel</set>
<set>fd</set>
<set>chk</set>
<set>bok</set>
<set>sok</set>
<set>ravnica</set>
<set>guildpact</set>
<set>dissension</set>
<set>coldsnap</set>
<set>ts</set>
<set>tsts</set>
<set>plc</set>
<set>fs</set>
<set>lorwyn</set>
<set>morningtide</set>
<set>shadowmoor</set>
<set>eventide</set>
<set>soa</set>
<set>cfx</set>
<set>arb</set>
<set>2010</set>
<set>zendikar</set>
<set>worldwake</set>
<set>roe</set>
<set>2011</set>
<set>som</set>
<set>mbs</set>
<set>nph</set>
<set>innistrad</set>
<set>dka</set>
<set>avr</set>
<set>rtr</set>
<set>gatecrash</set>
<set>dragonsmaze</set>
<set>modernmasters</set>
<set>m14</set>
<set>theros</set>
<set>cmd</set>
<set>2013</set>
<set>bng</set>
</format>

<format><label>Ice Age block</label>
<set>ia</set>
<set>alliances</set>
<set>coldsnap</set>
</format>

<format><label>Mirage block</label>
<set>mirage</set>
<set>visions</set>
<set>weatherlight</set>
</format>

<format><label>Tempest block</label>
<set>tempest</set>
<set>stronghold</set>
<set>exodus</set>
</format>

<format><label>Urza block</label>
<set>uz</set>
<set>ul</set>
<set>ud</set>
</format>

<format><label>Masques block</label>
<set>mm</set>
<set>nemesis</set>
<set>prophecy</set>
</format>

<format><label>Invasion block</label>
<set>invasion</set>
<set>planeshift</set>
<set>apocalypse</set>
</format>

<format><label>Odyssey block</label>
<set>odyssey</set>
<set>torment</set>
<set>judgment</set>
</format>

<format><label>Onslaught block</label>
<set>onslaught</set>
<set>legions</set>
<set>scourge</set>
</format>

<format><label>Mirrodin block</label>
<set>mirrodin</set>
<set>darksteel</set>
<set>fd</set>
</format>

<format><label>Kamigawa block</label>
<set>chk</set>
<set>bok</set>
<set>sok</set>
</format>

<format><label>Ravnica block</label>
<set>ravnica</set>
<set>guildpact</set>
<set>dissension</set>
</format>

<format><label>Time Spiral block</label>
<set>ts</set>
<set>tsts</set>
<set>plc</set>
<set>fs</set>
</format>

<format><label>Lorwyn-Shadowmoor block</label>
<set>lorwyn</set>
<set>morningtide</set>
<set>shadowmoor</set>
<set>eventide</set>
</format>

<format><label>Shards of Alara block</label>
<set>soa</set>
<set>cfx</set>
<set>arb</set>
</format>

<format><label>Zendikar-Rise of the Eldrazi block</label>
<set>zendikar</set>
<set>worldwake</set>
<set>roe</set>
</format>

<format><label>Scars of Mirrodin block</label>
<set>som</set>
<set>mbs</set>
<set>nph</set>
</format>

<format><label>Innistrad block</label>
<set>innistrad</set>
<set>dka</set>
<set>avr</set>
</format>

<format><label>Return to Ravnica block</label>
<set>rtr</set>
<set>gatecrash</set>
<set>dragonsmaze</set>
</format>

<format><label>Theros block</label>
<set>theros</set>
<set>bng</set>
</format>

</formatdefinitions>



2010 was written twice in Modern, and c13 was written instead of 2013 in Vintage, which I think is where the mistake was.
if you update this for journey to nyx, I'll update it as soon as nyx is on gatherer.thanks
Title: Re: Why is M13 missing from the formats in the Magic plugin?
Post by: cyberneticpony on April 28, 2014, 12:22:30 PM
Quote from: Johnny Blaze on April 22, 2014, 12:19:43 AM
You need to leave this plugin ALONE its maintained by BORT, u mess with it to much you are going to ruin it, then no one will be able to play..

Maybe if you have 40 IQ you'll mess up really simple code, but I am not constrained by your extremely limited intelligence and am perfectly able to build plugins. Next time, if you really want to try to present a proper reason for me not to have a legitimate complaint about the state of a plugin, you could try spelling like an adult.

Quote from: enjiel on April 22, 2014, 07:30:07 PM
Cyber, you have a really terrible attitude toward someone who is making stuff for you for free.  If it pisses you off that much, start from scratch and make your own plugin but don't rage at people who provide something for nothing.

On that note, does anyone know if Bort still plans on updating the plugin?

It's a one second fix, and as I said, I'd remake said plugin in my own time if the maintainer refused to comply. Bort has said he would if I could update it for Nyx, which I was going to do but only saw the message now, and he had already fixed it (it was a very quick fix, as mentioned previously.)

2013 now appears to have been added to modern! Thanks for fixing this Bort!

Title: Re: Why is M13 missing from the formats in the Magic plugin?
Post by: Johnny Blaze on April 28, 2014, 01:26:54 PM
Wow. because i spelled the word YOU with a U, im not an adult, get a grip man
Title: Re: Why is M13 missing from the formats in the Magic plugin?
Post by: Burst on May 02, 2014, 11:53:51 AM
Does anyone else get an error for the Rough/Tumble image for c13 ?   (118.jpg)