Linkin Park Posted February 4, 2012 Group: Members Topic Count: 42 Topics Per Day: 0.01 Content Count: 227 Reputation: 11 Joined: 11/16/11 Last Seen: November 7, 2015 Share 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 Link to comment Share on other sites More sharing options...
Emistry Posted February 4, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2370 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share Posted February 4, 2012 edit at the Mvp Respawn Script inside the npc/mobs/.... remove all the delay timing... Quote Link to comment Share on other sites More sharing options...
Linkin Park Posted February 4, 2012 Group: Members Topic Count: 42 Topics Per Day: 0.01 Content Count: 227 Reputation: 11 Joined: 11/16/11 Last Seen: November 7, 2015 Author Share Posted February 4, 2012 alright.. thought there's any other way except that hehe.. thanks anyway Quote Link to comment Share on other sites More sharing options...
JayPee Posted February 5, 2012 Group: Members Topic Count: 47 Topics Per Day: 0.01 Content Count: 633 Reputation: 78 Joined: 11/14/11 Last Seen: September 20, 2017 Share Posted February 5, 2012 you can use script then you will put less delay on the monster respawn. Quote Link to comment Share on other sites More sharing options...
Brian Posted February 5, 2012 Group: Members Topic Count: 75 Topics Per Day: 0.02 Content Count: 2223 Reputation: 593 Joined: 10/26/11 Last Seen: June 2, 2018 Share 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 Link to comment Share on other sites More sharing options...
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?
Link to comment
Share on other sites
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.