Chaos Project

RPG Maker => RPG Maker Scripts => Script Requests => Topic started by: jcsnider on December 08, 2008, 07:59:50 am

Title: Non Lag
Post by: jcsnider on December 08, 2008, 07:59:50 am
I am not sure if this is more of a request or a question on if this exist...

Basically in my game Pokemon Neon Online, each piece of grass runs a long event in which it decides if you are gonna battle a pokemon or not. Well it isnt too bad in the Cave, Route 1, but in the forest there is more to catch, the events are longer and you cna easily see it get skippy and lag...

Is there a script that fixes this?
I have tried Abseal, no change :huh:
Title: Re: Non Lag
Post by: Fantasist on December 08, 2008, 08:04:36 am
Try using an event system by using tags. Make your own encounter system. Make a common event which initiates battles if the player is on certain terrain tags. Just try it, you might be able to add a lot more (like grass pkmn in grass, water pkmn in water, etc).