Vietlubu Posted December 18, 2012 Group: Members Topic Count: 36 Topics Per Day: 0.01 Content Count: 141 Reputation: 24 Joined: 01/19/12 Last Seen: March 30 Share Posted December 18, 2012 (edited) prontera,153,167,6 script NPC 100,{ mes "Hi"; set .Get,1; close; } how to change Get = 0 at tomorrow thank for help! Edited December 18, 2012 by choidk Quote Link to comment Share on other sites More sharing options...
Miles Posted December 18, 2012 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 68 Reputation: 13 Joined: 11/14/11 Last Seen: April 30, 2013 Share Posted December 18, 2012 You could try using: prontera,153,167,6 script NPC 100,{ mes "Hi"; set .Get,1; close; OnHour00: set .Get,0; } When your server hits the 00 Hours, it will set the variable to 0. Now, i don't know if the NPC it's attached by default, but the most probably it's that it's attached by default. (in other words, you don't need to worry, the script will work fine). Good Luck! 1 Quote Link to comment Share on other sites More sharing options...
Vietlubu Posted December 19, 2012 Group: Members Topic Count: 36 Topics Per Day: 0.01 Content Count: 141 Reputation: 24 Joined: 01/19/12 Last Seen: March 30 Author Share Posted December 19, 2012 You could try using: prontera,153,167,6 script NPC 100,{ mes "Hi"; set .Get,1; close; OnHour00: set .Get,0; } When your server hits the 00 Hours, it will set the variable to 0. Now, i don't know if the NPC it's attached by default, but the most probably it's that it's attached by default. (in other words, you don't need to worry, the script will work fine). Good Luck! thank. i try is now. Quote Link to comment Share on other sites More sharing options...
Question
Vietlubu
how to change Get = 0 at tomorrow
thank for help!
Edited by choidkLink to comment
Share on other sites
2 answers 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.