Jump to content
  • 0
Sign in to follow this  
ZelosAvalon

NPC_WEAPONBRAKER HOW WORK ?

Question

how to use NPC_WEAPONBRAKER in a NPC for example:

 

else if ((.@f_rand > 35) && (.@rhea_ran < 40)) {
	specialeffect 1;
	message strcharinfo(0), "your item broke!"
        NPC_WEAPONBRAKER???? (  How to use it on this script ? )
	}

any1 can help me please?

Share this post


Link to post
Share on other sites

9 answers to this question

Recommended Posts

  • 0
I looked, but didn't quite understand how this works, so for my NPC break my weapon, I have to put anythink like: sc_start NPC_WEAPONBREAKER, 0,0,5000;
i dont know who this works, can give me an example, cuz isn't a normal skill, i'ts a weaponbreaker skill, and i dont know if it work like the other skills.

Share this post


Link to post
Share on other sites
  • 0

 

@@ZelosAvalon

 

npcskill "NPC_WEAPONBREAKER",1,60,99;

unfortunately I didn't work, I'm trying to finish an NPC that when you fail an action his weapon will be broken.

I tried that way, but nothing happens!

Edited by ZelosAvalon

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
Answer this question...

×   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...
Sign in to follow this  

×
×
  • Create New...

Important Information

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