Casual Articles
#1 in Business Subscribe Email Print

You are here: Home > Computers and Technology > Games > World of Warcraft Macros - Basic WoW Macros for Warriors

Tags

  • estate
  • programmer
  • lower
  • macros themselvesusing
  • command which

  • Links

  • Overusing a Massage Chair
  • Some Of The Advantages Of Getting A Degree Online
  • Motorcycle Safety and Driver Alertness Can Be Enhanced by Availability of a Mounted Drink Holder
  • Casual Articles - World of Warcraft Macros - Basic WoW Macros for Warriors

    Asian Residential Property Buyers Beware!
    Asia’s real estate markets seem, on the surface, to have recovered from the Asian crisis and to be back on their feet. Robust price and rental rises are reported in the media. Real estate developers are competing for ad space. New projects and launches are everywhere. Residential property appears to be having a blast.The housing markets of both Thailand and Hong have seen strong rises over the past two years (though both are weaker now).In the Philippines condominium prices rose 10.9% in 2005, and 8.5% in early 2006.Indonesia seems set for another strong year, with house price rises of more than 7%.Singapore is picking up steam, as is South Korea.
    cript at the beginning of the sentence.

    But, /logout and /laugh are examples of in-game slash commands and do not need /script at the beginning of the sentence. Putting paragraphs between scripts will seperate the two scripts from each another and they will be recognized as two separate scripts by the game engine. So, if you are using the if command in a script the entire script up through the end command must be in the same sentence. This means you can't

    What You Should Know About Your Web Host
    Yesterday I received a nice email in my inbox, I read that short and interesting email, it was like 5 to 6 lines max, at the end was a link which I was asked to click on. I did exactly that. I wait for about 1 minute but no page downloaded. I think my Internet connection gets down so I checked it but it was perfect.I refresh the page many times but results were same. I read all other mails and did my routine work. In evening suddenly I remember that mail. Since it was so Interesting, I again read it and click on the link but this time also same results appears. I finally give up and delete that mail.This whole episode left a question in my mind th
    World of Warcraft macros allow you to automate certain repetitive or complicated tasks in WoW by binding a series of text commands (those you would normally type in the command window) to a button which will execute the commands when it is pressed.

    Covering all the options you have when creating WoW macros would take a small book so instead of boring you with all those details I thought I would use this article to go over the macros that are most helpful for warriors.

    First, a few general characteristics of macros themselves.

    Using regular World of Warcraft commands in macros works just the same as if you were typing them in the command line. For example, to set up a macro to say "Have at you!" the line in the macro would simply be: /s Have at you!

    When writing commands that utilize the WoW user interface like casting a spell or moving items in your bags, commands must be written in the LUA programming language. Don't worry if you're not a programmer and don't know LUA because you don't need to in order to use this guide, I only mention this because it will help you understand the macros better if you know the difference between a regular WoW command and a LUA command.

    All macros are case sensitive and are broken into two parts. The LUA commands should be written in lower case while the WoW function commands usually use a capital letter to begin each word.

    For example, if else then and not end are each a LUA command and should always be written in lowercase. CastSpellByName "Spell" is a World of Warcraft function command which you can see because the beginning of each word is capitalized.

    /script must always be put at the beginning of a string of commands, unless you are just using WoW in game slash commands. For example, the above Wow function command CastSpellByName "Spell" would actually be written like this: /script CastSpellByName "Spell" as a macro because it isn't a standard in-game slash command and therefore needs to have /script at the beginning of the sentence.

    But, /logout and /laugh are examples of in-game slash commands and do not need /script at the beginning of the sentence. Putting paragraphs between scripts will seperate the two scripts from each another and they will be recognized as two separate scripts by the game engine. So, if you are using the if command in a script the entire script up through the end command must be in the same sentence. This means you can't u

    Personal Financial Planning
    Stuck on SuccessHow do you define personal success? I ask this question a lot, and interestingly, the answer frequently incorporates the concept of financial freedom. When I dig a bit deeper, financial freedom translates into a wide variety of dreams.Why is financial freedom so attractive? Perhaps it is because so many people limit their ability to turn dreams into reality because of their financial situation.We all know people in jobs that no longer bring pleasure, but they stay because of their need to maintain a certain income level. How many business owners are treading water in stagnant markets because they are afraid to take steps to change the busin
    eneral characteristics of macros themselves.

    Using regular World of Warcraft commands in macros works just the same as if you were typing them in the command line. For example, to set up a macro to say "Have at you!" the line in the macro would simply be: /s Have at you!

    When writing commands that utilize the WoW user interface like casting a spell or moving items in your bags, commands must be written in the LUA programming language. Don't worry if you're not a programmer and don't know LUA because you don't need to in order to use this guide, I only mention this because it will help you understand the macros better if you know the difference between a regular WoW command and a LUA command.

    All macros are case sensitive and are broken into two parts. The LUA commands should be written in lower case while the WoW function commands usually use a capital letter to begin each word.

    For example, if else then and not end are each a LUA command and should always be written in lowercase. CastSpellByName "Spell" is a World of Warcraft function command which you can see because the beginning of each word is capitalized.

    /script must always be put at the beginning of a string of commands, unless you are just using WoW in game slash commands. For example, the above Wow function command CastSpellByName "Spell" would actually be written like this: /script CastSpellByName "Spell" as a macro because it isn't a standard in-game slash command and therefore needs to have /script at the beginning of the sentence.

    But, /logout and /laugh are examples of in-game slash commands and do not need /script at the beginning of the sentence. Putting paragraphs between scripts will seperate the two scripts from each another and they will be recognized as two separate scripts by the game engine. So, if you are using the if command in a script the entire script up through the end command must be in the same sentence. This means you can't

    Mortgage Refinancing: Things to Consider When Shopping for a Mortgage
    If you are shopping for a mortgage make sure you avoid making these common and expensive mistakes. It is easy to overpay for a mortgage if you are not careful when shopping. Here are tips to avoid common mortgage mistakes that could save you thousands of dollars. Deciding which mortgage broker or lender is right for is an important financial decision that should not be taken lightly. Make sure you have satisfactory answers to all of the following questions before signing any mortgage contract.What is the Bottom Line on the Actual Interest Rate?If your mortgage lender or broker dances around this question look elsewhere. Some mortgage lenders tr
    e you don't need to in order to use this guide, I only mention this because it will help you understand the macros better if you know the difference between a regular WoW command and a LUA command.

    All macros are case sensitive and are broken into two parts. The LUA commands should be written in lower case while the WoW function commands usually use a capital letter to begin each word.

    For example, if else then and not end are each a LUA command and should always be written in lowercase. CastSpellByName "Spell" is a World of Warcraft function command which you can see because the beginning of each word is capitalized.

    /script must always be put at the beginning of a string of commands, unless you are just using WoW in game slash commands. For example, the above Wow function command CastSpellByName "Spell" would actually be written like this: /script CastSpellByName "Spell" as a macro because it isn't a standard in-game slash command and therefore needs to have /script at the beginning of the sentence.

    But, /logout and /laugh are examples of in-game slash commands and do not need /script at the beginning of the sentence. Putting paragraphs between scripts will seperate the two scripts from each another and they will be recognized as two separate scripts by the game engine. So, if you are using the if command in a script the entire script up through the end command must be in the same sentence. This means you can't

    Starting a Savings Plan
    If you want to save, it's going to take some work at first. You have to become disciplined and really make a commitment to saving. Start by establishing a savings goal and then working to reach that goal.Think "pay your self first." The first transaction you make out of your paycheck should be to your savings. It will take that money out of your reach first thing. Too many people say that they will put what is left over in savings. That doesn't happen very often. Remember another saying, "out of sight, out of mind"?There are many ways that you can automatically save. Your bank can automatically withdraw the money from your checking account and deposit it in your
    m>CastSpellByName "Spell" is a World of Warcraft function command which you can see because the beginning of each word is capitalized.

    /script must always be put at the beginning of a string of commands, unless you are just using WoW in game slash commands. For example, the above Wow function command CastSpellByName "Spell" would actually be written like this: /script CastSpellByName "Spell" as a macro because it isn't a standard in-game slash command and therefore needs to have /script at the beginning of the sentence.

    But, /logout and /laugh are examples of in-game slash commands and do not need /script at the beginning of the sentence. Putting paragraphs between scripts will seperate the two scripts from each another and they will be recognized as two separate scripts by the game engine. So, if you are using the if command in a script the entire script up through the end command must be in the same sentence. This means you can't

    7 Other Search Engine References - Made Easy
    Surf backwards is what people virtually do on search engines sites, like Yahoo, or MSN. Searching, surfing, or conducting a “Google” search is matter of typing in the appropriate keywords to render the ideal results. But beyond shopping for the cheapest flight to Rome, there are a few other resources used to searching the engines.For starters, search engines provide more information, than meets the surf. Using Google as an example, search engines offer a wealth of information. Behind the institutionalized home page of Google, a number of useful tools are within a consumer’s reach. Use these simple search engine strategies to acquire the information you need:cript at the beginning of the sentence.

    But, /logout and /laugh are examples of in-game slash commands and do not need /script at the beginning of the sentence. Putting paragraphs between scripts will seperate the two scripts from each another and they will be recognized as two separate scripts by the game engine. So, if you are using the if command in a script the entire script up through the end command must be in the same sentence. This means you can't use paragraphs to make the command more readable because the game engine will interpret the new paragraph as the beginning of new command.

    ; is commonly used as a delimiter between commands and acts like a paragraph in that the sentence after the semi-colon will be interpreted as a new command.

    If you are using the if command the if must eventually be followed by the then command and ended by the endif then command in order to be valid. For example, a typical if/then/else command would look like this: if Something is true then Do Something end

    Some WoW commands will have empty parentheses () at the end of the command and, even though there's nothing between the parentheses they must still be included for the command to be valid.

    Basic World of Warcraft Macros for Warriors

    Two of the most common questions I see from warriors regarding macros is "How do I change my stance" and "How do I change my weapons" so those are the two macros I'm going to go over here. I'll cover basic and advanced stance commands first then go over changing your weapons using a macro after that.

    There are several commands you can use to change your stance as a warrior. I'll explain the simple commands first then later on I'll introduce ways to use more advanced commands to gain much more powerful effects.

    Changing your stance can either be done by casting a "Spell" (CastSpellByName "Spell") or by using the function command for changing stances (CastShapeshiftForm()). The CastSpellByName "Spell" command will cast whatever spell is typed between the two quotes (where Spell is currently written). A stance is a Spell as is a charge or an attack. Basically, anything you see in your spell book can be "cast" by using the CastSpellByName"" function.

    Here are a few examples:

    /script CastSpellByName"Battle Stance"

    HTTP = HTML link (for blogs, profiles,phorums):
    <a href="http://www.casualarticles.com/article/171997/casualarticles-World-of-Warcraft-Macros--Basic-WoW-Macros-for-Warriors.html">World of Warcraft Macros - Basic WoW Macros for Warriors</a>

    BB link (for phorums):
    [url=http://www.casualarticles.com/article/171997/casualarticles-World-of-Warcraft-Macros--Basic-WoW-Macros-for-Warriors.html]World of Warcraft Macros - Basic WoW Macros for Warriors[/url]

    Related Articles:

    Freelancers and Taxes: An LLC's Perspective

    Planning A Usable Website: A Three-step Guide

    5 Reasons to Get a Gas Reward Credit Card

    Bookmark it: del.icio.us digg.com reddit.com netvouz.com google.com yahoo.com technorati.com furl.net bloglines.com socialdust.com ma.gnolia.com newsvine.com slashdot.org simpy.com shadows.com blinklist.com