Announcement

Collapse
No announcement yet.

Macro problem... I think I have them set right but my spells won't cast

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Macro problem... I think I have them set right but my spells won't cast

    I'm trying to just do simple macros for my white mage spells like cure and cure2... but not dice!

    I have them set like this:

    name: cure

    macro: /cast cure

    Is this not right?
    Where is the Hydra server option?

  • #2
    Re: Macro problem... I think I have them set right but my spells won't cast

    No thats not how it works, spell casting macros are usually like:

    /ma "Cure" <t>

    with /ma dictating its a magic spell, and "Cure"(quotes caps and all) the spell and <t> your selected target. If you wanna just sleect party members with your controller try <stpc> instead of <t> . Its personal preference from there.

    Comment


    • #3
      Re: Macro problem... I think I have them set right but my spells won't cast

      You don't need the quotes for a single word but its good to get in the practice of using them at all times. It never fails when your new and it comes to Cure II that you will forget its 2 words and not put in the quotes. LOL

      So:

      /ma Cure <t> is fine

      but:

      /ma Cure II <t> is not

      it must have the quotes:

      /ma "Cure II" <t>
      Originally posted by Feba
      But I mean I do not mind a good looking man so long as I do not have to view his penis.
      Originally posted by Taskmage
      God I hate my periods. You think passing a clot through a vagina is bad? Try it with a penis.
      Originally posted by DakAttack
      ...I'm shitting dicks out of my eyeballs in excitement for the next bestgreating game of all time ever.

      Comment


      • #4
        Re: Macro problem... I think I have them set right but my spells won't cast

        Yeah, for macro use remember these:

        Abilities:
        /ma "<spell>" <target> (Magic Ability)
        /ws "<skill>" <target> (Weapon Skill)
        /ra <target> (Ranged Attack)

        Channels:
        /p "<message>" (Party Channel, party members hear only)
        /l "<message>" (Linkshell Channel, Linkshell members hear only)
        /s "<message>" (Say Channel, anyone within a certain radius hears)
        /sh "<message>" (Shout Channel, anyone in same zone hears)
        /t <target> "<message>" (Tell Channel, target hears only)

        As far as <target> and how you fill it in depending were you use and for purpose you have options.

        <stpc> (Select Target Player Character)
        <stnpc> (Select Target Non-Player Character)
        <t> (Select Target, if a target is currently selected that's the one used)
        <stlast> (Select Target Last, can be used in conjunction with stpc and stnpc to create a second targeting for multi-function purpose)
        <bt> (Battle Target, target is whatever you or party has already engaged and claimed)

        For some macro setups you may see them not work as intended or give errors, try re-arranging the sequence it does if it is possible. If re-arranging does not work then you can add in the command /wait <time>, <time> has a max count of only 60 seconds.

        There's a lot more you can do with the macro's but that right there should be a decent start.


        Cheezy Test Result (I am nerdier than 96% of all people. Are you nerdier? Click here to find out!)

        Comment

        Working...
        X