Advertisement
Guest User

Untitled

a guest
Oct 30th, 2012
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. prontera,200,200,5 script 757,{
  2. OnUpdate:
  3. if( !checkvending() ){
  4. set @Hour,@Hour + 1;
  5. if( @Hour % 5 == 0 ){
  6. //put here if item use (getitem,7227,5 : ItemID,QTY)
  7. //getitem,7227,5;
  8. set #CASHPOINTS, #CASHPOINTS + 10;
  9. dispbottom "Online for 12 Hours +10 Cash Points.";
  10. }
  11. }
  12. }
  13. OnPCLoginEvent:
  14. addtimer 60000,strnpcinfo(0)+"::OnUpdate";
  15. end;
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement