hello this my current script for normal buffer how about if i want make VIP member group get a CP and Link?(VIP GROUP ID 5
prontera,150,181,4 script Healer#h1-1::Healer 533,{
emotion 21;
while( .@i < .sc_size ){
sc_end .sc_status[.@i];
set .@i,.@i + 1;
}
sc_start SC_BLESSING,.buff_duration,10;
sc_start SC_INCREASEAGI,.buff_duration,10;
sc_start SC_GLORIA,.buff_duration,5;
sc_start SC_ASPDPOTION2,.buff_duration,0;
sc_start SC_MAGNIFICAT,.buff_duration,10;
sc_start SC_SUFFRAGIUM,.buff_duration,10;
sc_start SC_ASSUMPTIO,.buff_duration,10;
percentheal 100,100;
dispbottom "Thanks.";
while( getbrokenid(1) )
// repair getbrokenid(1);
repairall;
// atcommand "@repairall";
end;
OnInit:
set .buff_duration,600000;
setarray .sc_status,
SC_STONE,SC_FREEZE,SC_STUN,SC_SLEEP,SC_POISON,SC_CURSE,SC_SILENCE,SC_CONFUSION,SC_BLIND,SC_BLEEDING,
SC_QUAGMIRE,SC_AETERNA,SC_HALLUCINATION,SC_SLOWDOWN,SC_BERSERK,SC_CHANGEUNDEAD,
SC_STRIPWEAPON,SC_STRIPSHIELD,SC_STRIPARMOR,SC_STRIPHELM;
set .sc_size,getarraysize( .sc_status );
waitingroom " H e a l e r",0;
end;
}
bump