Moriarty Posted July 31, 2014 Group: Members Topic Count: 27 Topics Per Day: 0.01 Content Count: 135 Reputation: 13 Joined: 06/20/12 Last Seen: April 14, 2018 Share Posted July 31, 2014 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 Quote Link to comment Share on other sites More sharing options...
-2 Moriarty Posted July 31, 2014 Group: Members Topic Count: 27 Topics Per Day: 0.01 Content Count: 135 Reputation: 13 Joined: 06/20/12 Last Seen: April 14, 2018 Author Share Posted July 31, 2014 (edited) 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 Thanks. Edited August 1, 2014 by Moriarty Quote Link to comment Share on other sites More sharing options...
Missingno Posted July 31, 2014 Group: Members Topic Count: 7 Topics Per Day: 0.00 Content Count: 135 Reputation: 41 Joined: 02/05/14 Last Seen: December 23, 2022 Share Posted July 31, 2014 See the documentation for monster: http://rathena.org/wiki/Monster To add a respawn timer, just add sleep2 to the monster's event label before spawning a new one. Quote Link to comment Share on other sites More sharing options...
Euphy Posted July 31, 2014 Group: Members Topic Count: 72 Topics Per Day: 0.02 Content Count: 2997 Reputation: 1132 Joined: 05/27/12 Last Seen: June 1, 2017 Share Posted July 31, 2014 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. Quote Link to comment Share on other sites More sharing options...
Moriarty Posted July 31, 2014 Group: Members Topic Count: 27 Topics Per Day: 0.01 Content Count: 135 Reputation: 13 Joined: 06/20/12 Last Seen: April 14, 2018 Author Share Posted July 31, 2014 (edited) See the documentation for monster: http://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 July 31, 2014 by Moriarty Quote Link to comment Share on other sites More sharing options...
Euphy Posted July 31, 2014 Group: Members Topic Count: 72 Topics Per Day: 0.02 Content Count: 2997 Reputation: 1132 Joined: 05/27/12 Last Seen: June 1, 2017 Share Posted July 31, 2014 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). Quote Link to comment Share on other sites More sharing options...
Question
Moriarty
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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.