Jump to content
vegavega

#wKill Not working ...

Recommended Posts

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 Counting
Dont have map server error here but the script doesn't work

 



i already fix this issue ahah ,, sorry

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.