SILENTLY'S PROFILE

Search

Filter

Soul Shepherd

Trying to use Nightmare with the Preta's Reaper ability seems to cause an error when the user's turn comes up:
http://i51.tinypic.com/b7e5qb.png
Script 'Game_Battler 2' line 431: NoMethodError occured.
undefined method `mp' for #<Game_Actor:0x8cae2d8>
I didn't realize it was Nightmare+Reaper at first because the error occurs before the attack animation. I had to restart quite a few times because my Preta was learning Nightmare near the end of the dungeon each time.

Four Heroes of Light ~ In Soviet Russia, Battles Target You

http://www.gamefaqs.com/boards/961297-final-fantasy-the-4-heroes-of-light/56741244
SlenderBender
It's a bit complicated how turn order is handled actually. Every ability and enemy has a speed that you can't see in game (the guide lists them all)

The turn order is determined based on what everyone's current action value is, from highest to lowest.

For your characters: Action Value = character's level + (current HP / max HP x100) + (remaining AP x 10) + Ability Speed
For Enemies with one action per turn: Action value = Level + (current HP / max HP x100) + Ability Speed

For Enemies with multiple actions per turn, for each subsequent action after the first one you subtract their 'weight' (another invisible stat) from the previous total.

Then you have abilities like Restrain and March which affect these values as well, and the Hermes Sandals and Old Shoes completely ignore it.

Ability speeds for enemies are quite variable, Typically in the 25-100 range <_< with a few enemies outside of that.

Speeds for character abilities and spells seem to all be between 5 and 100, usually either 15 or below, or 100.

New Pokemon Black & White Info. OH NOES MORE POKEYMANS!

post=145175
http://heath.shikokusensei.com/rpgland/scans/june23rpgscans07.jpg
I hope this isn't the starting town.

Here's what it seems to be saying:
The Starting Town?

A small town seen in the lower right of the map. It seems this blue roof and the nearby paths have been seen somewhere...? Yes, it was the scenery that was in the screenshot at the time of the first announcement! Let's expect that this is the starting point of the adventure and that the house with the blue roof is the protagonist's home!!

Synopsis Quest

post=140242
Last:
Button mash! One of the later credit scenes responds to input.
For clarification, it's not random button mashing. The last stage is cleared by casting "the spell to entrap the demon".

Cattle Call

I'm interested. Do I need a more detailed application form?

Edit: What a quick reply!

Lux Licentia

I had just gotten to the second area (? it was in a brown cave) and decided to try backtracking (because I hadn't gone to those places requiring triple jumps yet). Going back through the way I came somehow sent me directly to the snake boss.

Edit: After moving on to the next area and dying, I got sent back to the room with the snake boss and had to refight it when I walked to the left.

EXP and leveling rate in RM2k3

Yes, EXP for next level is:
a + c + b * l

Total exp to reach current level would be:
(l - 1) * (a + c) + (l - 1) * l * b / 2