Log in

View Full Version : My macros for fun and profit



Powerwar
04-03-2009, 07:14 AM
I am moving my toons to Anacronos server and need to backup my macros just in case.

Think this is the best place to backup them and share with the community meanwhile :)

All toons:

Focus

/focus party1target
/p Focus: %f target: %t



Follow

/stopmacro [target=focus, noexists]
/follow focus
/p Following: %f target: %t



Mount

#showtooltip
/stopmacro [flying]
/cast [combat,nomounted][modifier] Ghost Wolf
/cast [nostance,nocombat,flyable] Great Blue Elekk
/cast [nostance,nocombat,noflyable] Great Blue Elekk
/dismount [mounted]
/cancelform [stance]

Accept

/script AcceptGroup();
/script AcceptQuest();
/script AcceptTrade();
/script RetrieveCorpse();
/script RepopMe();
/script ConfirmAcceptQuest();
/script StaticPopup_Hide("PARTY_INVITE");
/script StaticPopup_Hide("QUEST_ACCEPT");

Main:

Invites

/invite Buljin
/invite Nuljin
/invite Ruljin
/invite Tuljin
/ffa



Tankadin:

Pull

#showtooltip
/castsequence reset=10 Avenger's Shield, Holy Shield, Consecration

Tank

#showtooltip
/startattack
/castrandom Judgement of Light, Hammer of the Righteous, Holy Shield, Consecration, Shield of Righteousness

DPS shamans:

Chain heal

#showtooltip
/assist [target=focus, exists]
/cast Chain Heal

Chain lightning

#showtooltip
/assist [target=focus, exists]
/cast Chain Lightning

DPS

#showtooltip
/assist [target=focus, exists]
/castsequence reset=16 Flame Shock, Lava Burst, Lightning Bolt, Lightning Bolt,Lightning Bolt,Lightning Bolt,Lava Burst,Lightning Bolt,Lightning Bolt,Lightning Bolt,Lightning Bolt

Earth shock

#showtooltip
/assist [target=focus, exists]
/cast Earth Shock

Flame shock

#showtooltip
/assist [target=focus, exists]
/castsequence reset=6 Flame Shock, Lava Burst

Frost Shock

#showtooltip
/assist [target=focus, exists]
/cast Frost Shock

Ghost Wolf

#showtooltip
/stopmacro [flying]
/cast [nomounted][modifier] Ghost Wolf
/cast [nostance,nocombat,flyable] Fly Mount
/cast [nostance,nocombat,noflyable] Standard Mount
/dismount [mounted]
/cancelform [stance]

Healing wave

#showtooltip
/assist [target=focus, exists]
/cast Healing Wave

Lesser Heal

#showtooltip
/assist [target=focus, exists]
/cast Lesser Healing Wave

Lightning bolt

#showtooltip
/assist [target=focus, exists]
/cast Lightning Bolt

Lightning shield

#showtooltip
/assist [target=focus, exists]
/cast Lightning Shield

Purge

#showtooltip
/assist [target=focus, exists]
/cast Purge

Thunderstorm

#showtooltip
/assist [target=focus, exists]
/castsequence reset=45 ,Thunderstorm,,



Healer:

Chain heal Instance

#showtooltip
/assist [target=focustarget, exists]
/cast Chain Heal

Earth Shield

/target Loladinus
/cast Earth Shield

Heling wave Instance

#showtooltip
/assist [target=focustarget, exists]
/cast Healing Wave

Lesser Heal Instance

#showtooltip
/assist [target=focustarget, exists]
/castsequence Lesser Healing Wave,,

Khatovar
04-03-2009, 08:24 AM
The best place I found to backup my macros is Gmail or my own external drives.

blast3r
04-03-2009, 08:39 AM
Actually this is a good idea I think. Mainly due to being able to let other people see your macros. hmm.

Kalikiano
04-03-2009, 09:51 AM
Ive used castsequence before with reset = combat

what does Reset=i.e 45 do? or any number modifier in there

Tonyx
04-03-2009, 09:53 AM
It resets the sequence if you don't push (or click) that button for that many seconds.

Chorizotarian
04-03-2009, 02:13 PM
I use a Google code SVN (source control) to store mine. That way you get versioning and secure backup at the price of a little extra geeky complexity.