Jump to content
  • 0

Need Help Endless Tower 24 hours


kilua72

Question


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  11
  • Reputation:   0
  • Joined:  03/18/13
  • Last Seen:  

someone please help me to change endless tower cooldown :(
i have try to change

 

 

set .@dun_lim_time,etower_timer+604800; // 1 week

with

set .@dun_lim_time,etower_timer+86400; // 24 hours
 
 

60200,604800,0,0,0,0,0,0,"Endless Tower Effect"

with

60200,86400,0,0,0,0,0,0,"Endless Tower Effect"

 

but it stil didn't works :(

could anyone help me ?

or could anyone give me the script for 1 day cooldown?

 

thanks before :D

Link to comment
Share on other sites

5 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  26
  • Topics Per Day:  0.01
  • Content Count:  95
  • Reputation:   2
  • Joined:  08/23/12
  • Last Seen:  

what is the location of that endless tower?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  11
  • Reputation:   0
  • Joined:  03/18/13
  • Last Seen:  

what is the location of that endless tower?

at the normal place alberta

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  81
  • Topics Per Day:  0.02
  • Content Count:  1654
  • Reputation:   583
  • Joined:  08/09/12
  • Last Seen:  

At first, you have to reset the timer, then you could use your code.

set etower_timer,0;
erasequest 60200;
erasequest 60201;
set party_instance_id,0;
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  11
  • Reputation:   0
  • Joined:  03/18/13
  • Last Seen:  

At first, you have to reset the timer, then you could use your code.

 

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

how to reset the timer??

 

set etower_timer,0;

erasequest 60200;

erasequest 60201;

set party_instance_id,0;

 

change that with??

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  58
  • Reputation:   0
  • Joined:  09/23/12
  • Last Seen:  

Run a script with the information given... it should work.

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