card: Difference between revisions
Jump to navigation
Jump to search
(Created page with ';card list :Show a list of cards in your inventory. ---- ;card use (<card #>) :<card #> :::- a corresponding number from the card list when you use the card list command. …') |
(Example) |
||
Line 54: | Line 54: | ||
:'''''Note.''''' This command only checks if the items exist in the inventory, so it's possible to screw up with this. | :'''''Note.''''' This command only checks if the items exist in the inventory, so it's possible to screw up with this. | ||
== Example == | |||
<pre>i | |||
-----------Inventory----------- | |||
-- Equipment (Equipped) -- | |||
... | |||
20 +5 Damascus [1] -- One-Handed Weapon (2) | |||
... | |||
-- Equipment (Not Equipped) -- | |||
... | |||
-- Non-Usable -- | |||
... | |||
14 Orc Lady Card x 1 | |||
... | |||
-- Usable -- | |||
... | |||
------------------------------- | |||
uneq 20 | |||
You unequip +5 Damascus [1] (20) - One-Handed Weapon | |||
card use 14 | |||
Sending merge list request for Orc Lady Card... | |||
-----Card Merge Candidates----- | |||
20 +5 Damascus [1] | |||
------------------------------- | |||
card merge 20 | |||
Orc Lady Card has been successfully merged into +5 Damascus [1]. | |||
eq 20 | |||
You equip +5 Damascus [Orc Lady] [1] (20) - One-Handed Weapon (type 2)</code></pre> | |||
[[Category:Console Command]] | [[Category:Console Command]] |
Revision as of 19:45, 22 August 2010
- card list
- Show a list of cards in your inventory.
- card use (<card #>)
- <card #>
- - a corresponding number from the card list when you use the card list command.
- Initiate card compounding using the specified card and get the list of items you can slot the card into. This is the same as double-clicking a card in the Ragnarok Online Client.
- card mergelist
- Show the list of items you can slot the card into again.
- card mergecancel
- Cancel the card merging request.
- card merge (<card merge #>)
- <card merge #>
- - a corresponding number from the card merge list when you use the card mergelist command.
- Merge the used card with the specified item and finalize card compounding.
- card forceuse (<card #> <inventory item #>)
- <card #>
- - a corresponding number from the card list when you use the card list command.
- <inventory item #>
- - a corresponding number from the inventory item list when you use the i command.
- Instantly merge the specified card with the specified item.
- Note. This command only checks if the items exist in the inventory, so it's possible to screw up with this.
Example
i -----------Inventory----------- -- Equipment (Equipped) -- ... 20 +5 Damascus [1] -- One-Handed Weapon (2) ... -- Equipment (Not Equipped) -- ... -- Non-Usable -- ... 14 Orc Lady Card x 1 ... -- Usable -- ... ------------------------------- uneq 20 You unequip +5 Damascus [1] (20) - One-Handed Weapon card use 14 Sending merge list request for Orc Lady Card... -----Card Merge Candidates----- 20 +5 Damascus [1] ------------------------------- card merge 20 Orc Lady Card has been successfully merged into +5 Damascus [1]. eq 20 You equip +5 Damascus [Orc Lady] [1] (20) - One-Handed Weapon (type 2)</code>