Results 1 to 8 of 8

Thread: emote macros or just macros and general

  1. #1

    Thumbs down emote macros or just macros and general

    I see a lot of people doing bycrom and angry a lot in rapid succession and i can't figure out for the life of my how they are creating a button macro to do this! is there some sort of macro software i can download, there must be something im missing. also would be nice to set combos up for thoughs intense man on man pvp engagments where you just can't find the right button to click
    Last edited by sgtMassDozer; 2nd June 2013 at 20:56.

  2. #2

    Default

    Type /macro_on in chat and you get a window pop up. Click 'add' then type in whatever the emote you want to do. /fart for example. Save it on that character or across all your characters then spam click the saved emoticon. You can add more.

    To see a list of nearly all emoticons type / in chat and hit the space bar.

    On the topic of macros for combos, imo it's just plain wrong. Imagine going to a concert and all the musicians had macro's for their instruments. You'd feel cheated. The most rewarding thing about the game is mastering your combo's and doing them at the right time.

  3. #3

    Default

    you know while i'm at it why can't i transfer a character to another account??

  4. #4

    Default

    Quote Originally Posted by Jota180 View Post
    Type /macro_on in chat and you get a window pop up.
    I have to be honest.. I fell for it.

  5. #5

    Default

    Quote Originally Posted by Dagosmanwoody View Post
    I have to be honest.. I fell for it.
    The actual command is "/set chat_macro_window 1".
    By typing "/set " and hitting tab you can find lots of other variables up with which you can mess.

  6. #6

    Default

    I don't bother with a macro, and I bycrom faster than anyone! Get that micro out

    type

    /bycrom

    enter

    up arrow

    enter

    up arrow

    enter

    up arrow

    enter

    etc

  7. #7

    Default

    while you all bycrom each other, i will watch and /beg myself

  8. #8

    Default

    here is a repost for you:

    "Macros for Stupid People" - By Request
    Here lies the skeleton of a manual on macros.

    As soon as I write it. I promise to have SOMETHING up this afternoon.
    The Basics
    Macros in Age of Conan are text files that reside in your /Age of Conan/scripts directory. They can be created with any text editor (Notepad/Wordpad), and are used from inside the game as a /slash command.

    Your First Macro
    * Navigate to your /Age of Conan/scripts folder.
    * Right click and select "New -> Text Document"
    * Open it in Wordpad or Notepad, if necessary.
    * Type (or copy/paste) the following into it:
    Code:
    /emote grin
    /say :%m grins at %t:
    * Save the file as 'grinat.txt'
    * Find the file in your scripts folder, SINGLE click it (to select it, but not open it)
    * Hit F2 (or Right Click-> Rename)
    * Remove the ".txt" from the name, and hit enter.
    * Your OS will complain about possibly making the file unusable - you're not, you're making it usable...
    * Load Age of Conan.
    * Target someone or something.
    * Type /grinat into any chat window, and hit enter.

    Your character will chuckle a bit, and you'll see ":Yourname grins at Targetname:" in /say.

    Congratulations! You've got your first macro!

    Colored Text
    Since Age of Conan doesn't put Emote actions into chat like most of the titles we're used to, the next thing that is probably of use is to color the text in your macro, to make a 'pseudo-emote'.
    Macros can use some HTML tags. <font> is one of them.
    Code:
    /emote grin
    /say <font color="#ff9900">%m grins at %t.</font>
    What changed? We used the <font> tag wrapping our /say text to change the color, and we took out the : marks indicating an emote, since now our emote will stand out from "regular" /say chatter.

    Next Steps
    I spent about a week puttering around with macros, creating the ones that fell naturally to my fingers from 2 years of playing WoW, like /dance, /chicken, /laugh, /smile, /grin, etc.
    I often will have two versions of a macro, like /grin (for just grinning) and /grinat (for grinning when I have a target in mind)
    If you're looking for ideas, you might start with /em <tab> <tab> in game. That brings up a list of existing emotes that you can use for inspiration - or even because /writhe is so much easier than /emote squirm_on_ground.

    Nifty Things

    **I'LL SAVE YOU!!!**
    The Code:
    Code:
    /t %t ACCEPT THE INVITE - I'M TRYING TO HELP YOU
    pause 200
    /t %t ACCEPT THE INVITE - I'M TRYING TO HELP YOU
    pause 200
    /t %t ACCEPT THE INVITE - I'M TRYING TO HELP YOU
    pause 200
    /invite %t
    What it does: It sends three tells to your target on a 0.2 second delay (hopefully getting their attention), then throws up an invite to them. Hopefully, they're not grouped, and accept the invite - then you can throw down that wicked DPS without fear that you'll kill them in the process.

    Goldspammer Reporting Macro
    According to Funcom, the proper way to report a goldseller (at this time) is to open a petition, change the class to 54 (Chatspammer - which is forwarded to a special team), then delete the petition.
    This macro automates that process, and adds an insult ("may you have a long death and a speedy trip to hell") in Chinese (OK, spammers are usually automated - change the message to be whatever you like, within the ToS, of course), then ignores the spammer.
    Code:
    /petition I've received goldspam via a tell from player %1 advertising website %2.
    delay 2500
    /tell pet updateclass 54
    delay 2000
    /t %1 Wo xi wang ni man man si, dan kuai dian xia di yu!
    delay 2000
    /ignore %1
    delay 1000
    /tell pet delete
    USAGE: /gs <name> <website>
    After a couple weeks using this, the keystrokes I wind up using are actually
    <R><home><delete><delete>/gs<end><space>(website)<enter>

    Guild Advertising Macro
    I'll annotate this one later. Pick it apart at your leisure.
    This:
    Posts a link to your current channel that when clicked opens an infobox that:

    Code:
    <br><a href="text://<font color='red'><u><div align=center>YOUR GUILD NAME:</u></div><br><br><font color='red'>Guild Information:</font> <br>YOUR GUILD INFORMATION/DESCRIPTION/ETC.<br><br><font color='#B8860B'>Guild City:</font> GUILD CITY INFORMATION HERE<br><br><font color='red'>How to Join:</font><br>HOW TO JOIN YOUR GUILD HERE<br><br><a href='chatcmd:///t GUILDLEADER MESSAGE TO GUILDLEADER HERE'>GUILDLEADER</a><br><br>">TEXT FOR LINK IN CHAT HERE</a>
    It all must go on ONE line to work.

    Funcom's Official PvP Response
    This one is for shutting up people whining about PvP.
    It references a post by the Community Manager regarding what is and is not allowed in PvP - with emphasized text for the "Too Long, Didn't Read" crowd.
    This must all go on ONE line to work in-game.
    Code:
    <br><a href="text://<font color='#ff0000'><u><div align=center>TIRED OF GETTING GANKED?</u></div><br><br>Here is the Official Funcom Customer Service Post on the matter:</font> http://forums-us.ageofconan.com/showpost.php?p=508480&postcount=67<br><br><font color='red'>PvP is acceptable in all shapes or forms. We have built-in mechanics that allow the player being killed to find a way out of it. When those mechanics fail or do not function as intended we will step in. Until then we will be as hands off as possible.</font><br><br>When do we take action? When it crosses the line. <font color='red'>You can camp someone until the next day if you want. More power to you.</font><br><br>What you cannot do is verbally threaten them or use inappropriate language. You cannot use exploits or bugs to kill other players, or for any reason, for that matter. <font color='red'>The game is rated M, but that does not mean you can use racial slurs or issue personal attacks.</font><br><br>If you feel like it, bring all 300 of your friends, enemies, or whatever and beat each other senseless.<br><br>- Raakam, Funcom Customer Support Lead">Tired of getting ganked? Official Answers In This Link!</a>
    Funcom's Official PvP Response - New Player Help Friendly Version
    Same thing, shortened to fit into the limits of New Player Help. Get the newbies off on the right foot! This, too, must go on ONE line to work.
    Code:
    <br><a href="text://<u><div
    Retired

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •