Jump to content
  • 0
Sign in to follow this  
Creek

Endless Tower com bug?

Question

Alterei o delay dá torre sem fim e mesmo assim ela não deixa eu entrar veja :

 

3m6IREa.jpg

 

 

Script:

 

		set .@dun_lim_time,etower_timer+0; // 1 week		set .@dun_lim_time2,etower_timer+14400; // 4 hours		set .@dun_cur_time,gettimetick(2);		set .@dun_ent_t,(.@dun_lim_time - .@dun_cur_time);		set .@dun_h,(.@dun_ent_t / 3600);		set .@dun_m,(.@dun_ent_t - (.@dun_h * 3600)) / 60;		set .@dun_s,.@dun_ent_t - ((.@dun_h * 3600) + (.@dun_m * 60));

 

Share this post


Link to post
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.