Skip to content

/rod

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

SubcommandDescription
listList all your crafted rods.
viewView one rod in detail, or your equipped 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).
compareCompare two rods stat by stat.
/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]
OptionTypeRequiredDefault
idRod instance ID (integer)NoYour equipped rod

With an ID, shows full stats, socket slots, and socketed runes for that rod. Without one, shows your currently equipped rod: crafted rods display their effective stats with rune effects included, shop rods their base stats.

/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.

/rod compare first:rod [second:rod]
OptionTypeRequiredDefault
firstRod (autocompleted)Yes
secondRod (autocompleted)NoYour equipped rod

Compares two rods side by side with the better value marked on each row. Crafted rods are compared by their effective stats, socketed rune effects included; when either side has rune effects, extra rows appear for catch rate, XP, and sell value. The autocomplete lists your crafted rods with their stats, plus shop rods with their prices, so you can compare a prospective purchase against what you own.