Jump to content
  • 0

+getrefine item bonus script


Question

3 answers to this question

Recommended Posts

  • 1
Posted
1 hour ago, kalabasa said:

skill "AL_DECAGI",1+getrefine();

but the skill exceeds to level 11

supposed to be level 10 only, can someone correct it for me

You just remove that 1

So should be:

skill "AL_DECAGI",getrefine();

 

  • Upvote 1
  • 0
Posted
58 minutes ago, kalabasa said:

skill "AL_DECAGI",1+getrefine();

but the skill exceeds to level 11

supposed to be level 10 only, can someone correct it for me

@r = getrefine(); if(.@r>9) {skill "AL_DECAGI",10; }

 

Do you mean like this ?

  • Like 1

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...