Littlefoot Posted December 30, 2013 Group: Members Topic Count: 70 Topics Per Day: 0.01 Content Count: 203 Reputation: 1 Joined: 05/11/12 Last Seen: July 30, 2016 Share 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 Link to comment Share on other sites More sharing options...
Dynasty Posted December 30, 2013 Group: Members Topic Count: 24 Topics Per Day: 0.01 Content Count: 151 Reputation: 5 Joined: 11/09/12 Last Seen: September 14, 2014 Share Posted December 30, 2013 Im really sure that if you search on the forum you'll find something like that. Quote Link to comment Share on other sites More sharing options...
Littlefoot Posted December 31, 2013 Group: Members Topic Count: 70 Topics Per Day: 0.01 Content Count: 203 Reputation: 1 Joined: 05/11/12 Last Seen: July 30, 2016 Author Share Posted December 31, 2013 I only found cash point as a prize. I do searching anyways Quote Link to comment Share on other sites More sharing options...
Patskie Posted December 31, 2013 Group: Members Topic Count: 50 Topics Per Day: 0.01 Content Count: 1702 Reputation: 241 Joined: 09/05/12 Last Seen: 16 hours ago Share Posted December 31, 2013 Then get that script and replace #CASHPOINTS by #KAFRAPOINTS and use getitem 607, 30; for berries Quote Link to comment Share on other sites More sharing options...
AnnieRuru Posted January 2, 2014 Group: Members Topic Count: 18 Topics Per Day: 0.00 Content Count: 2044 Reputation: 682 Joined: 10/09/12 Last Seen: December 20, 2020 Share 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 Link to comment Share on other sites More sharing options...
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
Link to comment
Share on other sites
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.