Jump to content
  • 0

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


a85771416

Question


  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  17
  • Reputation:   7
  • Joined:  08/19/16
  • Last Seen:  

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
Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

  • Group:  Developer
  • Topic Count:  153
  • Topics Per Day:  0.04
  • Content Count:  2285
  • Reputation:   745
  • Joined:  06/16/12
  • Last Seen:  

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.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  17
  • Reputation:   7
  • Joined:  08/19/16
  • Last Seen:  

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

Link to comment
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.   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.

×
×
  • Create New...