Checkmate Posted June 19, 2013 Group: Members Topic Count: 96 Topics Per Day: 0.02 Content Count: 554 Reputation: 14 Joined: 09/24/12 Last Seen: November 20, 2024 Share Posted June 19, 2013 Olaaa.. To all rathena's ^^I was wonder if anyone can give to me or help me make script that can give present to all player that click on it by monthly. I was already found one but it seem like cannot be used..And i dont understand it.. Here http://rathena.org/board/topic/58415-request-monthly-reward/ Anyone??? Quote Link to comment Share on other sites More sharing options...
Jaburak Posted June 19, 2013 Group: Members Topic Count: 48 Topics Per Day: 0.01 Content Count: 1125 Reputation: 236 Joined: 07/30/12 Last Seen: April 13 Share Posted June 19, 2013 prontera,155,181,5 script Sample 757,{ setarray .ItemID[0],512; setarray .Amount[0],1; if( #MonthlyReward != gettime(6) ){ getitem .ItemID[gettime(6)],.Amount[gettime(6)]; set #MonthlyReward,gettime(6); mes "You have grant an item for this month."; }else{ mes "You cant take a reward again this month."; } close; } Quote Link to comment Share on other sites More sharing options...
Checkmate Posted June 20, 2013 Group: Members Topic Count: 96 Topics Per Day: 0.02 Content Count: 554 Reputation: 14 Joined: 09/24/12 Last Seen: November 20, 2024 Author Share Posted June 20, 2013 Ok.. itry to use it.. If got any prob i post here.. thx anakid.. ^^ Quote Link to comment Share on other sites More sharing options...
Checkmate Posted July 11, 2013 Group: Members Topic Count: 96 Topics Per Day: 0.02 Content Count: 554 Reputation: 14 Joined: 09/24/12 Last Seen: November 20, 2024 Author Share Posted July 11, 2013 OK.. No problem.. Problem Is Solved ^^ Thanks anakid ^^ Quote Link to comment Share on other sites More sharing options...
mrlongshen Posted July 19, 2013 Group: Members Topic Count: 98 Topics Per Day: 0.02 Content Count: 1302 Reputation: 79 Joined: 12/04/12 Last Seen: September 26, 2019 Share Posted July 19, 2013 OK.. No problem.. Problem Is Solved ^^ Thanks anakid ^^ how to change to daily reward ? Quote Link to comment Share on other sites More sharing options...
Skorm Posted July 19, 2013 Group: Forum Moderator Topic Count: 33 Topics Per Day: 0.01 Content Count: 1282 Reputation: 393 Joined: 02/03/12 Last Seen: April 11 Share Posted July 19, 2013 prontera,155,181,5 script Sample 757,{ // Sun, Mon, Tue, Wed, Thu, Fri, Sat. setarray .ItemID[0], 512, 501, 502, 503, 504, 505, 506; setarray .Amount[0], 1 , 2 , 3 , 4 , 5 , 6 , 7 ; if( #MonthlyReward != gettime(4) ){ getitem .ItemID[gettime(4)],.Amount[gettime(4)]; set #MonthlyReward,gettime(4); mes "You have grant an item for this month."; }else{ mes "You cant take a reward again this month."; } close; } Say if you were to get your prize on Monday then wait until next Monday to try and get a prize again it wouldn't let you. Quote Link to comment Share on other sites More sharing options...
mrlongshen Posted July 19, 2013 Group: Members Topic Count: 98 Topics Per Day: 0.02 Content Count: 1302 Reputation: 79 Joined: 12/04/12 Last Seen: September 26, 2019 Share Posted July 19, 2013 prontera,155,181,5 script Sample 757,{ // Sun, Mon, Tue, Wed, Thu, Fri, Sat. setarray .ItemID[0], 512, 501, 502, 503, 504, 505, 506; setarray .Amount[0], 1 , 2 , 3 , 4 , 5 , 6 , 7 ; if( #MonthlyReward != gettime(4) ){ getitem .ItemID[gettime(4)],.Amount[gettime(4)]; set #MonthlyReward,gettime(4); mes "You have grant an item for this month."; }else{ mes "You cant take a reward again this month."; } close; } Say if you were to get your prize on Monday then wait until next Monday to try and get a prize again it wouldn't let you. sir can u make it a cash point ? Quote Link to comment Share on other sites More sharing options...
Question
Checkmate
Olaaa.. To all rathena's ^^
I was wonder if anyone can give to me or help me make script that can give present to all player that click on it by monthly.
I was already found one but it seem like cannot be used..
And i dont understand it.. Here
Anyone???
Link to comment
Share on other sites
6 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.