Send RODex Mail to ALL ONLINE

Virtue

New member
Messages
259
Points
0
Hey everyone,

Does anyone know if we can utilize RODex as sending mail for all online users via script? If so, how?

 
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.

 
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.

 
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!

 
Back
Top