RMRK is retiring.
Registration is disabled. The site will remain online, but eventually become a read-only archive. More information.

RMRK.net has nothing to do with Blockchains, Cryptocurrency or NFTs. We have been around since the early 2000s, but there is a new group using the RMRK name that deals with those things. We have nothing to do with them.
NFTs are a scam, and if somebody is trying to persuade you to buy or invest in crypto/blockchain/NFT content, please turn them down and save your money. See this video for more information.
Random Battling on World Maps

0 Members and 1 Guest are viewing this topic.

***
Rep:
Level 88
I AM THAT IS.
I have noticed that I can't change the monsters that randomly occur on a map according to where they are. For example: I would be fighting rabbits in a meadow. Then if I where to fight in a desert, the rabbit still appears. How can I change this?

****
Rep:
Level 89
What will that crazy ape do next?
which rpg maker r u using?  in 2003 u can just right click on the map on the side and create areas that could have different monster battles.  not sure about xp.
My Project: Dark Empire
http://rmrk.net/index.php/topic,7815.0.html
Official Site: http://darkempirerpg.tripod.com
Process: Getting back to work.

Always looking for sprites, if your interested, PM.

"But then I realized, why stop things from exploding, when in fact it is in exploding that things reach their perfect form. Of course, they only reach it for a few glorious seconds, but during that short time there is no object in the universe more beautiful." -Kite Rockswell, the Mad-Mad Bomber, from The Final War, my very own novel project.  PM me if you would like to read.

"Oh, sure, blaim the wizards..."

********
Rep:
Level 96
2011 Most Missed Member2010 Zero To Hero
If it's XP, just make little choke points between the areas, and cover them with events. When the player hits the event, make it change which groups appear.

***
Rep:
Level 88
I AM THAT IS.
You further explain the choke points (rpg maker xp). I am a quite the noob.

********
Rep:
Level 96
2011 Most Missed Member2010 Zero To Hero
Well it's not really an RMXP term, just slang (I think it's slang). What you do is instead of having a wide open entrance, sort of like a field, you use nature to gate it off, so you can only enter from a certain spot. Like so:
       __________________________
      /    |                                       \
                                                    \
ENTRY WAY --->                             |
      ___                                         /
      \    |                                       /
 

********
EXA
Rep:
Level 92
Pikachu on a toilet
Project of the Month winner for April 2007
Parallel process common event that checks if you are on a terrain tag 1 tile ($game_player.terrain_tag == 1). Set bushes/grass to be on 1 in the Tileset data. Now just use a random number and check if the player is moving ($game_player.moving?) and if yes, wait 4 frames, check the random number. If the number fits, engage in battle. You can use SCRIPT in the conditional branching (4th tab), that's where you put the stuff in I bolded.
Get King of Booze for Android, for iOS, for OUYA or for Windows!
Visit our website.
You can also love/hate us on Facebook or the game itself.


Get DropBox, the best free file syncing service there is!