Jump to content
  • 0

Different Buffs per class and job


kalabasa

Question


  • Group:  Members
  • Topic Count:  123
  • Topics Per Day:  0.05
  • Content Count:  478
  • Reputation:   14
  • Joined:  11/30/17
  • Last Seen:  

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

  • 1

  • Group:  Members
  • Topic Count:  19
  • Topics Per Day:  0.00
  • Content Count:  292
  • Reputation:   46
  • Joined:  10/30/12
  • Last Seen:  

Basically normal player group ID is 0 and Group ID 5 is for VIP.

Default setting: https://github.com/rathena/rathena/blob/master/conf/groups.conf

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