noobsai Posted February 20, 2012 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
0 Aleos Posted February 20, 2012 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
darking123 Posted April 7, 2012 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
Lilith Posted April 7, 2012 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
Brian Posted April 7, 2012 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
darking123 Posted April 7, 2012 Posted April 7, 2012 sir brian so i will only change it in quest_db.txt??? i wont configure y endlesstower script anymore?? Quote
Brian Posted April 7, 2012 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
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
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.