prontera,155,181,5 script Sample 757,{
LabelOne:
percentheal 100,100;
end;
LabelTwo:
if( !countitem( 29171 ) ){
dispbottom "You need 1 "+getitemname( 29171 )+" to use this.";
}else{
skilleffect 34,0; sc_start SC_BLESSING,360000,10;
skilleffect 29,0; sc_start SC_INCREASEAGI,360000,10;
}
end;
OnInit:
defpattern 1, "Heal", "LabelOne";
defpattern 1, "Buff", "LabelTwo";
activatepset 1;
end;
}