The forums will be going offline for an extended maintenance period at 1400hrs GMT on 19th June 2025. The number of hours for this downtime is intentionally not advertised due to the nature of these upgrades.
×
- 0
Get ATK boost on VIP time
-
Recently Browsing 0 members
- No registered users viewing this page.
Question
MyNoobScriptz
firstcity,223,208,4 script TEST 10189,{ mes "Vip SALLER"; next; switch( select( "VIP", "NO") ) { case 1: if (vip_status(VIP_STATUS_ACTIVE)){ mes "Your is VIP"; end; } vip_time 5; sc_start SC_BATKFOOD,300000,200; sc_start SC_WATKFOOD,300000,200; mes "VIP 5 MIN ACTIVE"; end; case 2: end; } end; OnPCLoginEvent: if (vip_status(VIP_STATUS_ACTIVE)){ sc_start SC_BATKFOOD,Time2Str(vip_status(VIP_STATUS_REMAINING) + gettimetick(2)),200; sc_start SC_WATKFOOD,Time2Str(vip_status(VIP_STATUS_REMAINING) + gettimetick(2)),200; end; } }
I need to get Atk food and Matk food on vip status.
how can i put time remaining correct on vip time remaining ?
thx for advance!!
Link to comment
Share on other sites
5 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.