a85771416 Posted October 8, 2016 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 17 Reputation: 7 Joined: 08/19/16 Last Seen: November 9, 2021 Share Posted October 8, 2016 (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 October 8, 2016 by a85771416 Quote Link to comment Share on other sites More sharing options...
0 Cydh Posted October 9, 2016 Group: Developer Topic Count: 153 Topics Per Day: 0.03 Content Count: 2285 Reputation: 748 Joined: 06/16/12 Last Seen: February 21 Share Posted October 9, 2016 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. Quote Link to comment Share on other sites More sharing options...
0 a85771416 Posted October 9, 2016 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 17 Reputation: 7 Joined: 08/19/16 Last Seen: November 9, 2021 Author Share Posted October 9, 2016 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 Quote Link to comment Share on other sites More sharing options...
Question
a85771416
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 a85771416Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.