Jump to content
  • 0

Monster Spawn Script Command


Moriarty

Question


  • Group:  Members
  • Topic Count:  27
  • Topics Per Day:  0.01
  • Content Count:  135
  • Reputation:   13
  • Joined:  06/20/12
  • Last Seen:  

I want a script command that will create a monster natural spawn.

This means that I will set the timers and all stuff that you set when you create a natural spawn.

thanks

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • -2

  • Group:  Members
  • Topic Count:  27
  • Topics Per Day:  0.01
  • Content Count:  135
  • Reputation:   13
  • Joined:  06/20/12
  • Last Seen:  

Who said that my only goal is to summon another monster upon death? I'm well aware of event labels.

Like I said, Natural Spawn has A LOT OF DIFFERENCES of a 'one time spawn'.

 

@Edit

I managed to create it, my new kickass system is ready now :D

Thanks.

Edited by Moriarty
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  135
  • Reputation:   41
  • Joined:  02/05/14
  • Last Seen:  

See the documentation for monsterhttp://rathena.org/wiki/Monster

 

To add a respawn timer, just add sleep2 to the monster's event label before spawning a new one.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  72
  • Topics Per Day:  0.02
  • Content Count:  2997
  • Reputation:   1130
  • Joined:  05/27/12
  • Last Seen:  

To add a respawn timer, just add sleep2 to the monster's event label before spawning a new one.

You'd probably want to use 'sleep' for this, since there's no reason to keep the player's RID attached for a mob respawn.
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  27
  • Topics Per Day:  0.01
  • Content Count:  135
  • Reputation:   13
  • Joined:  06/20/12
  • Last Seen:  

See the documentation for monsterhttp://rathena.org/wiki/Monster

 

To add a respawn timer, just add sleep2 to the monster's event label before spawning a new one.

This won't do.

Natural Spawn has A LOT OF DIFFERENCES of a 'one time spawn'.

Thanks for trying to help ^^

 

Edited by Moriarty
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  72
  • Topics Per Day:  0.02
  • Content Count:  2997
  • Reputation:   1130
  • Joined:  05/27/12
  • Last Seen:  

This won't do.

Natural Spawn has A LOT OF DIFFERENCES of a 'one time spawn'.

Thanks for trying to help ^^

Missingno wanted you to use the optional event label, which you should read about. It triggers when the monster dies, so you can summon another monster upon death (or slightly delayed, which is where 'sleep' comes in).
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...