Username: Password:

Forum Index > Interface AddOns/Modifications > Real men macro

Post new topic
Hornblower > Frequenter (300) > 20/08/07 03:24
Reply with quote
Sooo I'm back bringing all u noobs yet more imba macros!

This is one straight for the 1-Binders Corner

Shackle macro:

Edit: Fixed a minor bug. Macro should be flawless now.
Quote:

/run x=4
/focus [target=focus,noexists][target=focus,dead][modifier:shift][target=focus,help]
/cast [target=focus][modifier:shift] Shackle Undead
/run SetRaidTarget("focus",x)

Will cast Shackle Undead on your target and set it as a focus target. It will also mark that target with a raid icon. In this case a triangle.
The macro will only put up a raid target icon on your focus target meaning that u wont put it up on wrong targets if u press the macro while dps'ing something else than your focus.
Also using the macro while pressing Shift will force the macro to make your current target your focus, shackle it and put up a raid target icon.
If not it will only make a new focus if your old target is dead or none existent.
Change the number in "x=4" to make it another icon.
Icons are also listed here http://www.wowwiki.com/API_SetRaidTarget
This macro could easily be made into a Polymorph version too. Just change Shackle Undead to Polymorph.


Mount macro:
Quote:

/use [outdoors,nomounted,flyable,nomodifier:ctrl] <flying mount>
/use [outdoors,nomounted,modifier:ctrl] [outdoors,nomounted,noflyable] <grounded mount>
/dismount [mounted]

Will mount u on flying mount in flying zones and grounded mount in none flying zones.
If u hold Ctrl while pressing the macro u will use your grounded mount instead of the flying one. Intended as an extra option in flying zones.
Pressing the macro while mounted will dismount u. The macro gives no error message either like some noob versions does!
Just remember fill in your own mounts ofc.


Assist macro:
Quote:

/focus [modifier:ctrl][target=focus,noexists][target=focus, dead]
/target focustarget

Will set your target as focus if u don't already have one or old is none existent or dead. Ctrl will force your target to be focus aswell.
Also by pressing the macro you will target the target of your focus for easy assisting.


Last edited by Hornblower on 20/08/07 17:20; edited 2 times in total
I am the casual ownage!

"THE PEOPLE ITALIANS ..want italy server !!!!"
Anda > "I TRIED MY BEST" (112) > 20/08/07 08:39
Reply with quote
what about your imba rofl macro ?
ShaelTal > Guest () > 20/08/07 12:31
Reply with quote
if you get some more imba macro's in this thread i might have to sticky it!
crul > "I TRIED MY BEST" (212) > 20/08/07 13:04
Reply with quote
/target shaeltal
/rofl
/rofl
/rofl
/rofl
/rofl
ShaelTal > Guest () > 20/08/07 14:14
Reply with quote
crul wrote:
/target shaeltal
/rofl
/rofl
/rofl
/rofl
/rofl


how does this work on other people then? as its been used on loads of peeps... skip the /target nublet!
crul > "I TRIED MY BEST" (212) > 20/08/07 15:14
Reply with quote
other people aren't fun to rofl at, only works for you
Krissam > LOOT FTW LIKES ME (604) > 20/08/07 23:39
Reply with quote
crul wrote:
/target shaeltal
/rofl
/rofl
/rofl
/rofl
/rofl


there's another one that might come in handy

Code:
/target alayn
/spit
/spit
/spit
/spit
Hornblower > Frequenter (300) > 21/08/07 15:21
Reply with quote
Don't dirty my thread with your stupidity!
If u can't make a rofl u deserve to die.
I am the casual ownage!

"THE PEOPLE ITALIANS ..want italy server !!!!"
Joppis > "I TRIED MY BEST" (51) > 22/08/07 09:26
Reply with quote
Real men don't use macros...
Raiding is hard, sometimes there is fire. You have to not be in the fire!!
Krissam > LOOT FTW LIKES ME (604) > 22/08/07 13:35
Reply with quote
Hornblower wrote:
Don't dirty my thread with your stupidity!
If u can't make a rofl u deserve to die.


danes who plays dorf priests deserve to die....
Krissam > LOOT FTW LIKES ME (604) > 22/08/07 13:35
Reply with quote
oh wait....
Hornblower > Frequenter (300) > 29/08/07 18:43
Reply with quote
If any of u noobs need help on macros you can check:

http://www.wowwiki.com/HOWTO:_Make_a_Macro
http://www.wowwiki.com/Most_Used_Macros#2.0_Macro_Guide
I am the casual ownage!

"THE PEOPLE ITALIANS ..want italy server !!!!"
ShaelTal > Guest () > 29/08/07 19:40
Reply with quote
Hornblower wrote:


how do i make a macro?
Pero > LOOT FTW LIKES ME (687) > 30/08/07 11:55
Reply with quote
Shaeltal, you wouldn't know how to make a macro even if someone draws it on the paper for you. So stick to your /target self /spit routine Razz
<3 Barcelona!

I pinch!

Shaeltal is gay!
Hornblower > Frequenter (300) > 10/04/09 20:45
Reply with quote
Long time no macro.
After changing my camera distance to a more far out view i became annoyed with the tiresome usage of the scroll wheel if i wanted to zoom in/out depending on the situation. So i found this API command that changes the camera distance depending on an input value. Then i thought "why not bind the zoom in/out functions to the scroll wheel". The only problem is that you would have to create an addon for that and since I'm not up for making or installing an addon just to make the camera zoom in and out faster i made this workaround in the form of a macro.

Code:
/run x=3
/run a="ZoomIn";b="ZoomOut";DeleteMacro(a);DeleteMacro(b);CreateMacro(a,12,"/run CameraZoomIn("..x..")",nil,nil);CreateMacro(b,12,"/run CameraZoomOut("..x..")",nil,nil);SetBindingMacro("MOUSEWHEELUP",a);SetBindingMacro("MOUSEWHEELDOWN",b)


Run this macro once. This will create 2 macros. One for zooming out and one for zooming in. Then it will bind the scroll wheel to those two macros. The "x" value changes the camera zoom speed of the scroll. Running this macro again with another x value will simply override the previous 2 macros.
I am the casual ownage!

"THE PEOPLE ITALIANS ..want italy server !!!!"
Pero > LOOT FTW LIKES ME (687) > 12/04/09 20:49
Reply with quote
/me slash roflspitmoon Shaeltal

/me slash spitmock Alayn

That's all you need to play this game.
<3 Barcelona!

I pinch!

Shaeltal is gay!
shaeltal > Frequenter (324) > 13/04/09 00:41
Reply with quote
Pero wrote:
/me slash roflspitmoon Shaeltal

/me slash spitmock Alayn

That's all you need to play this game.


rofl, all i need is slash rofl perooo (da huntard)

Page 1 of 1
Post new topic

Jump to: