EriN_KillerSoul Posted August 20, 2012 Group: Members Topic Count: 30 Topics Per Day: 0.01 Content Count: 313 Reputation: 23 Joined: 12/27/11 Last Seen: August 21, 2021 Share Posted August 20, 2012 Can someone give me a mvp script which after 1 hour the mvp room will @killmonster by itself. Cause my player always summon many mvp and just leave it. They did not finish kill the mvp. I have to go each room every hour to clean the mvp room. Btw,I use this mvp room script http://www.eathena.ws/board/index.php?showtopic=187654 Quote Link to comment Share on other sites More sharing options...
Joseph Posted August 20, 2012 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 341 Reputation: 43 Joined: 01/10/12 Last Seen: June 29, 2020 Share Posted August 20, 2012 It should automatically clear up the room. // if the room left empty for # minutes, will be treat as give up the room. Do Not set this as 0 set .nobodygiveup, 5; And, don't forget to change: getmapmobs("this") to: mobcount("this","all") Quote Link to comment Share on other sites More sharing options...
EriN_KillerSoul Posted August 20, 2012 Group: Members Topic Count: 30 Topics Per Day: 0.01 Content Count: 313 Reputation: 23 Joined: 12/27/11 Last Seen: August 21, 2021 Author Share Posted August 20, 2012 I set like this because many player complain they tired kill mvp.After they enter back mvp room,the mvp gone.thats why I set like this // If the room has left over monsters while nobody in the room and the room not give up yet, shall we kill monsters in empty room ? set .killmonster, 0; // Default is yes I just want that mvp rooms clean after 1 hour. Quote Link to comment Share on other sites More sharing options...
Emistry Posted August 20, 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 August 20, 2012 just add the killmonster line below these line set .remaintime[.@dif], 0; delwaitingroom "MVP Summoner#"+ .@dif; mapwarp .@map$, .respawnmap$, .respawnx, .respawny; which will remove the monsters inside the room after the time's out. beside, you can ask your players to do in this way.. put a merchant inside the MVP room,...and let it autotrade inside the Room. so that the MVP wont get killed upon players out from the room as the Merchant is still remained inside. the merchant will be warped out also upon the timeout so no worry on stuck inside the room. and this trick are actually already discovered by player long time ago. Quote Link to comment Share on other sites More sharing options...
Question
EriN_KillerSoul
Can someone give me a mvp script which after 1 hour the mvp room will @killmonster by itself. Cause my player always summon many mvp and just leave it. They did not finish kill the mvp. I have to go each room every hour to clean the mvp room.
Btw,I use this mvp room script http://www.eathena.ws/board/index.php?showtopic=187654
Link to comment
Share on other sites
3 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.