zmref Posted February 17, 2013 Posted February 17, 2013 help how to script the MVP bosses to instant respawn after killed Quote
Brian Posted February 17, 2013 Posted February 17, 2013 For each MVP monster spawn, edit the file in /npc/re/mobs/ and change its respawn delay (delay1 and delay2) to zero. Ex: abbey02,236,78,21,18 boss_monster Fallen Bishop 1871,1,0,0,1 1 Quote
zmref Posted February 17, 2013 Author Posted February 17, 2013 For each MVP monster spawn, edit the file in /npc/re/mobs/ and change its respawn delay (delay1 and delay2) to zero. Ex: abbey02,236,78,21,18 boss_monster Fallen Bishop 1871,1,0,0,1 thanks it works however I'm curious on, what is the 3rd 1? after delay2 Quote
Capuche Posted February 17, 2013 Posted February 17, 2013 <map name>,<x>,<y>,<xs>,<ys>%TAB%monster%TAB%<monster name>%TAB%<mob id>,<amount>,<delay1>,<delay2>,<event>{,<mob size>,<mob ai>} if you are really curious search in doc/script_commands.txt from line 144 to 184 1 Quote
Brian Posted February 17, 2013 Posted February 17, 2013 I just thought of another way: trunk/conf/battle/monster.conf // Respawn rate of monsters on a map. 50 would make mobs respawn twice as fast (half delay time) (Note 2) //Note: This does not affects mobs with inmediate respawn (most normal mobs) mob_spawn_delay: 100 plant_spawn_delay: 100 boss_spawn_delay: 100 You could change boss_spawn_delay to 0, but this would affect all boss monsters (monsters with the MD_BOSS mode). 1 Quote
zmref Posted February 18, 2013 Author Posted February 18, 2013 I just thought of another way: trunk/conf/battle/monster.conf // Respawn rate of monsters on a map. 50 would make mobs respawn twice as fast (half delay time) (Note 2) //Note: This does not affects mobs with inmediate respawn (most normal mobs) mob_spawn_delay: 100 plant_spawn_delay: 100 boss_spawn_delay: 100 You could change boss_spawn_delay to 0, but this would affect all boss monsters (monsters with the MD_BOSS mode). this is great! genius thanks sir Quote
Question
zmref
help how to script the MVP bosses to instant respawn after killed
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.