Skip to content

/rod

/rod manages your crafted rods: equip them, socket runes, and view their stats.

SubcommandDescription
listList all your crafted rods.
viewView full details for one rod.
equipEquip a rod by ID.
socketSocket a rune into a rod slot.
unsocketRemove a rune from a slot.
overmeldAttempt to add an extra socket (risky).
/rod list

Lists all crafted rods in your inventory with their instance IDs and a summary of their stats and sockets. Results are paginated.

/rod view id:rod-id
OptionTypeRequired
idRod instance ID (integer)Yes

Shows full stats, socket slots, and socketed runes for the specified rod.

/rod equip id:rod-id
OptionTypeRequired
idRod instance ID (integer)Yes

Equips the specified rod. Only one rod can be equipped at a time. The equipped rod’s bonuses apply to every cast.

/rod socket id:rod-id slot:slot-number rune:rune-name
OptionTypeRequired
idRod instance ID (integer)Yes
slotSlot number, 1-based (1, 2, or 3)Yes
runeRune name (autocompleted)Yes

Slots a rune you own into the specified rod slot. The slot must be empty.

/rod unsocket id:rod-id slot:slot-number
OptionTypeRequired
idRod instance ID (integer)Yes
slotSlot number, 1-basedYes

Removes the rune from the specified slot. The rune may be destroyed in the process.

/rod overmeld id:rod-id
OptionTypeRequired
idRod instance ID (integer)Yes

Attempts to add an extra socket to the rod beyond its base capacity. This can fail and may damage the rod. It is not reversible.