rodex
		
		
		
		Jump to navigation
		Jump to search
		
RodEx (Alt: Ragnarok Online Delivery Express) is a mail system built into the user interface of the client. It allows players to mail other players with text, items and zeny.
Syntax
- rodex [<open|close|list|refresh|nextpage|maillist|read|getitems|getzeny|delete|write|cancel|settarget|settitle|setbody|setzeny|add|remove|itemslist|draft|send>]
 
Subcommands
- rodex open [<type>]
 
| Value | Description |  
 | 
|---|---|---|
| 0 or empty | Send request to open "Normal" rodex mailbox | |
| 1 | Send request to open "Notice" rodex mailbox | |
| 2 | Send request to open "Return" rodex mailbox | 
- rodex close
 - Close rodex mailbox.
 
- rodex list
 - List your first page of rodex mail. The list is read from the OpenKore cache.
 
- rodex refresh
 - Send request to refresh and update rodex mailbox.
 
- rodex nextpage
 - Request and get the next page of rodex mail.
 
- rodex maillist
 - Show ALL messages from ALL pages of rodex mail that you have already read in this rodex session.
 
- rodex read <mail_#>
 - rodex read <mail_id>
 - <mail_#> - index of mail (number integer).
 - <mail_id> - id of mail (number integer).
 - Open the selected Rodex mail.
 
- rodex getitems
 - rodex getitems <mail_#>
 - rodex getitems <mail_id>
 - Request ang get items of current rodex mail.
 
- rodex getzeny
 - rodex getzeny <mail_#>
 - rodex getzeny <mail_id>
 - Request and get zeny of current rodex mail.
 
- rodex delete <mail_#>
 - rodex delete <mail id>
 - Delete selected rodex mail.
 
- rodex write
 - rodex write self
 - rodex write <player_name>
 - <player name> - name of player that you want to send a rodex message.
 - self - OpenKore will automatically substitute the player’s name.
 - Open a box to start write a rodex mail. The default subject line is "TITLE".
 
- rodex cancel
 - Close rodex mail write box.
 
- rodex settarget self
 - rodex settarget <player_name>
 - <player name> - name of player that you want to send a rodex message.
 - self - OpenKore will automatically substitute the player’s name.
 - Set target of rodex mail.
 
- rodex settitle <title>
 - <title> - title of rodex mail.
 - Set\replace current title of rodex mail.
 
- rodex setbody <body>
 - <body> - text of rodex mail body.
 - Set\replace rodex mail body.
 
- rodex setzeny <amount>
 - <amount> - zeny amount that you want to send in rodex mail.
 - Set zeny amount in rodex mail.
 
- rodex add <item_#> <amount>
 - <item_#> - number of item index in inventory (number integer) to get inventory index type console command i
 - <amount> - amount that you want add from rodex mail. (OPTIONAL)
 - Add a item from inventory in rodex mail box. If you do not specify <amount>, then 1 piece is added to the letter.
 - By default, 5 different items can be attached to one letter. This number can be changed in the rodexMaxItems config parameter.
 
- rodex remove <item_#> <amount>
 - <item_#> -  number of item index in rodex mail (number integer). The item number can be found using the console command 
rodex itemslist. - <amount> - amount that you want remove from rodex mail. (OPTIONAL)
 - Remove a item or amount of item from rodex mail. If you do not specify <amount>, then all items are removed from the letter.
 
- rodex itemslist
 - Show current list of items in mail box that you are writting.
 
- rodex draft
 - Show a draft of the email being sent. The draft contains information about the recipient, subject, text, number of items, number of zeny.
 
- rodex send
 - Send finished rodex mail.
 
