Syndicate aion legion
Would you like to react to this message? Create an account in a few clicks or log in to continue.



 
HomeHome  PortalPortal  Latest imagesLatest images  SearchSearch  RegisterRegister  Log inLog in  

 

 How to create a Macro /Como hacer una macro

Go down 
3 posters
AuthorMessage
Yosi




Posts : 204
Reputation : 307
Join date : 2009-07-16
Age : 48

How to create a Macro /Como hacer una macro Empty
PostSubject: How to create a Macro /Como hacer una macro   How to create a Macro /Como hacer una macro I_icon_minitimeWed Jul 22, 2009 5:53 pm

How to create a Macro

Inorder to create a New Macro, just follow the steps bellow:
1) Open your Macro Window ("U" Key by Default) and Click New Macro.
2)At the top of the screen you will see Name of Macro. It can only be 10 letters with spaces.
3)Next you can add a short description of what your new macro will do.
4)Select an Icon to represent the Macro when you place it in your QuickBar.
5)Add the actions you wish to achieve.
6)Save your new Macro.
Editing a Macro
Editing a Macro is very easy. You simply select the MAcro you wish to edit and then Click on edit. After you have made your changes, do not forget to save your changes.
Deleting a Macro

Select the macro icon to delete inside the Macro Window, and click the ’Delete’ button.

Commands
/Skill Enter ’/Skill [skill name]’ in the Enter Macro Command box of the Edit Macro Window. You need to enter the exact name of the skill, including spaces, to run the macro properly.

Ex) /Skill Ferocious Strike II
/Use Enter ’/Use [item name]’ accurately in the Enter Macro Command box of the Edit Macro Window.

Ex) /Use Mercenary Canteen
/QuickBar x y z Enter ’/Quickbar [quickbar type] [number of quickbar rows] [quickbar number]’ in the Enter Macro Command box of the Edit Macro Window. The numbers for quickbar types are: Basic Quickbar (1), Alt Quickbar (2), Ctrl Quickbar (3), and Right Quickbar (4).
/DelayDelay is measured in seconds.

EX) / Delay 3 - This will cause the Macro to wait 3 seconds before performing the next item on the script.
/Chatcommand Chat Enter ’/[chat mode] [text]’ in the Enter Macro Command box of the Edit Macro Window.

Ex) /Whisper Hi there!

You can enter [%Yourself], [%Pet], [%Group1~5], [%Pet1~5], [%Target], [%PreviousTarget] and [%TargetofTarget] while in the middle of a chat.

Ex) /Group [%Group1] is really the best!
/ ChannelCommand A channel command can be registered to a macro. (Example : /1 Area Channel, /2 Trade Channel, /3 Seek
/Choose %NPCName, %CharacterName Select %NPCName, %CharacterName
/VariableYou can assign variables to frequently used names by entering /Variable [0~9] [name] in the Enter Macro Command box of the Edit Macro Window.

Ex) /Variable 0 Minor Potion of Life

You can compose macros more easily by registering variables assigned to long names. Assigned variables can be checked in the Variable tab of the Macro Window.

Ex) /Use [#Variable0] - uses a Minor Potion of Life.


Fuente: http://powerwiki.na.aiononline.com/aion/Macros
Back to top Go down
Yosi




Posts : 204
Reputation : 307
Join date : 2009-07-16
Age : 48

How to create a Macro /Como hacer una macro Empty
PostSubject: Re: How to create a Macro /Como hacer una macro   How to create a Macro /Como hacer una macro I_icon_minitimeWed Jul 22, 2009 6:19 pm

Más macros cheers

Instant summon pet

/skill Mudra of Submission I
/delay 2
/skill Summon: Fire,water,wind etc Spirit (Rank)

Also
Thunderclaw/Summon Servant Instantly

/skill Thunderclaw I (forget exact name)
/delay 1.5
/skill Mudra of Submission I
/delay 1.5
/skill Summon: Energy of Fire II (Input which element)

----------------------------------------------------------------------------------------------------------------------------

These are just two nice and simple macros that saves some button pressing

A few basic commands for marcos

/Skill name of skill here (note no brackets of any kind are needed, in addition skills that involve numbers can not be done with one or two, it must be I for one and II for two for example.)

/Dealy time to delay skill here (this can be one, two, three, all the way up to 35 seconds if mememory servers correct with incruments of .5)

a few examples of marcos I made recently, not for sm though didn't find the need to

/Skill Change Weapon
/Delay 1
/Skill Stun (forgot the name of shield stun for templar but very handy if you like to 2hander alot like me Razz)

/Skill Weak attack (again forgot the name I haven't played my templar in a long time haha)
/Delay 2.5
/Skill Bubble (abosrb shield... name escapes me....sorry.... so I don't have to click two buttons for this combo ftw)

note delay of 1 and 1.5 seem to work the best for changing weapons when using a skill. Some times I get an error and stick with 1.5. When chaining abilities I usaly use a 2 or 2.5 delay again depending if I get an error or not, hope this helps.


Fuente: http://www.aionsource.com/forum/spiritmaster/15214-aion-macros.html
Back to top Go down
Fagor

Fagor


Posts : 117
Reputation : 219
Join date : 2009-07-12
Age : 46
Location : Zaragoza (Spain)

How to create a Macro /Como hacer una macro Empty
PostSubject: Re: How to create a Macro /Como hacer una macro   How to create a Macro /Como hacer una macro I_icon_minitimeWed Jul 29, 2009 10:01 pm

Tenemos que probar mucho esto de las macros a ver si le pillamos el truco aqui traigo macros para cleric no estoy muy puesto todavia pero quizas les podamos sacar utilidad.


Useful Cleric Macros

Foreword:

I will be updating this guide with a list of useful addons for both PvP and PvE. There isn\'t much known about the usage of macros at the moment, so the list is quite brief. It primarily consists of some custom macros that I have played around with; they are based off the example macros provided in game.

Most of these can be copy and pasted into your macro editor, however you will need to replace the text inside the inverted commas with spell ranks/names/numbers. Fairly self explanatory.

Note that the number in the command \'/Delay \"Number\"\' is there to take in to consideration factors such as spell cast times, computer lag and network lag. Therefore it can be varied from user to user. What I have is just what I found works on China Aion.

Index:

1. Healing and Buffing

2. Levelling

3. Combat


1. Healing and Buffing

a) Buffing multiple groups with blessings:


/Variable 1 Blessing of Health \"Rank\"
/Select [%Group1]
/Skill [%Variable1]
/Delay 2
/Select [%Group2]
/Skill [%Variable1]
/Delay 2
/Select [%Group3]
/Skill [%Variable1]


Repeat this pattern, replacing the group number, for more groups.

Create multiple versions of this macro for your different Blessings by replacing the \"Number\" of the Variable.


b) Healing an enemy\'s target and re-select the enemy:

/Select [%Target\'sTarget]
/Skill \"Heal Name\" \"Rank\"
/Delay 2
/Select [%PreviousTarget]

This macro is very useful if you have 2 off-tanks or find yourself in a group with people who pull aggro off the tank/s frequently.

Furthermore, you can still heal yourself along with the tank if you happen to take damage.


c) Healing a group member and then re-targetting your previous target:

/Select [%Group\"Number\"]
/Skill \"Name\"
/Delay 2
/Select [%PreviousTarget]


Alternatively, you can also /Select \"Player Name\"

This is probably one of the better cleric macros out there.


2. Levelling

a) Faster resting/Mana regen


/Skill Light of Rejuvenation \"Rank\"
/Delay 2
/Skill Mana Treatment \"Rank\"
/Delay 2
/Skill Refresh Mind \"Rank\"
/Delay 2
/Skill Toggle Rest

I use this quite a lot for levelling when my mana gets low. Of course you can take out Mana Treatment if you don\'t have powder.


3. Combat

a) Simple assist target and announce target:

/Select [%Group\"Number\"]
/Yell DPS [%Target\'sTarget] selected by [%Group\"number]!
/Select [%Target\'sTarget]
/Delay 2
/Attack


Alternatively, you can replace [%Group\"Number\"] with the name of your group\'s main assist.

b) Cast Holy Servant and cast HoT on it:


/Skill Summon: Holy Servant \"Rank\"
/Delay 2
/Select Divine Energy
/Skill Light of Rejuvenation \"Rank\"
/Delay 2
/Select [%PreviousTarget]

HoT\'ing up your summon makes it stay around for one extra attack (4 instead of 3 hits), which is quite good, especially if simplified by a macro.

As stated above, currently I have not found a way to target a previous hostile target, but you can just hit TAB to do this quite easily.

Updated 17/07/09

Foreword:


I will be updating this guide with a list of useful addons for both PvP
and PvE. There isn't much known about the usage of macros at the
moment, so the list is quite brief. It primarily consists of some
custom macros that I have played around with; they are based off the
example macros provided in game.

Most of these can be copy and
pasted into your macro editor, however you will need to replace the
text inside the inverted commas with spell ranks/names/numbers. Fairly
self explanatory.

Note that the number in the command '/Delay
"Number"' is there to take in to consideration factors such as spell
cast times, computer lag and network lag. Therefore it can be varied
from user to user. What I have is just what I found works on China Aion.

Index:

1. Healing and Buffing

2. Levelling

3. Combat


1. Healing and Buffing

a) Buffing multiple groups with blessings:


/Variable 1 Blessing of Health "Rank"
/Select [%Group1]
/Skill [%Variable1]
/Delay 2
/Select [%Group2]
/Skill [%Variable1]
/Delay 2
/Select [%Group3]
/Skill [%Variable1]


Repeat this pattern, replacing the group number, for more groups.

Create multiple versions of this macro for your different Blessings by replacing the "Number" of the Variable.

b) Healing an enemy's target and re-select the enemy:

/Select [%Target'sTarget]
/Skill "Heal Name" "Rank"
/Delay 2
/Select [%PreviousTarget]

This
macro is very useful if you have 2 off-tanks or find yourself in a
group with people who pull aggro off the tank/s frequently.

Furthermore, you can still heal yourself along with the tank if you happen to take damage.

c) Healing a group member and then re-targetting your previous target:

/Select [%Group"Number"]
/Skill "Name"
/Delay 2
/Select [%PreviousTarget]


Alternatively, you can also /Select "Player Name"

This is probably one of the better cleric macros out there.

2. Levelling

a) Faster resting/Mana regen


/Skill Light of Rejuvenation "Rank"
/Delay 2
/Skill Mana Treatment "Rank"
/Delay 2
/Skill Refresh Mind "Rank"
/Delay 2
/Skill Toggle Rest

I use this quite a lot for levelling when my mana gets low. Of course you can take out Mana Treatment if you don't have powder.

3. Combat

a) Simple assist target and announce target:

/Select [%Group"Number"]
/Yell DPS [%Target'sTarget] selected by [%Group"number]!
/Select [%Target'sTarget]
/Delay 2
/Attack


Alternatively, you can replace [%Group"Number"] with the name of your group's main assist.

b) Cast Holy Servant and cast HoT on it:


/Skill Summon: Holy Servant "Rank"
/Delay 2
/Select Divine Energy
/Skill Light of Rejuvenation "Rank"
/Delay 2
/Select [%PreviousTarget]

HoT'ing
up your summon makes it stay around for one extra attack (4 instead of
3 hits), which is quite good, especially if simplified by a macro.

As
stated above, currently I have not found a way to target a previous
hostile target, but you can just hit TAB to do this quite easily.


Source: Aionarmory
Back to top Go down
Hirius
Admin
Hirius


Posts : 281
Reputation : 505
Join date : 2009-07-11
Age : 53
Location : Spain

How to create a Macro /Como hacer una macro Empty
PostSubject: Re: How to create a Macro /Como hacer una macro   How to create a Macro /Como hacer una macro I_icon_minitimeThu Jul 30, 2009 11:49 am

me basta con uno de:

ATACA A ESTE, FULMINADO!

Twisted Evil Twisted Evil Twisted Evil Twisted Evil Twisted Evil Twisted Evil Twisted Evil Twisted Evil Twisted Evil Twisted Evil Twisted Evil Twisted Evil
Back to top Go down
https://syndicate.superforo.net
Yosi




Posts : 204
Reputation : 307
Join date : 2009-07-16
Age : 48

How to create a Macro /Como hacer una macro Empty
PostSubject: Re: How to create a Macro /Como hacer una macro   How to create a Macro /Como hacer una macro I_icon_minitimeThu Aug 13, 2009 3:48 pm

Otro macro teniendo en cuenta el autoatack... Según el video, que está comentado, se puede hacer más daño entre skill y skill... imagino que la macro será algo así:

/auto atak
(sin delay)
/skill
/auto atak
/cadena lvl 2 de el primer skill
/auto atak
/siguiente skill

Mirar el video


Un saludo

Yosi farao
Back to top Go down
Sponsored content





How to create a Macro /Como hacer una macro Empty
PostSubject: Re: How to create a Macro /Como hacer una macro   How to create a Macro /Como hacer una macro I_icon_minitime

Back to top Go down
 
How to create a Macro /Como hacer una macro
Back to top 
Page 1 of 1
 Similar topics
-
» No podre jugar hasta dentro de una semana como poco.
» Como poner Color en el chat / Flashy Color Text Tip (avanzado)

Permissions in this forum:You cannot reply to topics in this forum
Syndicate aion legion :: GAMEPLAY :: Guides-
Jump to: