itch.io is community of indie game creators and players

Devlogs

2.3.1 - Compatibility fix

Hakuen Studio Eli Book RPG Maker MZ
A downloadable RPG Maker Plugin

Version 2.3.1 - 12/16/2020
- Add compatibility patch to Galv_EventSpawnerMZ.js

When Galv Spawns an event into the map, it will create his id based on the highest event on the current map. With that, my plugin was trying to get the note property from $dataMap.events with an event Id generated by the Spawn function, that in fact, doesn't really exist in the current map ($dataMap).

So I was being able to fix this compatibility by taking the note from the $dataSpawnMap.events instead of $dataMap.events and using the _spawnEventId instead of the regular _eventId (Only for spawn events).

Files

  • Eli Book for MZ 59 kB
    Dec 16, 2020
Download Hakuen Studio Eli Book RPG Maker MZ
Leave a comment