M
M
> > > > Flash saturation and Flash period (?) are not saved in the savegame. > > [Player/src/game_screen.h](https://github.com/EasyRPG/Player/blob/1d5aedccce4b2fbf0328bbb264b4631108cb9597/src/game_screen.h#L101) > > Are you sure? It should be saved as SaveScreen.flash_current_level...
Rm2k3 doesn't let you put all party members in the back using the Row command. At least 1 member must be in the front. However, if you put some party...
All items that trigger skills use the source of the skill to the highest level member of the party (first one if same level). That means that items that trigger...
Not sure if this is really a bug: If an actor has an "Attack All" weapon and gets confused or provoked, he will only attack one ally or enemy.
Create a skill with: * Heals Death * 0 power, phys, mag, var Use it on a dead actor in battle in 2k3, The actor will revive with 1hp, but...
Set a move route on the player which changes the player graphic. Then save and load the game. Upon loading the hero graphic is reset.
There's a big move route save game bug in RPG_RT. Create an event with some movement type. Then put a move route on it and make it move. Before the...
RPG Maker editor only lets you do a maximum of 10 terrain damage per step. Given that hp can go into the thousands in 2k3, this makes terrain damage all...
Item and Skill Usability bugs -------------------------- * Normal Skills are usable in the menu only if they heal hp, mp, or at least one state which persists after battle. Items...
Enemy AI Hidden Enemy Revive Bug --------------------- Enemy AI will try to use revive skills on both dead and hidden enemies. This is because RPG_RT check for `Exists` instead of...