Jump to content
  • 0

Question

Posted

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 ❤️

2 answers to this question

Recommended Posts

  • 0
Posted (edited)
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

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...