Jump to content
  • 0
Sign in to follow this  
jpnazar

Need this script command in item

Question

Able to use Bio Cannibalize lvl 5. (Still needs 1 plant bottle to use this skill). Increase Acid Demonstration damage by 5%. Applicable to all jobs.

Share this post


Link to post
Share on other sites

1 answer to this question

Recommended Posts

  • 0

Is it a script for an usable or an equippable item? If it's for an usable item you can't do that AD damage increase.

 

Supposing this is for an equippable item and you want to give the bonus only when the item is equipped, its script should be:

skill 232,5,1; bonus2 bSkillAtk,CR_ACIDDEMONSTRATION,5;

Its equippable job value should be 0xFFFFFFFF and its upper value should be 15.

 

Since you haven't specified more info for the item, creating the rest of it is up to you. Refer to /doc/item_db.txt for more documentation about item creations, and /doc/item_bonus.txt for more information on item bonuses. The new item should be place in /db/item_db2.txt. Make sure new item ID doesn't collide with an existent one (unless you want to overwrite it) and you should be good to go making that new item.

 

If you want a sprite and a description for the item, you'll have touse /db/item_avail.txt if you want to copy existent ones or add them to your client-side.

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

×
×
  • Create New...

Important Information

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