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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...

×
×
  • Create New...

Important Information

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