Jump to content
  • 0

Reduced Endless Tower Cooldown Time to 1 Hr.


Question

Posted

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

6 answers to this question

Recommended Posts

Posted

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
Posted

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 =(

Posted

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;

Posted

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

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...