Jump to content
  • 0

Monster spawns, is it random?


robby22

Question


  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  13
  • Reputation:   0
  • Joined:  02/28/18
  • Last Seen:  

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 robby22
Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 1

  • Group:  Members
  • Topic Count:  61
  • Topics Per Day:  0.02
  • Content Count:  911
  • Reputation:   166
  • Joined:  11/27/14
  • Last Seen:  

ra_san01,0,0 monster Isilla 1772,10  // the green color set to . 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 by Poring King
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...