EriN_KillerSoul Posted August 20, 2012 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
Joseph Posted August 20, 2012 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
EriN_KillerSoul Posted August 20, 2012 Author 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
Emistry Posted August 20, 2012 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
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
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.