Blood Mage Macros: Difference between revisions

From CLUMP
Jump to navigationJump to search
(Created page with "Macros Contributed by Shaky f1 "/use /hamstring \r" f2 "/use /disable \r" f3 "/use /hemo \r" f5 "/use /inferno \r" f4 { if @my.right_item != "bloodblade" "/equip bloodblade" "\r" end if "/use /hemo" "\r" "/use /hamstring" "\r" } f6 { if @my.right_item != "bloodblade" "/equip bloodblade" "\r" end if "/use /hemo" "\r" "/use /hamstring" "\r" "/use /disable" "\r" } f8 "/useitem bloodstone /set \r" f9 "/useitem bloo...")
 
m (added atrribute)
Line 1: Line 1:
Macros Contributed by Shaky
Macros Contributed by Shaky originally from Zelkhorn
  f1 "/use /hamstring \r"
  f1 "/use /hamstring \r"
  f2 "/use /disable \r"
  f2 "/use /disable \r"

Revision as of 12:25, 16 May 2024

Macros Contributed by Shaky originally from Zelkhorn

f1 "/use /hamstring \r"
f2 "/use /disable \r"
f3 "/use /hemo \r"
f5 "/use /inferno \r"
f4 
{
   if @my.right_item != "bloodblade"
   "/equip bloodblade" "\r"
   end if

   "/use /hemo" "\r"
   "/use /hamstring" "\r"
}
f6 
{
   if @my.right_item != "bloodblade"
   "/equip bloodblade" "\r"
   end if

   "/use /hemo" "\r"
   "/use /hamstring" "\r"
  "/use /disable" "\r"
}
f8 "/useitem bloodstone /set \r"
f9 "/useitem bloodstone /clear \r"
f10 "/useitem bloodblade /reflect \r"
f11 "/use /control \r"
f12 "/use /absorb \r"
f13 "/use /absorb /report \r"
 
//    Shieldstone 
shield
{
if @my.finger_item == "Shieldstone"
 "/equip bloodstonering\r"
else
 "/equip shieldstone\r"
 "/useitem finger\r"
end if
}

Tab call shield
shift-tab "/useitem shieldstone /cancel\r"