Kalimus Posted July 2, 2017 Group: Members Topic Count: 15 Topics Per Day: 0.01 Content Count: 27 Reputation: 0 Joined: 06/17/17 Last Seen: May 25, 2020 Share Posted July 2, 2017 Hello. I made this script, and it is a VIP BUFFER... But i don't know how to make ir buff only VIP Players, so it is buffing everyone. If anyone can help me, i appreciate prontera,150,150,3 script VIP BUFFER 4_M_TRAINEE,{ sc_start SC_CASH_PLUSEXP,18000000,100; sc_start SC_FOOD_STR_CASH,18000000,6; sc_start SC_FOOD_AGI_CASH,18000000,6; sc_start SC_FOOD_VIT_CASH,18000000,6; sc_start SC_FOOD_INT_CASH,18000000,6; sc_start SC_FOOD_DEX_CASH,18000000,6; sc_start SC_FOOD_LUK_CASH,18000000,6; sc_start SC_PLUSATTACKPOWER, 18000000, 40; sc_start SC_PLUSMAGICPOWER, 18000000, 40; } Quote Link to comment Share on other sites More sharing options...
0 Kakaroto Posted July 2, 2017 Group: Members Topic Count: 99 Topics Per Day: 0.02 Content Count: 638 Reputation: 95 Joined: 05/11/12 Last Seen: 15 hours ago Share Posted July 2, 2017 (edited) Use this: if( getgroupid() < 1) { end; } Edited July 2, 2017 by Kakaroto 2 Quote Link to comment Share on other sites More sharing options...
0 Emistry Posted July 3, 2017 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share Posted July 3, 2017 if (!vip_status(VIP_STATUS_ACTIVE)) end; add on top of the script. 1 Quote Link to comment Share on other sites More sharing options...
Question
Kalimus
Hello.
I made this script, and it is a VIP BUFFER... But i don't know how to make ir buff only VIP Players, so it is buffing everyone.
If anyone can help me, i appreciate
prontera,150,150,3 script VIP BUFFER 4_M_TRAINEE,{
sc_start SC_CASH_PLUSEXP,18000000,100;
sc_start SC_FOOD_STR_CASH,18000000,6;
sc_start SC_FOOD_AGI_CASH,18000000,6;
sc_start SC_FOOD_VIT_CASH,18000000,6;
sc_start SC_FOOD_INT_CASH,18000000,6;
sc_start SC_FOOD_DEX_CASH,18000000,6;
sc_start SC_FOOD_LUK_CASH,18000000,6;
sc_start SC_PLUSATTACKPOWER, 18000000, 40;
sc_start SC_PLUSMAGICPOWER, 18000000, 40;
}
Link to comment
Share on other sites
2 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.