vegavega 0 Posted February 27, 2016 Weapon Script Weapon Leveling by killing players not working on 3ceam if there is a modification please kindly assist me please here the script {if(#Wkills >= 1){ set lvl1,1; } if(#Wkills >= 2000){ set lvl1,0; set lvl2,1;} if(#Wkills >= 4000){ set lvl1,0; set lvl2,0; set lvl3,1;} if(lvl1==1) { bonus2 bSubRace,RC_DemiHuman,15; bonus2 bSkillAtk,62,7; } if(lvl2==1) { bonus2 bSubRace,RC_DemiHuman,20; bonus2 bSkillAtk,62,14; } if(lvl3==1) { bonus2 bSubRace,RC_DemiHuman,25; bonus2 bSkillAtk,62,20; } bonus bStr,20; bonus bDex,12; bonus bAtkRange,2; },{ specialeffect2 348; },{ dispbottom "You have killed "+#Wkills+" players using an Elite weapon."; } This is Kill CountingDont have map server error here but the script doesn't work i already fix this issue ahah ,, sorry Quote Share this post Link to post Share on other sites