Advertisement
akbare

VIP check timer

Dec 13th, 2021
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. - script VIP_STATUSs -1,{
  2. OnPCLoginEvent:
  3. if ( vip_status(1) ) {
  4. //sc_start SC_EXPBOOST,1000*60*60*24,0;
  5. set .@Timer, vip_status(2);
  6. dispbottom "You're VIP.";
  7. dispbottom "=============================================";
  8. dispbottom "Account Status : VIP Account";
  9. dispbottom "Account Status : Get more buff on healer npc";
  10. dispbottom "Account Status : Exp & Job Increase 50%";
  11. dispbottom "Account Status : Drop Increase 20%";
  12. dispbottom "Time left : "+ callfunc("Time2Str",.@Timer);
  13. dispbottom "============================================";
  14. end;
  15. }
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement