MusiLiciouS Posted December 14, 2014 Group: Members Topic Count: 35 Topics Per Day: 0.01 Content Count: 109 Reputation: 2 Joined: 06/04/13 Last Seen: July 19, 2024 Share Posted December 14, 2014 I would like to request a script where one player will be randomly picked every 8pm and will get a reward. For example, it is already 8pm a message will be broadcasted "Bluearies is our lucky player of the day. she won 1 proof of donation" compatible with eathena or rathena please. Thank you very much! Quote Link to comment Share on other sites More sharing options...
arievz Posted December 14, 2014 Group: Members Topic Count: 7 Topics Per Day: 0.00 Content Count: 36 Reputation: 4 Joined: 04/22/13 Last Seen: April 30, 2022 Share Posted December 14, 2014 - script AutoPickEvent -1,{ OnClock2000: while(1) { query_sql "select account_id from `char` where online = 1 order by rand() limit 1", .@aid; attachrid .@aid; if(CheckVending()) { DetachRID(); continue; } announce strcharinfo(0) +" won in Lucky Pick Event.", 0; getitem 7227,1; break; } end; } Quote Link to comment Share on other sites More sharing options...
Doch Posted December 14, 2014 Group: Members Topic Count: 11 Topics Per Day: 0.00 Content Count: 79 Reputation: 6 Joined: 12/10/13 Last Seen: December 21, 2022 Share Posted December 14, 2014 better if also the chosen player isn't a merchant in vending, just as a idea Quote Link to comment Share on other sites More sharing options...
Luciar Posted December 14, 2014 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 177 Reputation: 21 Joined: 01/31/12 Last Seen: March 8, 2020 Share Posted December 14, 2014 better if also the chosen player isn't a merchant in vending, just as a idea if(CheckVending()) { DetachRID(); continue; } Arievz has already taken care of that Quote Link to comment Share on other sites More sharing options...
Doch Posted December 14, 2014 Group: Members Topic Count: 11 Topics Per Day: 0.00 Content Count: 79 Reputation: 6 Joined: 12/10/13 Last Seen: December 21, 2022 Share Posted December 14, 2014 True, I just read the query Quote Link to comment Share on other sites More sharing options...
MusiLiciouS Posted December 14, 2014 Group: Members Topic Count: 35 Topics Per Day: 0.01 Content Count: 109 Reputation: 2 Joined: 06/04/13 Last Seen: July 19, 2024 Author Share Posted December 14, 2014 Gonna try this script 1st .. thank you arievz Quote Link to comment Share on other sites More sharing options...
Question
MusiLiciouS
I would like to request a script where one player will be randomly picked every 8pm and will get a reward.
For example, it is already 8pm a message will be broadcasted "Bluearies is our lucky player of the day. she won 1 proof of donation"
compatible with eathena or rathena please. Thank you very much!
Link to comment
Share on other sites
5 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.