Has anyone come across a MACRO for mining and/or Potion/Food Use to make it easier and a lot quicker, especially if your using sneak and inv potions in dangerous areas
Announcement
Collapse
No announcement yet.
MACRO needed - Mining and Potion/Food use
Collapse
This topic is closed.
X
X
-
well, I dont use any for items or mining myself, but the command card that came with the game states the following commands
/item
/range (or /ra)
so i'm guessing to use an item would be like
/item "potion" <me>
I cant remember whether mining is done by using the pickaxe or whether you put it in your ranged slot (i dont ever mine) :sweat: but if its used like any other item then you'd probably do
/item "Pickaxe" <t>
and if you use the ranged slot it'll be something like
/ra <t>
-----------
sorry I dont really know, someone else will answer with more certainty i'm sure.
-
Thanks 0
-
-
so i'm guessing to use an item would be like
/item "potion" <me>
but if its used like any other item then you'd probably do
/item "Pickaxe" <t>
You can actually make a multi-line Harvesting/Excavation/Logging/Mining (HELM) macro, that eliminates the necessity to re-target the point (Substitute the proper tool where appropriate):
/targetnpc
/item "Pickaxe" <t>
-
Thanks 0
Comment
-
Comment