maynard 0 Posted April 3, 2014 An array of custom head gear equipments my custom head gear id = 6900,6901,6902,6903 Lord knight card can not be compounded or disabled the effect of the card on my custom head gear if you insert it. You can compound the Lord knight card normally on other head gear except from the Head gear that listed in the array. Then for easy use maybe a callfunc will do. 4357,,,,,,,,,{callfunc "prevent_compound";skill "LK_BERSERK",1; bonus bMaxHPrate,-50;}{}{} Quote Share this post Link to post Share on other sites
0 evilpuncker 503 Posted April 3, 2014 callfunc "prevent",1,cardIDhere;function script prevent {if( isequippedcnt( getarg(1) ) > 0 ) { successremovecards getarg(0); end;} try this Quote Share this post Link to post Share on other sites
0 maynard 0 Posted April 3, 2014 Thank you, Its working.. Quote Share this post Link to post Share on other sites
Share this post
Link to post
Share on other sites