Jump to content
  • 0

have any know the use of ROA_PARAM in random option system?


Question

Posted (edited)

As the title says

"script_command.txt" just write "ROA_PARAM - Param field of current option"

but I don't find and script use "ROA_PARAM"

 

have any know the use of ROA_PARAM in random option system?

how to set param or just give any number?

Edited by a85771416

2 answers to this question

Recommended Posts

  • 0
Posted

ROA_PARAM is currently (officially) unused.
But of course u can use it. Simply say, it's just 'another' value.
If u read current item_randomopt_db.txt, the bonuses there aren't using bonus with 'another values'.

Example

RDMOPT_ATTR_TOLERACE_GROUND,{ bonus2 bSubEle,Ele_Earth,getrandomoptinfo(ROA_VALUE); }

You also can change the 'Ele_Earth' as ROA_VALUE then the ROA_PARAM is the tolerance value, such

RDMOPT_ATTR_TOLERACE_GROUND,{ bonus2 bSubEle,getrandomoptinfo(ROA_VALUE),getrandomoptinfo(ROA_PARAM); }

But, u have to do setrandomoption correctly. And need to edit the lua on client.

  • 0
Posted

ROA_PARAM is currently (officially) unused.

But of course u can use it. Simply say, it's just 'another' value.

If u read current item_randomopt_db.txt, the bonuses there aren't using bonus with 'another values'.

Example

RDMOPT_ATTR_TOLERACE_GROUND,{ bonus2 bSubEle,Ele_Earth,getrandomoptinfo(ROA_VALUE); }

You also can change the 'Ele_Earth' as ROA_VALUE then the ROA_PARAM is the tolerance value, such

RDMOPT_ATTR_TOLERACE_GROUND,{ bonus2 bSubEle,getrandomoptinfo(ROA_VALUE),getrandomoptinfo(ROA_PARAM); }

But, u have to do setrandomoption correctly. And need to edit the lua on client.

thank you for your descant

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