Loading...
  1. Dismiss Notice
  2. Dismiss Notice
  3. Dismiss Notice
  4. Dismiss Notice
  5. Dismiss Notice
  6. Dismiss Notice
  7. Dismiss Notice
  8. If this is your first visit, you may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Help in macros - left and right hand macro

Discussion in 'Questions' started by Ovelhita, Dec 11, 2013.

Thread Status:
Not open for further replies.
  1. Ovelhita

    Ovelhita New Member

    Joined:
    Feb 6, 2012
    Messages:
    29
    Likes Received:
    11
    Trophy Points:
    228
    Hi,

    Can someone help with one question?
    How can i make left and right hand macros?
    in the oficial aion, we can make this: /UseRight <name item> and /UseLeft <mane item>
    But in gamez seems no work.

    Help please :)

    Thanks
     
  2. Guille

    Guille i am chillermo Forum Legend

    Joined:
    Jul 24, 2010
    Messages:
    4,105
    Likes Received:
    1,841
    Trophy Points:
    488
    Location:
    Pallet Town
    It does work, don't know if it's the way how it's supposed to, but I got it working this way:

    Weapons:
    Code:
    /UseRight WEAPONNAME1
    /Delay 0.5
    /UseLeft WEAPONNAME1

    Rings:
    Code:
    /UseLeft RINGNAME1
    /Delay 0.5
    /UseRight RINGNAME2
    Earrings:
    Code:
    /UseLeft EARRINGNAME1
    /Delay 0.5
    /UseRight EARRINGNAME1
    Weapons, right must be first, if left goes first it doesn't work. Rings and Earrings; left must be first otherwise it will not work
     
    1 person likes this.
  3. Ovelhita

    Ovelhita New Member

    Joined:
    Feb 6, 2012
    Messages:
    29
    Likes Received:
    11
    Trophy Points:
    228
    Nice, thanks

    it really works, :)

    really appreciate your help
     
Thread Status:
Not open for further replies.

Share This Page