Hi, I have a problem, I use rpg maker MV and the bars on the enemies work perfectly, but if I spaw an enemy with Ritter Ultimate Event Spawner, the bars on the enemy don't show up, maybe I'm doing something wrong?
It's an issue with MOG_EventIndicators itself where all the indicators, including the HP bars are created on map load. You have to refresh the map (open and close the menu or use the script SceneManager.goto (Scene_Map) for the sprites to get created on spawned events since they weren't there when the map was loaded. I'll see if I can resolve it.
Hi, I think I have a problem, so I did:
-as soon as I enter a room and an event in parallel creates 4 monsters and I use the script:SceneManager._scene._spriteset.createEventIndicators()
the event then gets cleared
- the dead monsters are deleted with: Ritter.unspawnEvent(this._eventId, true)
- I exit the room and clear any evoked events(I also create other things) with :Ritter.unspawnAll(true)
- I re-enter the room resetting also the event to summon monsters and it gives me this error.
Am I doing something wrong?
Translated with DeepL.com (free version)