Thread: JC macro

  1. #1

    JC macro

    Hi,

    When I mine ore (any) most of the time I have many bags full of any ore I mined.
    So when I want to prospect them it takes a lot time so I got a simple macro

    /cast prospecting
    /use saronite ore

    but I want to automate it with multi ores so

    /cast prospecting
    /use saronite ore
    /use cobalt ore

    For obvious reasons that does not work.

    Is there, or can someone, make me a macros that tells.

    if saronite ore = less then 5 then use cobalt, copper ./whatever.
    So I can just keep on clicking that macro

    ty cheers
    Signature removed. Please read our guidelines. Venara

  2. #2

    Re: JC macro

    You can't make "if" statements in macros like IRC scripts.

    You can just make multiple macros, one for every type of ore, and if you click one and it tells you that you don't have enough ore, just switch to the other macro.

  3. #3

    Re: JC macro

    Download actioneer it has an auto-jc function

  4. #4

    Re: JC macro

    I use the Panda addon - http://wow.curse.com/downloads/wow-a...ils/panda.aspx

    Useful for DEing, Prospecting, Milling etc.

    "Panda is a simple mod designed (initially) to speed up mass-disenchanting. This functionality was expanded to include prospecting, gem cutting, milling, glyphs, flasks, elixirs, and quick viewing of AuctioneerAdvanced prices"
    Current Gold Total - 297,624g (April 19, 2010)
    Daily WoW Gold Making Articles On My Blog - www.WoWConfidential.com

  5. #5

    Re: JC macro

    Wierd that your macro doesn't work. I use the same macro for milling:

    /cast Milling
    /use Goldclover
    /use Tiger Lily
    ...

    You need to make sure that you have the correct size stacks of each type.

    e.g. in my case if i had 2x Goldclover it would try mill that and give an error.
    If i had 5 it would work, then the next time it would try to use tiger lily etc.

  6. #6

    Re: JC macro

    Quote Originally Posted by bobm
    Wierd that your macro doesn't work. I use the same macro for milling:

    /cast Milling
    /use Goldclover
    /use Tiger Lily
    ...

    You need to make sure that you have the correct size stacks of each type.

    e.g. in my case if i had 2x Goldclover it would try mill that and give an error.
    If i had 5 it would work, then the next time it would try to use tiger lily etc.
    I've not encountered the error, but then my JC isn't my miner, so I always just send my JC stacks in multiples of 5 anyways. Still, I use a macro similar to this for my JC, and it works without issue. Not sure what "obvious reasons" there are for it not to work, since it does :-P

  7. #7

    Re: JC macro

    Quote Originally Posted by darkwarrior42
    I've not encountered the error, but then my JC isn't my miner, so I always just send my JC stacks in multiples of 5 anyways. Still, I use a macro similar to this for my JC, and it works without issue. Not sure what "obvious reasons" there are for it not to work, since it does :-P
    yep, as long as your stacks are in multiples of 5 (or just full stacks) you shouldn't get any errors

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •