Jump to content
  • 0

Changing endless Endless Tower instance cooldown


Question

7 answers to this question

Recommended Posts

  • 0
Posted

npc/instance/EndlessTower.txt

Find:

set .@dun_lim_time,etower_timer+604800; // 1 week

Change to:

set .@dun_lim_time,etower_timer+86400; // 24 hours

db/quest_db.txt

Find:

60200,604800,0,0,0,0,0,0,"Endless Tower Effect"

Change to:

60200,86400,0,0,0,0,0,0,"Endless Tower Effect"

Posted (edited)

search and replace:

instance_set_timeout 14400,300,.@instance;

to

instance_set_timeout 28800,300,.@instance;

14400 = 4 h, 28800 = 8 h

Edited by Lilith
Posted

What are you trying to change?

- the timeout (how long they have in the dungeon)

- or the cooldown (how long before they can do Endless Tower again)

timeout: change the 14400 in quest_db AND /npc/instances/EndlessTower.txt

cooldown: change the 604800 in /db/quest_db.txt

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