mrlongshen 22 Posted April 16, 2014 can i request @buff, that contains increase agility and blessing ? group id 0~40 Quote Share this post Link to post Share on other sites
0 evilpuncker 503 Posted April 17, 2014 change: bindatcmd "buff", strnpcinfo( 3 )+"::OnBuff"; into: bindatcmd("buff",strnpcinfo(0)+"::OnBuff",0,99); and take of that if ( getgroupid() > 40 ) end; check what do you means sir ? remove the if ( getgroupid() > 40 ) end; ???????? this 1 mrlongshen reacted to this Quote Share this post Link to post Share on other sites
0 Patskie 88 Posted April 16, 2014 - 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;} 1 mrlongshen reacted to this Quote Share this post Link to post Share on other sites
0 evilpuncker 503 Posted April 16, 2014 change: bindatcmd "buff", strnpcinfo( 3 )+"::OnBuff"; into: bindatcmd("buff",strnpcinfo(0)+"::OnBuff",0,99); and take of that if ( getgroupid() > 40 ) end; check 2 WalkingBad and mrlongshen reacted to this Quote Share this post Link to post Share on other sites
0 mrlongshen 22 Posted April 17, 2014 change: bindatcmd "buff", strnpcinfo( 3 )+"::OnBuff"; into: bindatcmd("buff",strnpcinfo(0)+"::OnBuff",0,99); and take of that if ( getgroupid() > 40 ) end; check what do you means sir ? remove the if ( getgroupid() > 40 ) end; ???????? Quote Share this post Link to post Share on other sites
0 mrlongshen 22 Posted April 17, 2014 change: bindatcmd "buff", strnpcinfo( 3 )+"::OnBuff"; into: bindatcmd("buff",strnpcinfo(0)+"::OnBuff",0,99); and take of that if ( getgroupid() > 40 ) end; check what do you means sir ? remove the if ( getgroupid() > 40 ) end; ???????? this so gm also can use this command right ? Quote Share this post Link to post Share on other sites
0 evilpuncker 503 Posted April 18, 2014 well, 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; Quote Share this post Link to post Share on other sites
0 Ragnar Lothbrok 21 Posted April 18, 2014 is it possible to make it target? like when i use @buff the mouse arrow will become like when using skills, and you can use it on players... i want to use it for complete buffs, in one click.. Quote Share this post Link to post Share on other sites
0 mrlongshen 22 Posted April 18, 2014 well, 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; ok thanks bro Quote Share this post Link to post Share on other sites
can i request @buff, that contains increase agility and blessing ?
group id 0~40
Share this post
Link to post
Share on other sites