Jump to content
  • 0

Private MVP Room


EriN_KillerSoul

Question


  • Group:  Members
  • Topic Count:  30
  • Topics Per Day:  0.01
  • Content Count:  313
  • Reputation:   23
  • Joined:  12/27/11
  • Last Seen:  

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. /pif

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


  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  341
  • Reputation:   43
  • Joined:  01/10/12
  • Last Seen:  

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")

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  30
  • Topics Per Day:  0.01
  • Content Count:  313
  • Reputation:   23
  • Joined:  12/27/11
  • Last Seen:  

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. /sob

Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10015
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

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.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...