Forums WoW Modding Resources Tools [Archive] [EMU]Macro compilation

[Archive] [EMU]Macro compilation

[Archive] [EMU]Macro compilation

Pages (2): 1 2 Next
rektbyfaith
Administrator
0
11-04-2025, 12:46 PM
#1
Archived author: Tink • Posted: 2025-11-04T13:46:12.385687
Original source

Quote: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
[Image: lastpost-right.svg]

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!
rektbyfaith
11-04-2025, 12:46 PM #1

Archived author: Tink • Posted: 2025-11-04T13:46:12.385687
Original source

Quote: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
[Image: lastpost-right.svg]

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!

rektbyfaith
Administrator
0
11-04-2025, 12:46 PM
#2
Archived author: Jrgamespot • Posted: 2025-11-04T13:46:12.385687
Original source

Quote: nice - helps alot
rektbyfaith
11-04-2025, 12:46 PM #2

Archived author: Jrgamespot • Posted: 2025-11-04T13:46:12.385687
Original source

Quote: nice - helps alot

rektbyfaith
Administrator
0
11-04-2025, 12:46 PM
#3
Archived author: nixxor • Posted: 2025-11-04T13:46:12.385687
Original source

Quote: /throw

works to ^^
rektbyfaith
11-04-2025, 12:46 PM #3

Archived author: nixxor • Posted: 2025-11-04T13:46:12.385687
Original source

Quote: /throw

works to ^^

rektbyfaith
Administrator
0
11-04-2025, 12:46 PM
#4
Archived author: smek • Posted: 2025-11-04T13:46:12.385687
Original source

Quote: 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).
rektbyfaith
11-04-2025, 12:46 PM #4

Archived author: smek • Posted: 2025-11-04T13:46:12.385687
Original source

Quote: 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).

rektbyfaith
Administrator
0
11-04-2025, 12:46 PM
#5
Archived author: andrzej • Posted: 2025-11-04T13:46:12.385687
Original source

Quote: i kinda know most of this but good to have everything like this in 1 post
rektbyfaith
11-04-2025, 12:46 PM #5

Archived author: andrzej • Posted: 2025-11-04T13:46:12.385687
Original source

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

rektbyfaith
Administrator
0
11-04-2025, 12:46 PM
#6
Archived author: Sprackle • Posted: 2025-11-04T13:46:12.385687
Original source

Quote: do you know the script command to retrieve an Insignia from someone? (like in BG's?)
rektbyfaith
11-04-2025, 12:46 PM #6

Archived author: Sprackle • Posted: 2025-11-04T13:46:12.385687
Original source

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

rektbyfaith
Administrator
0
11-04-2025, 12:46 PM
#7
Archived author: infi11 • Posted: 2025-11-04T13:46:12.385687
Original source

Quote: oh so thats how that rogue spammed throw >.<
rektbyfaith
11-04-2025, 12:46 PM #7

Archived author: infi11 • Posted: 2025-11-04T13:46:12.385687
Original source

Quote: oh so thats how that rogue spammed throw >.<

rektbyfaith
Administrator
0
11-04-2025, 12:46 PM
#8
Archived author: acidninja • Posted: 2025-11-04T13:46:12.385687
Original source

Quote: /Script CompleteQuest() For when your quest is complete but it would let you turn it in.
rektbyfaith
11-04-2025, 12:46 PM #8

Archived author: acidninja • Posted: 2025-11-04T13:46:12.385687
Original source

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

rektbyfaith
Administrator
0
11-04-2025, 12:46 PM
#9
Archived author: Tink • Posted: 2025-11-04T13:46:12.385687
Original source

Quote:/bump

=)
rektbyfaith
11-04-2025, 12:46 PM #9

Archived author: Tink • Posted: 2025-11-04T13:46:12.385687
Original source

Quote:/bump

=)

rektbyfaith
Administrator
0
11-04-2025, 12:46 PM
#10
Archived author: AK40 • Posted: 2025-11-04T13:46:12.385687
Original source

Quote: 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 )
rektbyfaith
11-04-2025, 12:46 PM #10

Archived author: AK40 • Posted: 2025-11-04T13:46:12.385687
Original source

Quote: 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 )

Pages (2): 1 2 Next
Recently Browsing
 1 Guest(s)
Recently Browsing
 1 Guest(s)