mrlongshen
Noobies
can i request @buff, that contains increase agility and blessing ?
group id 0~40
group id 0~40
- script Sample -1,{ OnInit: bindatcmd "buff", strnpcinfo( 3 )+"::OnBuff"; end; OnBuff: if ( getgroupid() > 40 ) end; specialeffect2 EF_INCAGILITY; sc_start SC_INC_AGI,240000,10; specialeffect2 EF_BLESSING; sc_start SC_BLESSING,240000,10; end;}
what do you means sir ?change:
bindatcmd "buff", strnpcinfo( 3 )+"::OnBuff";
into:
bindatcmd("buff",strnpcinfo(0)+"::OnBuff",0,99);
and take of that if ( getgroupid() > 40 ) end; check![]()
thiswhat do you means sir ?change:
bindatcmd "buff", strnpcinfo( 3 )+"::OnBuff";
into:
bindatcmd("buff",strnpcinfo(0)+"::OnBuff",0,99);
and take of that if ( getgroupid() > 40 ) end; check![]()
remove the if ( getgroupid() > 40 ) end; ????????
so gm also can use this command right ?thiswhat do you means sir ?change:
bindatcmd "buff", strnpcinfo( 3 )+"::OnBuff";
into:
bindatcmd("buff",strnpcinfo(0)+"::OnBuff",0,99);
and take of that if ( getgroupid() > 40 ) end; check![]()
remove the if ( getgroupid() > 40 ) end; ????????
ok thanks browell, anyone can use this command (from lvl 0 to lvl 99) if you really want so that gms of lvl 40 or more don't use it, then add back:
if ( getgroupid() >= 40 ) end;
We use essential cookies to make this site work, and optional cookies to enhance your experience.