DYHALTO'S PROFILE

Though I may not look it, I'm really untelligent.
Valor Emblem
TRPG made with Sim RPGMaker95

Search

Filter

hrdx_icicleSheet.png

When I look at the big icicle, I can practically hear the schleeeooooop ploop ploop ploop

Making shit.

I'm not ignoring shit.

hrdx_iceball.png

The Iceball spell, also known as "dick move".

hrdx_puffpuff.gif

I 'recognize' that ;)

20230313_175321_534.png

Holy whole holes! :O

HOW DO I POST A BLOG??? DO I NEED TO MAKE A GAME FIRST???

First you make the game page, then you make the blog, then you get the women.

The Featured Game Thread

Surprisingly, Final Fantasy Endless Nova has never been featured.

Final Fantasy Essence 2k3

You can also activate something like Libra/Scan from a Skill menu by checking MP differences, which is probably ideal considering you're doing Final Fantasy.

Have a simple battle event with condition Xavier uses WhiteMagic Command. Use it to...
1. Store Xavier's current MP into Variable 1
2. Turn on a Switch

Have another battle event that activates with condition Switch is ON. Use it to...
1. Store Xavier's current MP into Variable 2
2. Do Variable Operation : Variable 1 - Variable 2
3. Condition Branch : Does Variable 1 = 0 MP. If so, do more branches for If Monster #1-8 is the current target and go to town.
4. Don't forget to turn the Switch to OFF

The purpose of using a Switch to separate the code is because uses Command activates BEFORE your character does his cast animation, whereas the Switch condition won't be checked until AFTER.
The ultimate caveat to this method is that you can NOT have any other skills cost the same MP. You also have to be wary of Gold Hairpins (1/2 MP equipment) making more expensive skills go into range of activating your event. You can mitigate this a little with skill subsets (WhiteMagic, BlackMagic) but otherwise you just have to plan accordingly.

Fun Fact
You can get rid of the MISS by having your skill add a State that does nothing, then include Change Monster Condition in your code to get rid of it so the player never even knows it was there.

Final Fantasy Essence 2k3

Impressive :o Add some sound effects to those animations and you have something neat happening.

My wife said I can't buy FFVI Remaster until I finish Hero's Realm

Poor Kentona. He's stuck doing his own spritework because unity stole Avee from him.

The laser sweep is sourced from Kagami's sprite in The Last Blade. I know because I used it too :V