Search found 3890 matches

by Mogri
Tue Nov 09, 2010 10:13 pm
Forum: Game Discussion
Topic: James, you might be interested to know...
Replies: 8
Views: 1503

I'm just using a regular container slice. I know nothing of this "grid slice."
by Mogri
Tue Nov 09, 2010 8:13 pm
Forum: Game Discussion
Topic: James, you might be interested to know...
Replies: 8
Views: 1503

James, you might be interested to know...

...that I used the maptiles-to-slices trick we were discussing on CP a few months ago. Works like a charm. I could've made the tiles any size, but I opted to go with 10x10. Stick the entire map inside a container, and scrolling is as easy as moving that container around. I should really be working o...
by Mogri
Mon Nov 08, 2010 11:12 pm
Forum: Game Discussion
Topic: Elements of Creation
Replies: 15
Views: 3480

Nicely done.

I should really figure out what's up with the save codes.
by Mogri
Mon Nov 08, 2010 6:56 am
Forum: Game Discussion
Topic: Character Creation?
Replies: 1
Views: 913

Yes, it's possible. You will need to use plotscripting and do one of the following: - Create a palette for every possible combination of colors. - Reserve colors in your palette for exclusive use with each hero. You may need to dedicate a significant portion of your palette depending on how many col...
by Mogri
Mon Nov 08, 2010 1:58 am
Forum: Game Discussion
Topic: Village People: The Videogame
Replies: 51
Views: 11839

I kind of liked the battle sprite portraits
by Mogri
Mon Nov 08, 2010 12:29 am
Forum: Front Page
Topic: HamsterSpeak #43 Online
Replies: 18
Views: 6901

Draw an OHR character/monster/thing enjoying food, surfing on a pizza, whatever. I don't know what these people eat.
I missed this instruction. That said, I think my entry is GREAT.
by Mogri
Mon Nov 08, 2010 12:10 am
Forum: General Discussion
Topic: Customize my next FF1 playthrough.
Replies: 32
Views: 8801

Your second playthrough has already passed my playthrough - I'm stalled on the Marsh Cave right now.

By the way, the Asleep status always lasts one round. It's a bug (surprise), but the spell is still useful, especially given that it mitigates more damage than a CURE.
by Mogri
Sun Nov 07, 2010 4:07 am
Forum: General Discussion
Topic: MUD making?
Replies: 4
Views: 1321

JSH357 wrote:To be honest, if it's all text it should be pretty easy to code without an engine in most languages.
See also: Dwarf Fortress
by Mogri
Fri Nov 05, 2010 9:13 pm
Forum: General Discussion
Topic: Customize my next FF1 playthrough.
Replies: 32
Views: 8801

Has anybody ever attempted to beat the entire game with only one character alive? Is that even possible? Yeah. It's not even particularly hard , except that stuns = death. White Mage and Thief are obviously bad picks, but I think every other class has been done. Why? The run I just did was legitima...
by Mogri
Fri Nov 05, 2010 8:15 pm
Forum: General Discussion
Topic: Customize my next FF1 playthrough.
Replies: 32
Views: 8801

Whatever you do, you should definitely have a character dedicated to support magic. It's magic! Maybe you don't want to restrict your spell selection. FINE. But you should showcase how awesome SLEP and CONF are. Everyone already knows that FIR3 does a lot of damage. Fewer people know that BANE works...
by Mogri
Thu Nov 04, 2010 4:26 pm
Forum: General Discussion
Topic: Customize my next FF1 playthrough.
Replies: 32
Views: 8801

Newbie Newtype wrote:LICH is the only enemy in the game to cast NUKE.
Lich is the only one you'll ever see cast NUKE, but Chaos does it if you wait forever and Evilmen have it in their spell list as well (in the second slot, with a 12.5% chance of using magic each turn, so you're unlikely to ever see it).
by Mogri
Wed Nov 03, 2010 2:22 am
Forum: General Discussion
Topic: Customize my next FF1 playthrough.
Replies: 32
Views: 8801

You've convinced me. I started a Th/RM/WM/BM run, with the restrictions that the WM can't take any of the CURE or HEAL series and the BM can't take any of the FIRE, ICE, or LIT series. The RM is unrestricted, but he's also the best attacker... I've died a lot already. SLEP is a surprisingly nice spe...
by Mogri
Tue Nov 02, 2010 8:34 pm
Forum: General Discussion
Topic: Customize my next FF1 playthrough.
Replies: 32
Views: 8801

Ooh, you are doing it VC-style.

I wonder if I can find my cartridge. You're making me want to replay. Is it worth the $5 if I can't find the cart? Hmm...


(edit) also, what's so great about the Power Staff?
by Mogri
Tue Nov 02, 2010 5:25 am
Forum: General Discussion
Topic: Customize my next FF1 playthrough.
Replies: 32
Views: 8801

Heal 2 is just as effective as Heal 3. Only in battle. Additionally, Elemental Weapons and spells don't seem to be any more or less effective against their respective foes than they should be. Excalibur and Sasuke's katana have a similar damage output, since Excalibur doesn't get to exploit all ele...
by Mogri
Tue Nov 02, 2010 1:38 am
Forum: Game Discussion
Topic: Shuffle
Replies: 7
Views: 1841

Fun fact: When I read "Shuffle" I thought you meant as in randomizing a group of variables, and it made me cry because this was such a hassle to code in Motrya (The script I used to randomize the position of 9 cards took an obscene amount of code that I can barely read because the slice c...