Virtue 10 Posted October 8, 2019 Hey everyone, Does anyone know if we can utilize RODex as sending mail for all online users via script? If so, how? Quote Share this post Link to post Share on other sites
0 Dastgir 1246 Posted October 8, 2019 1 hour ago, Virtue said: Hey everyone, Does anyone know if we can utilize RODex as sending mail for all online users via script? If so, how? Check script commands: rodex_sendmail_acc and getunits Basically, Iterate over all getunits(BL_PC, ...) and save the account ID's in an array and then use those accountID to do any operation you like, like sending rodex mail (rodex_sendmail_acc command), or you can even use charID to send rodex mail(rodex_sendmail). It's not required to save Array, and instead you can directly loop over getunits and use rodex_sendmail command inside the loop. 1 Tsuuu reacted to this Quote Share this post Link to post Share on other sites
0 Virtue 10 Posted October 8, 2019 can you give a sample usage? Or, if @AnnieRuru can set an example script that'd be super helpful. I think it'd help most of the users interested in maximizing this feature. Quote Share this post Link to post Share on other sites
0 Tsuuu 11 Posted October 9, 2019 11 hours ago, Virtue said: can you give a sample usage? Or, if @AnnieRuru can set an example script that'd be super helpful. I think it'd help most of the users interested in maximizing this feature. lol, he's already delivered almost everything. sorry my answer, I'm kind of out of time if I wouldn't write the script for you, maybe another day! Quote Share this post Link to post Share on other sites
Hey everyone,
Does anyone know if we can utilize RODex as sending mail for all online users via script? If so, how?
Share this post
Link to post
Share on other sites