kalabasa Posted June 28, 2021 Group: Members Topic Count: 123 Topics Per Day: 0.05 Content Count: 478 Reputation: 14 Joined: 11/30/17 Last Seen: January 23 Share Posted June 28, 2021 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 Quote Link to comment Share on other sites More sharing options...
1 mrfizi Posted June 28, 2021 Group: Members Topic Count: 20 Topics Per Day: 0.00 Content Count: 383 Reputation: 78 Joined: 10/30/12 Last Seen: March 17 Share Posted June 28, 2021 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 1 Quote Link to comment Share on other sites More sharing options...
Question
kalabasa
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.