Vietlubu Posted December 18, 2012 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
Miles Posted December 18, 2012 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
Vietlubu Posted December 19, 2012 Author 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
Question
Vietlubu
how to change Get = 0 at tomorrow
thank for help!
Edited by choidk2 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.