Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

CaptPharos

2
Posts
2
Following
A member registered Feb 22, 2023

Recent community posts

(2 edits)

Hello, just got this plugin and was excited to try it out as other event spawning plugins have not worked for me. But this one also doesn't seem to want to work. I'm getting the message "Error Uncaught Error: Failed to load: data/MapNaN.json". I only have 1 map that has the events on it, and I have that map in the Pre Spawn Map setting. Still doesn't load. In order to see that error message I had to comment out lines 953-954 in the code as the console told me there was an "Uncaught SyntaxError: Unexpected token u in JSON at position 0 at JSON.parse (<anoymous>) at Ritter_EventSpawner_v1.6.js:954.

Any help would be appreciated, and if you need any other information I can provide. I've been looking for an even spawner that handles spawning events in certain regions for a while now and thought this one would work out.




Having trouble getting the events to spawn in. I'm using the spawn in region part of the plugin with the events to be spawned from Map 001. I do have Map 001 pre-loaded in the plugin settings. To activate the spawning of the events, I'm using this script in an even "QJ.SE.spawnRegion(1,[1,2,3],[77,76],0.8,true);" where 1 is the map, [1,2,3] are the events, [77,76] are the regions, 0.8 the probability of the event to spawn in that region, and true to save events location. Any pointers in the direction I need to take to get the events to spawn in?