Bard Macros

From CLUMP
Revision as of 14:56, 30 December 2022 by Mwadmin (talk | contribs) (Created page with "Type '''/add <instrument name>''' and '''/remove <instrument name>''' and these macros will equip your instrument bag, remove or add an item and then re-equip what you had in your left hand. →‎********* Instrument Case Uses *********: "/remove" call REMOVE REMOVE { setglobal lSave @my.left_item "/equip instrument case\r" "/useitem instrument case /remove " @text "\r" pause 10 "/equip " lSave "\r" "/equip " @text "\r" } "/add" call ADD ADD { setgl...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Type /add <instrument name> and /remove <instrument name> and these macros will equip your instrument bag, remove or add an item and then re-equip what you had in your left hand.

/* ********* Instrument Case Uses ********* */
"/remove" call REMOVE

REMOVE
{
setglobal lSave @my.left_item
"/equip instrument case\r"
"/useitem instrument case /remove " @text "\r"
pause 10
"/equip " lSave "\r"
"/equip " @text "\r"
}

"/add" call ADD

ADD
{
setglobal lSave @my.left_item
"/equip instrument case\r"
"/useitem instrument case /add " @text "\r"
pause 10
"/equip " lSave "\r"
}