noobsai Posted February 20, 2012 Group: Members Topic Count: 32 Topics Per Day: 0.01 Content Count: 70 Reputation: 0 Joined: 02/05/12 Last Seen: February 17 Share Posted February 20, 2012 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 Quote Link to comment Share on other sites More sharing options...
0 Aleos Posted February 20, 2012 Group: Development Manager Topic Count: 56 Topics Per Day: 0.01 Content Count: 732 Reputation: 525 Joined: 12/13/11 Last Seen: June 13, 2024 Share Posted February 20, 2012 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" Quote Link to comment Share on other sites More sharing options...
darking123 Posted April 7, 2012 Group: Members Topic Count: 318 Topics Per Day: 0.07 Content Count: 931 Reputation: 13 Joined: 12/20/11 Last Seen: November 21, 2020 Share Posted April 7, 2012 (edited) sir what if i do not want any time interval? here is my script bump! EndlessTower.txt Edited April 8, 2012 by Arcenciel Quote Link to comment Share on other sites More sharing options...
Lilith Posted April 7, 2012 Group: Members Topic Count: 14 Topics Per Day: 0.00 Content Count: 407 Reputation: 159 Joined: 11/18/11 Last Seen: November 15, 2014 Share Posted April 7, 2012 (edited) search and replace: instance_set_timeout 14400,300,.@instance; to instance_set_timeout 28800,300,.@instance; 14400 = 4 h, 28800 = 8 h Edited April 7, 2012 by Lilith Quote Link to comment Share on other sites More sharing options...
Brian Posted April 7, 2012 Group: Members Topic Count: 75 Topics Per Day: 0.02 Content Count: 2223 Reputation: 593 Joined: 10/26/11 Last Seen: June 2, 2018 Share Posted April 7, 2012 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" Quote Link to comment Share on other sites More sharing options...
darking123 Posted April 7, 2012 Group: Members Topic Count: 318 Topics Per Day: 0.07 Content Count: 931 Reputation: 13 Joined: 12/20/11 Last Seen: November 21, 2020 Share Posted April 7, 2012 sir brian so i will only change it in quest_db.txt??? i wont configure y endlesstower script anymore?? Quote Link to comment Share on other sites More sharing options...
Brian Posted April 7, 2012 Group: Members Topic Count: 75 Topics Per Day: 0.02 Content Count: 2223 Reputation: 593 Joined: 10/26/11 Last Seen: June 2, 2018 Share Posted April 7, 2012 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 Quote Link to comment Share on other sites More sharing options...
plankt Posted April 7, 2012 Group: Members Topic Count: 7 Topics Per Day: 0.00 Content Count: 130 Reputation: 43 Joined: 12/11/11 Last Seen: July 16, 2017 Share Posted April 7, 2012 Try to change the values to 0. Quote Link to comment Share on other sites More sharing options...
Question
noobsai
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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.