Jump to content
  • 0

weapon script db


Question

Posted

hi how to fix this for example my hat added description if you wear +9 weapon aspd +1?

      .@r = getrefine();
      if (.@r>=9) {
         bonus bAspd,1;
        }

 

 

6 answers to this question

Recommended Posts

  • 0
Posted
26 minutes ago, cadz said:

hi how to fix this for example my hat added description if you wear +9 weapon aspd +1?

      .@r = getrefine();
      if (.@r>=9) {
         bonus bAspd,1;
        }

 

 

is it correct but not having an effect? Have you tried to increase the quantity?

  • 0
Posted
38 minutes ago, Hyroshima said:

is it correct but not having an effect? Have you tried to increase the quantity?

the script is from a headgear if he equip + 9 weapon it will trigger +1aspd but its not when i refine the headgear to + 9 it trigger the aspd, the weapon should do the trigger of aspd not the headgear.

  • 0
Posted
6 minutes ago, Hyroshima said:

instead of using getrefine() you should use getequiprefinerycnt(EQI_HAND_R)

thank you so much! can you send me those script guides in db so i can learn more.

  • 0
Posted
40 minutes ago, Hyroshima said:

inside the doc folder there is a script_commands file, there you can use almost everything for item_db (a good part you can)

thank you so much

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.   Paste as plain text instead

  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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...