Jump to content
  • 0

Reduced Endless Tower Cooldown Time to 1 Hr.


Aya

Question


  • Group:  Members
  • Topic Count:  35
  • Topics Per Day:  0.01
  • Content Count:  125
  • Reputation:   2
  • Joined:  08/27/12
  • Last Seen:  

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.

555549_3084716535894_2093785269_n.jpg

Link to comment
Share on other sites

6 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  35
  • Topics Per Day:  0.01
  • Content Count:  125
  • Reputation:   2
  • Joined:  08/27/12
  • Last Seen:  

BUMP~

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  18
  • Topics Per Day:  0.00
  • Content Count:  2044
  • Reputation:   682
  • Joined:  10/09/12
  • Last Seen:  

Setup a NPC to remove previous variables.

set etower_timer,0;
erasequest 60200;
erasequest 60201;
set party_instance_id,0;

this is the answer

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;

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  35
  • Topics Per Day:  0.01
  • Content Count:  125
  • Reputation:   2
  • Joined:  08/27/12
  • Last Seen:  

Setup a NPC to remove previous variables.

set etower_timer,0;
erasequest 60200;
erasequest 60201;
set party_instance_id,0;

this is the answer

Hi Annie! <3 How can I set this one? I don't know how to =(

Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10015
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

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;

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  35
  • Topics Per Day:  0.01
  • Content Count:  125
  • Reputation:   2
  • Joined:  08/27/12
  • Last Seen:  

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

Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10015
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

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