Moriarty Posted July 31, 2014 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
-2 Moriarty Posted July 31, 2014 Author 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
Missingno Posted July 31, 2014 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
Euphy Posted July 31, 2014 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
Moriarty Posted July 31, 2014 Author 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
Euphy Posted July 31, 2014 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
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
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.