Jump to content
  • 0

Changing endless Endless Tower instance cooldown


noobsai

Question


  • Group:  Members
  • Topic Count:  32
  • Topics Per Day:  0.01
  • Content Count:  70
  • Reputation:   0
  • Joined:  02/05/12
  • Last Seen:  

hi I've been using the Endless Tower included in my SVN how can i change the cooldown to take the quest again.. I want to make it 24hours CD instead of 1week

Link to comment
Share on other sites

7 answers to this question

Recommended Posts

  • 0

  • Group:  Development Manager
  • Topic Count:  56
  • Topics Per Day:  0.01
  • Content Count:  732
  • Reputation:   525
  • Joined:  12/13/11
  • Last Seen:  

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"

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  318
  • Topics Per Day:  0.07
  • Content Count:  931
  • Reputation:   13
  • Joined:  12/20/11
  • Last Seen:  

sir what if i do not want any time interval?

here is my script

bump!

EndlessTower.txt

Edited by Arcenciel
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  14
  • Topics Per Day:  0.00
  • Content Count:  407
  • Reputation:   159
  • Joined:  11/18/11
  • Last Seen:  

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
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  75
  • Topics Per Day:  0.02
  • Content Count:  2223
  • Reputation:   593
  • Joined:  10/26/11
  • Last Seen:  

The cooldown is set in ../db/quest_db.txt

60200,604800,0,0,0,0,0,0,"Endless Tower Effect"
60201,14400,0,0,0,0,0,0,"Endless Tower Time Limit"

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  318
  • Topics Per Day:  0.07
  • Content Count:  931
  • Reputation:   13
  • Joined:  12/20/11
  • Last Seen:  

sir brian so i will only change it in quest_db.txt???

i wont configure y endlesstower script anymore??

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  75
  • Topics Per Day:  0.02
  • Content Count:  2223
  • Reputation:   593
  • Joined:  10/26/11
  • Last Seen:  

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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  130
  • Reputation:   43
  • Joined:  12/11/11
  • Last Seen:  

Try to change the values to 0.

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