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


Guild HeavensFury
 
HomeGalleryLatest imagesSearchRegisterLog in

 

 Using In Game Macros

Go down 
2 posters
AuthorMessage
keala
Heavens Apprentice



Posts : 5
Join date : 2010-12-14

Using In Game Macros Empty
PostSubject: Using In Game Macros   Using In Game Macros Icon_minitimeTue Dec 14, 2010 7:55 pm

Hey all!!!

I'm crashing the Heaven's Fury forum...yeah!!!!

Here's a quick post on creating in game macros (originally posted on the Bashbrother's Forum):

Basically, macros allow you to do repetitive tasks with the click of a button. So for a class like priest, we always have individual or party buffs that we are always throwing out there.

You can access the in game macros window by hitting 'Esc' until you get to the exit menu. Click on Macros. The Macros window will open.

To Create a New Macro:
1) Select a box by click on it
2) on the New button on the bottom left hand corner
3) A new window will appear
4) Select an icon for your macro by clicking on the arrow near the arm icon (at least that what it was for me)
5) Once you have selected your Icon in the Icon Select window, click Confirm
6) Name your macro

All in game macros will begin with:
/script

This let's the game know that you are running a script.

The most common actions you will use in a macro are:

/wait
/cast
/use
/run

The following are to say things in different chats:

/p = party chat
/g = guild chat
/s = say chat
/z = zone chat
/y = world chat

Example: The following script would post in world chat (provided you have a megaphone) that "The Bashbrothers Rule!!!" and you did this by pressing one button.

/script
/y The Bashbrothers Rule!!!

Next you would select a target. Here is a list of possible targets:

player = your self
party1 = party member 1
party2 = party member 2
party3 = party member 3
party4 = party member 4
party5 = party member 5


Here is a buff I worked on for a Priest/Rogue:

/script TargetUnit("player")
/cast Grace of Life
/wait 1
/cast Amplified Attack
/wait 1.2
/cast Soul Bond
/wait 1
/cast Magic Barrier
/wait 1.2
/cast Blessed Spring Water
/wait 1
/cast Shadow Fury

Have fun making macros and feel free to respond to this post with macros of your own.


Last edited by keala on Thu Dec 16, 2010 1:07 am; edited 2 times in total (Reason for editing : added more actions)
Back to top Go down
Michele
Divine Guardian
Michele


Posts : 143
Join date : 2010-10-06
Location : Los Angeles

Using In Game Macros Empty
PostSubject: Re: Using In Game Macros   Using In Game Macros Icon_minitimeTue Dec 14, 2010 8:52 pm

Oh nice, thanks... Now I can create script that sings Christmas songs lol!
Back to top Go down
https://heavensfury.forumotion.com
keala
Heavens Apprentice



Posts : 5
Join date : 2010-12-14

Using In Game Macros Empty
PostSubject: Quick shield and heal   Using In Game Macros Icon_minitimeThu Dec 16, 2010 1:09 am

/script TargetUnit("player")
/wait 1
/cast Holy Aura
/wait 1.2
/cast Soul Source
/wait 1
/cast Wave Armor
/wait 1
Back to top Go down
Sponsored content





Using In Game Macros Empty
PostSubject: Re: Using In Game Macros   Using In Game Macros Icon_minitime

Back to top Go down
 
Using In Game Macros
Back to top 
Page 1 of 1
 Similar topics
-
» More proof the game hates me

Permissions in this forum:You cannot reply to topics in this forum
Heavensfury :: Discussions :: Helpful Information-
Jump to: