Marduk's request

Started by Dextroy, November 14, 2006, 08:57:24 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Dextroy

You wanted to know which macro i use, so here it is. Hope you can make it usefull for yourself :)

/cast Innervate
/ra Innervating %t
/4 Innervating %t
/5 Innervating %t
/s Innervating %t

Thats it. (/4 = dr00d channel and /5 = healers channel in my case)

If your spell has different ranks like my battleres, i did :

/cast Rebirth(Rank 5)
/ra Battleressing %t
/4 Battleressing %t
/s Battleressing %t

I used capital letters in some places (  (R)ebirth and (I)nnervate  )in the /cast lines, not sure if it matters or not. Also notice the space between Rank and the number. Also not really sure if that matters, but i think it does :narnar:

Goodluck with making your macro :clap:
-Soupastar LvL60 Druid (Aszune)
-Dextroy LvL60 Priest (Aszune)

Marduk

aah thank you very much :) was hoping i could make this into a macro to tell someone they got blessing of protection on or maybe something else to
 
Edit, Anyone know if there is a way to /whisper target as well ?
Nulla tenaci invia est via "for the tenacious no road is impassable"

Deadlyspirit

yes duk just use /w nickname text msg
 
nickname can be changed with %t too if you need it for a random target you take
Deadlyspirit 60 G Mage / Naturpower 60 NE Druid
XpiRai 60 NE Warrior / Deadlyblow 60 H Rogue
 Holylight 60 H Priest / Holy 60 H Paladin
Shadowforce 60 H Warlock / Deadlything 48 D Hunter

Tanales

yeah, '/w %t I had to BOP you nub!' should work. If it dont it gets very complicated to whisper a target :(
EVE-Online: Lurek Andilles and Cerok
WoW: Tanales, lvl 90 Hunter on Aszune
BattleTag: Lurek#1103


     

Akall

My Rebirth macro:

/s Battleressing <<< %t >>> !!!
/ra Battleressing <<< %t >>> !!!
/script local playerName = UnitName("target");SendChatMessage("You have been brought back to life!", "WHISPER", "Common",playerName);
/cast Rebirth

:D
Akall - Night Elf Druid, Aszune



Marduk

the simple version did not work tana :(
but luckely akall saved the day!
Nulla tenaci invia est via "for the tenacious no road is impassable"

Marduk

I came up with the following macros
 
BOP:
 
/5 Casting blessing of protection on <<< %t >>> !!!
/script local playerName = UnitName("target");SendChatMessage("You are now protected from all Physical damage", "WHISPER", "Common",playerName);
/cast Blessing of Protection(Rank 3)
 
DI:
 
/5 Casting Divine Intervention  on <<< %t >>> !!!
/script local playerName = UnitName("target");SendChatMessage("Portable panic room deployed please wait till the danger goes away", "WHISPER", "Common",playerName);
/cast Divine Intervention
 
Blessing of freedom:
 
/script local playerName = UnitName("target");SendChatMessage("Run forest Run your roots have been unbound by Blessing of Freedom", "WHISPER", "Common",playerName);
/cast Blessing of Freedom
 
i suggest more pallies use these macros :) if you just copy/ paste this it should work :)
Nulla tenaci invia est via "for the tenacious no road is impassable"

KreuZ

I believe Secohan has a great macro for it if you still need some help. I definently get alot of whispers about getting BoP from him. :D

Secohan

I am using same macro for BoP whispers which Gorion helped to create it but i will use the pally channel  from now on that would help other pallies not select same target who had BoP :)
Well done Duk :yahoo: Macros look great

Tanales

yeh thats the script funktion i was trying to find, you can have alot of fun with that one :D

Try replacing Common with Gutterspeak or Demonic :P or anyother language in the game :)

allthough itll only be you that see the change unless your char knows the language it tries to send.
EVE-Online: Lurek Andilles and Cerok
WoW: Tanales, lvl 90 Hunter on Aszune
BattleTag: Lurek#1103


     

Tanales

and i think
Quote/script local playerName = UnitName("target");SendChatMessage("Run forest Run your roots have been unbound by Blessing of Freedom", "WHISPER", "Common",playerName);
Can be changed to:
/script SendChatMessage("Run forest Run your roots have been unbound by Blessing of Freedom", "WHISPER", "Common",UnitName("target"));

to save up some characters in the macro if you want ot add something else.
EVE-Online: Lurek Andilles and Cerok
WoW: Tanales, lvl 90 Hunter on Aszune
BattleTag: Lurek#1103


     

Knabbel

Then I want to see some additions, as I'm not familiar with the scripting language withing WoW I would like to a macro for Judging....
 
To give an idea.
 
1. Put on "Seal of Light" rank 4
2. Target the add
3. Cast Judgement on target.
 
The order can also be
 
1. Target the add
2. Put on "Seal of Light" rank 4
3. Cast Judgement on target.
 
It makes no different. Step 2 can be done always but it should be there before casting Judgement.
 
In step 3 I release the Seal of Light onto the target. This is for healing purposes....and can be done with wisdom as well.
 
I don't know if this would work out fine or I stick with the spells in my casting bar..... also I think I spamm the paladin channel as I do it on almost every mob inside MC.
 
As I see the script it give me a better insight into the language within WoW.
Daedalus: The Handsome Lvl 60 Dwarf Paladin.
My Troll Name: is Kitty Girl.
Born to perform

sitha

I don't think that is doable, you can't chain spells like that in macros because of the global cooldown.

Akall

You can if you have G15 by Logitech...still it might depends on your latency!
Akall - Night Elf Druid, Aszune



Knabbel

So that means there is no posibily to add a pause for 1.5 sec?
Daedalus: The Handsome Lvl 60 Dwarf Paladin.
My Troll Name: is Kitty Girl.
Born to perform