danfernando24 Posted January 9, 2020 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 11 Reputation: 1 Joined: 10/30/13 Last Seen: Tuesday at 08:58 PM Share Posted January 9, 2020 Hi, can i request for script that hide the protection stone and appear every 2 hours. If possible, can you also include the unique id to avoid abuse. Thanks in advance Quote Link to comment Share on other sites More sharing options...
0 BeWan Posted January 9, 2020 Group: Members Topic Count: 20 Topics Per Day: 0.01 Content Count: 403 Reputation: 249 Joined: 07/04/19 Last Seen: 4 hours ago Share Posted January 9, 2020 (edited) - script ET_Function -1,{ OnInit: disablenpc "Tower Protection Stone"; disablenpc "Captain Janssen"; end; //OnMinute00: //if ( gettime(3) % 2 ) end; //or OnClock0000: OnClock0100: OnClock0200: OnClock0300: OnClock0400: OnClock0500: OnClock0600: OnClock0700: OnClock0800: OnClock0900: OnClock1000: OnClock1100: OnClock1200: OnClock1300: OnClock1400: OnClock1500: OnClock1600: OnClock1700: OnClock1800: OnClock1900: OnClock2000: OnClock2100: OnClock2200: enablenpc "Tower Protection Stone"; enablenpc "Captain Janssen"; announce "Endless Tower is NOW OPEN!! 30 minutes only until it close!", bc_all; sleep 600000; announce "[ET] 20 minutes left!", bc_all; sleep 600000; announce "[ET] 10 minutes left!", bc_all; sleep 300000; announce "[ET] 5 minutes left!", bc_all; sleep 60000; announce "[ET] 4 minutes left!", bc_all; sleep 60000; announce "[ET] 3 minutes left!", bc_all; sleep 60000; announce "[ET] 2 minutes left!", bc_all; sleep 60000; announce "[ET] 1 minutes left!", bc_all; sleep 60000; disablenpc "Tower Protection Stone"; disablenpc "Captain Janssen"; announce "Endless tower is now closed!", bc_all; end; } Edited January 9, 2020 by BeWan Quote Link to comment Share on other sites More sharing options...
Question
danfernando24
Hi, can i request for script that hide the protection stone and appear every 2 hours.
If possible, can you also include the unique id to avoid abuse.
Thanks in advance
Link to comment
Share on other sites
1 answer 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.