Aya Posted October 30, 2012 Group: Members Topic Count: 35 Topics Per Day: 0.01 Content Count: 125 Reputation: 2 Joined: 08/27/12 Last Seen: June 7, 2023 Share Posted October 30, 2012 I already tried this: http://rathena.org/board/topic/69306-endless-tower-cooldown/ But failed to work on me . Can someone help me? Thank you! When I apply Brian's advice (changing it to quest_db.txt) it displays a negative value in the time. Also, search and change the time in the script: set .@dun_lim_time,etower_timer+604800; // 1 week set .@dun_lim_time2,etower_timer+14400; // 4 hours also did that nothing changed. would be nice if there is a working script for the purification stone EDIT : i tried editing those again, the result is like this for the old chars who entered the tower before i changed those values. Quote Link to comment Share on other sites More sharing options...
Aya Posted November 1, 2012 Group: Members Topic Count: 35 Topics Per Day: 0.01 Content Count: 125 Reputation: 2 Joined: 08/27/12 Last Seen: June 7, 2023 Author Share Posted November 1, 2012 BUMP~ Quote Link to comment Share on other sites More sharing options...
AnnieRuru Posted November 1, 2012 Group: Members Topic Count: 18 Topics Per Day: 0.00 Content Count: 2044 Reputation: 682 Joined: 10/09/12 Last Seen: December 20, 2020 Share Posted November 1, 2012 Setup a NPC to remove previous variables. set etower_timer,0; erasequest 60200; erasequest 60201; set party_instance_id,0; this is the answershut down your server and apply this SQL script delete from global_reg_value where str = 'etower_timer'; delete from global_reg_value where str = 'party_instance_id'; delete from quest where quest_id = 60200; delete from quest where quest_id = 60201; 1 Quote Link to comment Share on other sites More sharing options...
Aya Posted November 2, 2012 Group: Members Topic Count: 35 Topics Per Day: 0.01 Content Count: 125 Reputation: 2 Joined: 08/27/12 Last Seen: June 7, 2023 Author Share Posted November 2, 2012 Setup a NPC to remove previous variables. set etower_timer,0; erasequest 60200; erasequest 60201; set party_instance_id,0; this is the answerHi Annie! <3 How can I set this one? I don't know how to =( Quote Link to comment Share on other sites More sharing options...
Emistry Posted November 2, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share Posted November 2, 2012 Hi Annie! <3 How can I set this one? I don't know how to =( shut down your server and apply this SQL script delete from global_reg_value where str = 'etower_timer'; delete from global_reg_value where str = 'party_instance_id'; delete from quest where quest_id = 60200; delete from quest where quest_id = 60201; Quote Link to comment Share on other sites More sharing options...
Aya Posted November 2, 2012 Group: Members Topic Count: 35 Topics Per Day: 0.01 Content Count: 125 Reputation: 2 Joined: 08/27/12 Last Seen: June 7, 2023 Author Share Posted November 2, 2012 Hi Annie! <3 How can I set this one? I don't know how to =( shut down your server and apply this SQL script delete from global_reg_value where str = 'etower_timer'; delete from global_reg_value where str = 'party_instance_id'; delete from quest where quest_id = 60200; delete from quest where quest_id = 60201; Yup master Emistry, how can I apply that SQL Script? Where? hmm sorry I don't anything about SQL Quote Link to comment Share on other sites More sharing options...
Emistry Posted November 2, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share Posted November 2, 2012 http://www.youtube.com/watch?v=XoX1LCm4Zyw Quote Link to comment Share on other sites More sharing options...
Question
Aya
I already tried this: http://rathena.org/board/topic/69306-endless-tower-cooldown/
But failed to work on me . Can someone help me? Thank you!
When I apply Brian's advice (changing it to quest_db.txt) it displays a negative value in the time.
Link to comment
Share on other sites
6 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.