Linkin Park Posted February 4, 2012 Posted February 4, 2012 I want to make the MVP to be auto respawn right after being killed at a random spot on the map.. Any way to achieve this? Quote
Emistry Posted February 4, 2012 Posted February 4, 2012 edit at the Mvp Respawn Script inside the npc/mobs/.... remove all the delay timing... Quote
Linkin Park Posted February 4, 2012 Author Posted February 4, 2012 alright.. thought there's any other way except that hehe.. thanks anyway Quote
JayPee Posted February 5, 2012 Posted February 5, 2012 you can use script then you will put less delay on the monster respawn. Quote
Brian Posted February 5, 2012 Posted February 5, 2012 There is a simpler way: /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 If you don't mind bosses having 0 respawn delay too, you can set boss_spawn_delay to 0. "Boss" are all monsters that have MD_BOSS mode (this includes MVPs and mini bosses). Quote
Question
Linkin Park
I want to make the MVP to be auto respawn right after being killed at a random spot on the map.. Any way to achieve this?
4 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.