Here is my Daily Points/Event Token with my own twist to it.
1. There is an IP Checker, It can be redeemed once per IP every 24 hours upon login.
if((getd("$G_LIP_"+@lastIP$)+(60*60*24)) <= @now) {
Change 60*60*24 to the time you want. It is set for 24 hours right now.
2. You can either set it to give an item or points
//getitem 7227,1;
//set(#pvppoints,#pvppoints+10);
You can change the ID of the item and the amount.
You can also use points if you want, just change the variable and the amount to your liking.
daily.txt