Littlefoot Posted December 30, 2013 Posted December 30, 2013 Anyone has a Script like Hourly Points but the timer only count every 30 mins? And It doesn't restrict to those who use pub and afk. Only for the players who are using @autotrade Prizes will be in a Kafra Points and 30 YGG Berries Thanks up Quote
Dynasty Posted December 30, 2013 Posted December 30, 2013 Im really sure that if you search on the forum you'll find something like that. Quote
Littlefoot Posted December 31, 2013 Author Posted December 31, 2013 I only found cash point as a prize. I do searching anyways Quote
Patskie Posted December 31, 2013 Posted December 31, 2013 Then get that script and replace #CASHPOINTS by #KAFRAPOINTS and use getitem 607, 30; for berries Quote
AnnieRuru Posted January 2, 2014 Posted January 2, 2014 http://www.eathena.ws/board/index.php?s=&showtopic=269705&view=findpost&p=1479382 - script ksdfskjfhs -1,{ OnPCLoginEvent: dispbottom "Your timer starts now. You Will receive 1 kafra points after being online for 30 minutes"; while (1) { if ( checkvending() != 2 ) { .@hourpointtick++; if ( .@hourpointtick > .tick ) { dispbottom "You have received 1 kafra point"; #KAFRAPOINTS = #KAFRAPOINTS + 1; getitem 607, 30; .@hourpointtick = 0; } } sleep2 .sleeploop; } end; // doesn't read OnInit: .sleeploop = 30000; // every 30 seconds .tick = 60; // loop 60 times of 30 seconds == 30 minutes end; } Quote
Question
Littlefoot
Anyone has a Script like Hourly Points but the timer only count every 30 mins? And It doesn't restrict to those who use pub and afk. Only for the players who are using @autotrade
Prizes will be in a Kafra Points and 30 YGG Berries
Thanks
up
4 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.