Jump to content
  • 0
kalabasa

Different Buffs per class and job

Question

basically i want all 1st 2nd and high class to recieve free buffs from the healer

if (Class > 4007) end;
        sc_start SC_IMPOSITIO,240000,5;
        specialeffect2 84;

also i do have special buffs for vip users im using group ID 0

if(vip_status(VIP_STATUS_ACTIVE)){
        sc_start SC_INCREASEAGI,300000,10;
        specialeffect2 37;
        sc_start SC_BLESSING,300000,10;
        specialeffect2 42;

but VIP players cannot recieve any buffs from the healer npc and 1st to high class can get buffs

Link to comment
Share on other sites

1 answer 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.

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...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.