just use cash daily script.. but use VIP check..
ehmm..
- script hourlypoints -1,{
//--Start of the Script
OnPCLoginEvent:
attachnpctimer ""+strcharinfo(0)+"";
initnpctimer;
end;
OnTimer60000:
set @minute, @minute + 1;
if(@minute == 1440) && (vip_status(1) {
set @minute,0;
set .@point_amt, 5; //Points to get every 24 hour
set #CASHPOINTS, #CASHPOINTS + .@point_amt;
dispbottom "You received "+.@point_amt+" Cash points by staying ingame for 24 hour";
dispbottom "Current Balance = "+#CASHPOINTS+" Cash points";
set @consecutive_hour, @consecutive_hour + 1;
}
stopnpctimer;
initnpctimer;
end;
}
//--End of the Script
Didnt test it yet, but give a try