[EMU]Macro compilation menu

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 17
  1. #1
    Tink's Avatar Active Member
    Reputation
    46
    Join Date
    Aug 2006
    Posts
    205
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [EMU]Macro compilation

    Working macros compilation for emulated servers
    Here's some macros I've found, scattered here on MMOwned and also on Deathsoft. I also included some macros that makes your life on an emulated server easier.


    Exploit// macros

    1. Ressurrect macro
    Ressurect further than normal from corpse and skip ressurection wait time.
    Code:
    /script RetrieveCorpse()


    2. Use trinket ~15 times per cooldown

    This macro uses the item cooldown delay. Repeat the following until you have used 255 characters.
    Code:
    /use 13
    /use 13
    /use 13
    ...
    It works with trinkets that heals (insignia of the horde/alliance) and also Warmth of Forgiveness which gives 500 mana per use.

    3. Instant logout (http://www.mmowned.com/forums/progra...e-servers.html)
    With this you logout instantly instead of waiting 20 seconds, being in a city or restarting WoW.
    Code:
    /logout
    /console logout
    4. Colored text
    NOTE: On some servers this is forbidden so make sure it is ok and don't complain to me if you get banned for spamming pink text in LFG!
    Code:
    /run if(not scm) then scm = SendChatMessage; end; function SendChatMessage(msg, type, lang, chan) scm("124cffFF66FF124Hitem:19:0:0:0:0:0:0:0124h" ..msg.."124h124r", type, lang, chan);end;
    END
    Running this macro will make all your typed text pink until you reloadui or relog. The fat text is the HTML code for the color, replace it with another color code for another color. I made several macros with different codes for switching color. HTML color codes found here (do not include the "#" character in your macro)

    5. Custom item links
    http://www.mmowned.com/forums/wow-ex...tem-links.html
    Let's you create custom item links with color.

    6. Skill spamming
    This will probably get you banned if you use it too much in PvP, but life's short =)
    This only works with instant cast spells.
    Code:
    /cast Spell
    /stopcasting
    /cast Spell
    /stopcasting
    ...
    Repeat!
    It works with some skills without using No Cooldown hack, like Throw (yes, 20 knives per GCD =) )

    7. Instant duel
    Originally Posted by Bikeraman View Post
    You need to add this:

    /duel
    /script AcceptDuel()

    You can duel someone without them accepting the duel.
    Simplifying// macros

    1. Stopcasting
    This command will cancel the spell that is currently activated. I find it especially useful to fix the bug when actionbars screw up, but warriors might still need to spam escape to get rid of cleave/heroic strike lock. I use this as a macro to be able to keybind it (or click it)
    Code:
    /stopcasting
    2. Party leaving macro.
    If you are bugged in a party and you are unable to leave unless you relog you can use this macro.
    Code:
    /script LeaveParty();
    Please help me add more to the list!
    Last edited by Tink; 12-12-2007 at 11:07 AM.

    [EMU]Macro compilation
  2. #2
    Jrgamespot's Avatar Member
    Reputation
    26
    Join Date
    Aug 2007
    Posts
    123
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [EMU]Macro compilation

    nice - helps alot

  3. #3
    nixxor's Avatar Member
    Reputation
    5
    Join Date
    Feb 2007
    Posts
    85
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [EMU]Macro compilation

    /throw
    works to ^^

  4. #4
    smek's Avatar Member
    Reputation
    2
    Join Date
    Jul 2007
    Posts
    25
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [EMU]Macro compilation

    The skill spamming macro is awesome if u got the no world CD hack. I use it alot with my mage (Ice lance) and my druid (Moonfire).

  5. #5
    andrzej's Avatar Member
    Reputation
    2
    Join Date
    Dec 2006
    Posts
    12
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [EMU]Macro compilation

    i kinda know most of this but good to have everything like this in 1 post

  6. #6
    Sprackle's Avatar Contributor
    Reputation
    80
    Join Date
    Sep 2007
    Posts
    223
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [EMU]Macro compilation

    do you know the script command to retrieve an Insignia from someone? (like in BG's?)

  7. #7
    infi11's Avatar Member
    Reputation
    1
    Join Date
    Aug 2007
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [EMU]Macro compilation

    oh so thats how that rogue spammed throw >.<

  8. #8
    acidninja's Avatar Member
    Reputation
    2
    Join Date
    Jul 2007
    Posts
    28
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [EMU]Macro compilation

    /Script CompleteQuest() For when your quest is complete but it would let you turn it in.

  9. #9
    Tink's Avatar Active Member
    Reputation
    46
    Join Date
    Aug 2006
    Posts
    205
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [EMU]Macro compilation

    /bump
    =)
    Aap?

  10. #10
    AK40's Avatar Member
    Reputation
    28
    Join Date
    Nov 2007
    Posts
    126
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [EMU]Macro compilation

    The color macro is:
    /run if(not scm) then scm=SendChatMessage; end; function SendChatMessage(msg, type, lang, chan) scm("\124cff???????\124Hitem:19:0:0:0:0:0:0:0\124h" ..msg.."\124h\124r ", type, lang, chan);end;

    The ??????? is your HTML color code
    ( HTML color codes )

  11. #11
    throttl37's Avatar Member
    Reputation
    1
    Join Date
    Nov 2007
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [EMU]Macro compilation

    /cast Spell (what do i put here for moonfire?)

    ive tried typing moonfire but that dont work ahhhhhhhhh

  12. #12
    Phygar's Avatar ( ͡° ͜ʖ ͡°)
    Reputation
    443
    Join Date
    Nov 2007
    Posts
    1,591
    Thanks G/R
    7/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [EMU]Macro compilation

    /cast moonfire

  13. #13
    EmiloZ's Avatar Flying Piggy Back
    CoreCoins Purchaser
    Reputation
    538
    Join Date
    Jun 2007
    Posts
    1,393
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [EMU]Macro compilation

    Great for the noobs there dont know macros. But still wrong section :/ But +Rep x2
    Why fill up a signature?

  14. #14
    throttl37's Avatar Member
    Reputation
    1
    Join Date
    Nov 2007
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [EMU]Macro compilation

    does the no global cooldown macro work for 2.3 ?? i have it set
    /cast moonfire
    /stopcasting
    /cast moonfire
    /stopcasting
    but it still dotn work

  15. #15
    zegoth's Avatar Member
    Reputation
    1
    Join Date
    Aug 2006
    Posts
    13
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [EMU]Macro compilation

    Nice, +rep

Page 1 of 2 12 LastLast

Similar Threads

  1. arc emu compile
    By glh290 in forum WoW EMU Questions & Requests
    Replies: 0
    Last Post: 07-29-2009, 01:08 PM
  2. Wow Emu Compiles Updated Daily
    By Joriee in forum WoW EMU General Releases
    Replies: 0
    Last Post: 07-16-2009, 12:32 PM
  3. Macro compilation for hunting raremobs
    By Netzgeist in forum World of Warcraft Guides
    Replies: 4
    Last Post: 04-04-2009, 05:49 AM
  4. [Compiles] Daily Compiles - Arc Emu
    By Kiev in forum World of Warcraft Emulator Servers
    Replies: 8
    Last Post: 07-09-2008, 08:56 AM
  5. Daily Ascent Compiles [Arc Emu]
    By elethina in forum World of Warcraft Emulator Servers
    Replies: 11
    Last Post: 06-17-2008, 05:33 PM
All times are GMT -5. The time now is 09:15 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search