Jump to content
  • 0

Random MVP Respawn Timer


Xenduria

Question


  • Group:  Members
  • Topic Count:  20
  • Topics Per Day:  0.01
  • Content Count:  48
  • Reputation:   2
  • Joined:  08/05/19
  • Last Seen:  

Good Evening Everyone! 

I am looking for a script that will do change the MVP respawn timer with a variable amount that I can set. For example, Moonlight flower can respawn anywhere from 60secs > 120mins. This is an attempt for slowing down MVP camping by making it so the campers have no idea when it will spawn.

Thank you so much ❤️

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  47
  • Topics Per Day:  0.01
  • Content Count:  374
  • Reputation:   46
  • Joined:  03/27/13
  • Last Seen:  

12 hours ago, Xenduria said:

Good Evening Everyone! 

I am looking for a script that will do change the MVP respawn timer with a variable amount that I can set. For example, Moonlight flower can respawn anywhere from 60secs > 120mins. This is an attempt for slowing down MVP camping by making it so the campers have no idea when it will spawn.

Thank you so much ❤️

You can just edit them on npc/pre-re(or re)/mobs/dungeons or fields (wherever the boss is)

Example Moonlight on payon dungeon originally:

pay_dun04,120,115,0,0	boss_monster	Moonlight Flower	1150,1,3600000,600000,1

Her spawn time is 60 mins - 70 mins

Initial spawn is 3600000 milliseconds = 60 mins

Possible delay spawn is 600000 milliseconds = +10 mins

Which makes it 60 ~ 70 mins

So if you want it 60 seconds - 120 mins:

pay_dun04,120,115,0,0	boss_monster	Moonlight Flower	1150,1,60000,7200000,1

Initial spawn: 60000 milliseconds = 60 seconds

Possible delay spawn: 7200000 milliseconds = 120 mins

Which makes the spawn time 60 seconds ~ 120 mins

 

Then you can just do this on any other bosses on their respective maps in mobs folder

Edited by Scylla
  • Upvote 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  20
  • Topics Per Day:  0.01
  • Content Count:  48
  • Reputation:   2
  • Joined:  08/05/19
  • Last Seen:  

Thank you so much! Works like a charm ❤️

 

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