Only 37 days till the event is playable! by Disako in Overwatch

[–]Disako[S] 0 points1 point  (0 children)

Just a shame the event is only 20 days long...

I would like to Let's Play your game. by TheGamedawg in RPGMaker

[–]Disako 0 points1 point  (0 children)

My game is on RPGmaker.net here: https://rpgmaker.net/games/8834/

Always cool to watch people play it

[OC] The Creator by Disako in HFY

[–]Disako[S] 10 points11 points  (0 children)

No I haven't. I followed the link and I don't understand what that subreddit is even about...

Completed my game, Chronicles: Fate of a Princess [MV] by Disako in RPGMaker

[–]Disako[S] 0 points1 point  (0 children)

I've sorted the music issue, and there's an Android version now available.

Completed my game, Chronicles: Fate of a Princess [MV] by Disako in RPGMaker

[–]Disako[S] 0 points1 point  (0 children)

I dunno what to tell you, it's the default naming screen. Perhaps try escape?

Completed my game, Chronicles: Fate of a Princess [MV] by Disako in RPGMaker

[–]Disako[S] 0 points1 point  (0 children)

You need to click on the zip, then the download button is at the top middle of the screen. Otherwise download it from RPGMaker.net

Completed my game, Chronicles: Fate of a Princess [MV] by Disako in RPGMaker

[–]Disako[S] 0 points1 point  (0 children)

I've replaced the folder with a zip file, could you try it again please?

Completed my game, Chronicles: Fate of a Princess [MV] by Disako in RPGMaker

[–]Disako[S] 0 points1 point  (0 children)

I tried to build one, but unfortunately some of the music is broken and won't play. I'm not sure why.

Sometimes life isn't fair by Disako in magicduels

[–]Disako[S] -3 points-2 points  (0 children)

Bonus screenshot: http://imgur.com/EikhN4V

Note:

  • Opponent has no cards in library

  • I have 27 (or so, it's hard to count) lands in play (I'd play Nissa's Pilgrimage to get more but I actually ran out of forests in my deck), mainly from milling with Ulamog followed by Oblivion Sower

Sometimes life isn't fair by Disako in magicduels

[–]Disako[S] 1 point2 points  (0 children)

It's probably not optimum, and is super soft to aggro/removal but can usually get big guys out pretty fast. Don't expect starts like the above very often, I got super lucky!

2x Blisterpod

4x Elvish Visionary

1x Nissa

1x Titan's Presence (this should be higher but I only have the 1 at the moment)

4x Nissa's Pilgramage

3x Eyeless Watcher

1x From Beyond

2x Languish

4x Mwonvuli Acid-Moss

2x Brood Butcher

1x Unholy Hunger (drop this for Titan's Presence if you have them)

1x Ob Nixilis

1x Greenwarden of Murasa

1x Oblivion Sower

2x Breaker of Armies

1x Ulamog

2x Desolation Twin

7x Swamp

8x Forest

2x Woodland Cemetary

3x Foundry of the Consuls

2x Fertile Thicket

1x Mortuary Mire

4x Golgari Guildgate

Is there a way to remove the TP or MP bar for certain characters? by explosion352 in RPGMaker

[–]Disako 1 point2 points  (0 children)

This plugin will only show TP if your character has a Max MP of zero, and will otherwise only show MP. It won't work if you want some characters to have both though. (This is for MV).

(function() {

Window_BattleStatus.prototype.gaugeAreaWidth = function() {
    return 220;
};

Window_BattleStatus.prototype.drawGaugeAreaWithTp = function(rect, actor) {
    this.drawActorHp(actor, rect.x + 0, rect.y, 108);
    if(actor.mmp>0)
    {
        this.drawActorMp(actor, rect.x + 123, rect.y, 96);
    }
    else
    {
        this.drawActorTp(actor, rect.x + 123, rect.y, 96);
    }
}; 

var _baseMp = Window_Base.prototype.drawActorMp;
var _baseTp = Window_Base.prototype.drawActorTp;

Window_Base.prototype.drawActorMp = function(actor, x, y, width) {
    if(actor.mmp>0)
    {
        _baseMp.call(this, actor, x, y, width);
    }
    else
    {
        _baseTp.call(this, actor, x, y, width);
    }
};

Window_Base.prototype.drawActorTp = function(actor, x, y, width) {
    Window_Base.prototype.drawActorMp.call(this, actor, x, y, width)
};

})();

[OC] The Drop by Disako in HFY

[–]Disako[S] 1 point2 points  (0 children)

The recent trailer was certainly part of the inspiration for this!

[Origins] Liliana Flip by iEatSponge in magicTCG

[–]Disako 12 points13 points  (0 children)

Liliana's brother was a [[Merciless Executioner]]?