- Id: 55073
AegisName: _Cocodrilo_Charm
Name: Cocodrilo Charm
Type: Charm
Buy: 948
Weight: 10
Trade:
NoSell: true
NoDrop: true
Script: |
if ( countitem( 55073 ) < 2){
bonus bDef2,1;
bonus bAllStats,5;
bonus bAddMaxWeight,10000;
bonus2 bAddClass,Class_All,10;
bonus2 bMagicAddClass,Class_All,10;
skill 257,5;
skill 249,5;
} else {
message strcharinfo(0),"You can only use 1x "+getitemname(55073)+"! All same charm(s) has been disabled.";
bonus bDef2,1;
}
Try this.