Getting Started
Essential Macros
The EverQuest macro library every The Last Camp player rebuilds — assist, pet, melody, group calls, and a starter social-page layout.
Macros are short slash-command sequences bound to a hotbar button — not scripts. No loops, no conditions, no /wait. One press, up to 5 / commands fire in order. This is the library every player rebuilds on every character.
At a glance
| Field | Value |
|---|---|
| Open socials | O → Socials |
| Pages × slots | 10 × 12 (5 lines per macro) |
| Per-character file | Socials_<char>_crushbone.ini |
| Variables | %T target · %M MA's target · %R race · %P pet name |
No /wait exists in the RoF2 client — spaced actions mean pressing twice.
Targeting
| Name | Command | Use |
|---|---|---|
Self |
/target self |
Self-buffs and self-heals (faster than F1 in dense fights). |
Asst |
/assist <maintank> |
DPS focus — single most important macro for melee and caster DPS. |
Heal! |
/target <healer> |
Quick switch to your healer for cure/rez calls. |
Make 2-3 Asst variants for your usual tanks. Rebind on the fly when you join a different group.
Group communication
| Name | Command | Use |
|---|---|---|
Inc |
/g %T inc! |
Pulling — names the mob in group chat. |
Pull |
/g pulling %T -- 30s |
Slow pulls / harmony — group has time to med. |
H! |
/g need heal! |
Below 30%, fast call to the healer. |
Med? |
/g med break -- back in 2 |
Tells the group you're medding, not AFK. |
One /g per macro. Group-chat spam is annoying.
Pet commands (Mag, Nec, BL, SK, Ench-charm)
| Name | Command | Use |
|---|---|---|
Atk |
/pet attack |
Send pet. |
Back |
/pet back |
Recall — critical for reset on bad pulls. |
Grd |
/pet guard |
Holds position; doesn't follow. CC setup. |
Sit |
/pet sit |
Stops auto-attack pulses while a mez is landing. |
Caster opener (Burn):
/pet attack
/pet focus
/cast 3
Bard melody
/melody 1 2 3 4 (named Melody) rotates gems 1-4. Build sets per situation — travel (SoW + regen), pull (snare + lull), combat (haste + DoT + slow + mez). /stopsong halts; bind adjacent.
Spells, items, discs
| Name | Command | Use |
|---|---|---|
Grp Set |
/memspellset Group |
Load a saved spell set (Group, Solo, Travel, Raid). |
Item |
/useitem 1 |
First equipped clicky. |
Wand |
/useitem "Wand of Lightning" |
Exact item name in quotes for unequipped clickies. |
Disc |
/disc <name> |
Fires a melee discipline. |
Logistics + raid
| Name | Command | Use |
|---|---|---|
Loc |
/loc |
Bind this — difference between recovering your corpse and losing your gear. |
Camp |
/camp |
30s logout. Mobs can still kill you mid-camp. |
Drag |
/corpse |
Drags your corpse within 10m. After misplaced rez. |
MA |
/assist <main assist> |
Defining raid macro for all DPS. |
Stop |
/stopcast |
Aborts a long cast when the boss turns. |
The Last Camp notes
Macros are class-agnostic — a Halfling Wizard uses the same Asst as a High Elf Wizard. Some off-canon combos render unusual cast animations (cosmetic only — see Faction & Custom Combos). Mac storage lives at ~/Library/Application Support/Crushbone/everquest_rof2/Socials_<char>_crushbone.ini — back this file up.
Starter page 1 layout
| Slot | Name | Command | Slot | Name | Command | |
|---|---|---|---|---|---|---|
| 1 | Self |
/target self |
7 | Camp |
/camp |
|
| 2 | Asst |
/assist <maintank> |
8 | Drag |
/corpse |
|
| 3 | Inc |
/g %T inc! |
9 | Med? |
/g med break |
|
| 4 | H! |
/g need heal! |
10 | Stop |
/stopcast |
|
| 5 | Loc |
/loc |
11 | LFG |
/ooc lfg <lvl> <class> |
|
| 6 | Sit |
/sit |
12 | Grp Set |
/memspellset Group |
Reserve page 2 for situational macros — CC, specific clickies, raid calls.
Common mistakes
/waitdoesn't exist. Press twice.- Hard-coded tank name in
Asst. Make 2-3 named for usual tanks. - Multiple
/glines in one macro. Spam. - Not backing up
Socials_<char>_crushbone.ini. Patches and reinstalls wipe it.