Jump to content
  • 0

Help Finishing a Script


Kalimus

Question


  • Group:  Members
  • Topic Count:  15
  • Topics Per Day:  0.01
  • Content Count:  27
  • Reputation:   0
  • Joined:  06/17/17
  • Last Seen:  

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

  • 0

  • Group:  Members
  • Topic Count:  99
  • Topics Per Day:  0.02
  • Content Count:  623
  • Reputation:   94
  • Joined:  05/11/12
  • Last Seen:  

Use this:

 

        if( getgroupid() < 1) {
            end;
        }

 

Edited by Kakaroto
  • Upvote 2
Link to comment
Share on other sites

  • 0

  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10013
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

if (!vip_status(VIP_STATUS_ACTIVE)) end;

add on top of the script.

  • Upvote 1
Link to comment
Share on other sites

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.

×
×
  • Create New...