Announcement

Collapse
No announcement yet.

Command for Load/Unloading Ammo?

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

  • Command for Load/Unloading Ammo?

    What is the command for loading and unloading ammo? I am looking to make a macro where it automatically switches to more potent, albeit more expensive, ammunition for increased damage during weaponskills. Thanks!
    MNK: 31 RNG:70 WAR:35 SAM:10 NIN:35

    Current Funds: 1,300,000

  • #2
    I figured it out.

    For all you who want to know the command as well:

    [/equip ammo] removes equip from ammo slot

    [/equip ammo "Exact Name Here"] places the "Exact Name Here" ammo in the ammo equipment slot

    So, since i want to do Sharpshot -> Piercing Arrow/Flaming Arrow...

    /equip ammo
    /equip ammo "Bone Arrow"
    /ja "Sharpshot" <me>
    /wait 1
    /ws "Piercing Arrow" <t>

    I am level 13, so I don't got iron arrows...yet.

    And i have another macro for Eagle Eye Shot isntead of a WS, and I have another macro that returns it to normal ammunition:

    /equip ammo
    /equip ammo "Wooden Arrow"


    Hope this helps. =)
    MNK: 31 RNG:70 WAR:35 SAM:10 NIN:35

    Current Funds: 1,300,000

    Comment

    Working...
    X