Jump to content
  • 0

Need the stat of VIP users


Question

Posted

Hello , If I want to check with [If statment] if the user has VIP or not  to give a custom buff for them, There's a statement for the VIP?  like 

if(vipuser){
        specialeffect2 EF_INCAGILITY;
        sc_start SC_INCREASEAGI,240000,10;
        specialeffect2 EF_BLESSING;
        sc_start SC_BLESSING,240000,10;
}

 

1 answer to this question

Recommended Posts

  • 0
Posted (edited)
29 minutes ago, Diana said:

Hello , If I want to check with [If statment] if the user has VIP or not  to give a custom buff for them, There's a statement for the VIP?  like 


if(vipuser){
        specialeffect2 EF_INCAGILITY;
        sc_start SC_INCREASEAGI,240000,10;
        specialeffect2 EF_BLESSING;
        sc_start SC_BLESSING,240000,10;
}

 

Hello, you can use vip_status(1)

if (vip_status(1)){
        specialeffect2 EF_INCAGILITY;
        sc_start SC_INCREASEAGI,240000,10;
        specialeffect2 EF_BLESSING;
        sc_start SC_BLESSING,240000,10;
}

 

Edited by Balfear

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...