Jump to content
  • 0

Request Script That Give Item Monthly Or Daily


Checkmate

Question


  • Group:  Members
  • Topic Count:  96
  • Topics Per Day:  0.02
  • Content Count:  554
  • Reputation:   14
  • Joined:  09/24/12
  • Last Seen:  

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


  • Group:  Members
  • Topic Count:  48
  • Topics Per Day:  0.01
  • Content Count:  1125
  • Reputation:   236
  • Joined:  07/30/12
  • Last Seen:  


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;

}

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  96
  • Topics Per Day:  0.02
  • Content Count:  554
  • Reputation:   14
  • Joined:  09/24/12
  • Last Seen:  

Ok.. itry to use it.. If got any prob i post here.. thx anakid.. ^^

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  96
  • Topics Per Day:  0.02
  • Content Count:  554
  • Reputation:   14
  • Joined:  09/24/12
  • Last Seen:  

OK.. No problem.. Problem Is Solved ^^ Thanks anakid ^^

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  98
  • Topics Per Day:  0.02
  • Content Count:  1302
  • Reputation:   77
  • Joined:  12/04/12
  • Last Seen:  

OK.. No problem.. Problem Is Solved ^^ Thanks anakid ^^

 

how to change to daily reward ?

Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  33
  • Topics Per Day:  0.01
  • Content Count:  1268
  • Reputation:   382
  • Joined:  02/03/12
  • Last Seen:  

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. :)

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  98
  • Topics Per Day:  0.02
  • Content Count:  1302
  • Reputation:   77
  • Joined:  12/04/12
  • Last Seen:  

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 ?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...