a85771416 Posted October 8, 2016 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 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 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...
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