Results 1 to 4 of 4
  1. #1
    Player
    hotgoglove's Avatar
    Join Date
    Dec 2013
    Posts
    8
    Character
    Eric Blitz
    World
    Behemoth
    Main Class
    Conjurer Lv 50

    Gathering macro issues.

    Earlier today I tried to create a macro that would use ward skills when they became available. The macro works up until I get to Nald'thal's ward. Whenever it gets to that step it will say that "Nald'thal's" is not a valid action.

    I tried using Nald'thal's ward on the macro both manually typed and input with the auto translate, and result was the same both times.

    Side note: I noticed that the auto translate dictionary does not have a section for disciple of the land.

    The macro is as follow:
    /ac "Llymlaen's Ward" <me>
    /wait 2
    /ac "Nophica's Ward" <me>
    /wait 2
    /ac "Menphina's Ward" <me>
    /wait 2
    /ac "Thaliak's Ward" <me>
    /wait 2
    /ac " Nald'thal's Ward" <me>
    /wait 2
    /ac "Byregot's Ward" <me>
    /wait 2
    /echo Begin.
    (0)

  2. #2
    Player
    Kat_Manx's Avatar
    Join Date
    Aug 2013
    Posts
    600
    Character
    Kat Fuzzington
    World
    Goblin
    Main Class
    Archer Lv 73
    I dunno. Seems to work for me.

    Only thing I can think of, if that is a direct copy, is that you have a space after your quotation mark. /shrug. =3
    (0)

  3. #3
    Player
    Rhas's Avatar
    Join Date
    Feb 2013
    Posts
    543
    Character
    Rhas Itiron
    World
    Excalibur
    Main Class
    Thaumaturge Lv 50
    Did you... by chance... forget if it was or was not a cross class skill for that particular gathering class and maybe also forgot to set it? (each gathering class only gets 3 wards)

    Just have to ask because I've forgotten to set it before
    (0)

  4. #4
    Player
    hotgoglove's Avatar
    Join Date
    Dec 2013
    Posts
    8
    Character
    Eric Blitz
    World
    Behemoth
    Main Class
    Conjurer Lv 50
    Thank you for catching that. after I fixed that spacing error the macro works now.
    Quote Originally Posted by Kat_Manx View Post
    I dunno. Seems to work for me.

    Only thing I can think of, if that is a direct copy, is that you have a space after your quotation mark. /shrug. =3
    (1)