robby22 Posted March 28, 2018 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 13 Reputation: 0 Joined: 02/28/18 Last Seen: February 15, 2020 Share Posted March 28, 2018 (edited) Do monsters just randomly respawn on some tile after they are killed? and if not I'd like to know how to figure out the most active areas in the map. Which files tell us how monster spawns work? Edit: I'm reading this https://github.com/rathena/rathena/blob/c6470ff4ff82fe30c98e00344beda667ae80ed44/npc/pre-re/mobs/dungeons/ra_san.txt doesn't say what those coordinates mean. Edited March 28, 2018 by robby22 Quote Link to comment Share on other sites More sharing options...
1 Poring King Posted March 28, 2018 Group: Members Topic Count: 63 Topics Per Day: 0.02 Content Count: 1016 Reputation: 191 Joined: 11/27/14 Last Seen: February 15 Share Posted March 28, 2018 (edited) ra_san01,0,0 monster Isilla 1772,10 // the green color set to 0 . 0 = random map spawn ra_san01,61,141,58,98 monster Vanberk 1771,20,300000 // in this case it spawn in the are of ra_san01 61,141 Structure <map name>,<x>,<y>{,<xs>{,<ys>}}%TAB%monster%TAB%<monster name>{,<monster level>}%TAB%<mob id>,<amount>{,<delay1>{,<delay2>{,<event>{,<mob size>{,<mob ai>}}}}} Referrence off all script here is the path others: trunk/doc/script_commands.txt Centos/VPS : root/doc/script_commands.txt Windows: rathena-master/doc/script_commands.txt Edited March 28, 2018 by Poring King Quote Link to comment Share on other sites More sharing options...
Question
robby22
Do monsters just randomly respawn on some tile after they are killed? and if not I'd like to know how to figure out the most active areas in the map. Which files tell us how monster spawns work?
Edit: I'm reading this https://github.com/rathena/rathena/blob/c6470ff4ff82fe30c98e00344beda667ae80ed44/npc/pre-re/mobs/dungeons/ra_san.txt
doesn't say what those coordinates mean.
Edited by robby22Link to comment
Share on other sites
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.