a85771416 Posted October 8, 2016 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
0 Cydh Posted October 9, 2016 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
0 a85771416 Posted October 9, 2016 Author 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
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 a857714162 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.