tolo
09.02.2005, 15:09
Hier mal ein paar nützliche Macros:
Pulling Macro
/script TargetNearestEnemy();
/p Pulling %t
/script AttackTarget();
/v inc
Assist Macro
/assist <playername>
/script AttackTarget();
Warlock Pet Attack Macro
/assist YourPullerOrTankNameHere
/script PetAttack();
/cast Curse of Weakness (Rank 3)
Hunter Attack Macro
/cast Hunter's Mark(Rank 1)
/script PetAttack();
Hunter Melee Macro
/cast Aspect of the Monkey
/script PetAttack();
/script AttackTarget();
For Mages, a Sheeping Macro
/p Sheeping >>> %t <<<
/cast Polymorph (Rank X)
Self-Cast Macro
/script CastSpellByName('<SpellName>(Rank X)')
/script SpellCastTarget("player")
This gives you smart self-casting (cast on yourself if a mob or nothing targeted, cast on other player if player is target) and does not deselect your current target so you don't have to re-initiate melee when fighting mobs.
Pet Feeding Macro
/cast Feed Pet
/script PickupContainerItem (4,6);
This will Feed your pet with out having to open your bag and click on the food .. so its one click pet feeding :)
the (4,6) is (bag,slot)
your bags are like this;
[4][3][2][1][0 ] 0 is your backpack
the slot numbers go from top left to bottom right so a 6 sloted bag slots would look like this;
[1][2]
[3][4][5][6]
your backpack would be ;
[ 1][ 2][ 3][ 4]
[ 5][ 6][ 7][ 8]
[ 9][10 ] [11][12]
[13][14][15][16]
Quelle (http://p080.ezboard.com/faedespendragonfrm39.showMessage?topicID=18.topic)
Pulling Macro
/script TargetNearestEnemy();
/p Pulling %t
/script AttackTarget();
/v inc
Assist Macro
/assist <playername>
/script AttackTarget();
Warlock Pet Attack Macro
/assist YourPullerOrTankNameHere
/script PetAttack();
/cast Curse of Weakness (Rank 3)
Hunter Attack Macro
/cast Hunter's Mark(Rank 1)
/script PetAttack();
Hunter Melee Macro
/cast Aspect of the Monkey
/script PetAttack();
/script AttackTarget();
For Mages, a Sheeping Macro
/p Sheeping >>> %t <<<
/cast Polymorph (Rank X)
Self-Cast Macro
/script CastSpellByName('<SpellName>(Rank X)')
/script SpellCastTarget("player")
This gives you smart self-casting (cast on yourself if a mob or nothing targeted, cast on other player if player is target) and does not deselect your current target so you don't have to re-initiate melee when fighting mobs.
Pet Feeding Macro
/cast Feed Pet
/script PickupContainerItem (4,6);
This will Feed your pet with out having to open your bag and click on the food .. so its one click pet feeding :)
the (4,6) is (bag,slot)
your bags are like this;
[4][3][2][1][0 ] 0 is your backpack
the slot numbers go from top left to bottom right so a 6 sloted bag slots would look like this;
[1][2]
[3][4][5][6]
your backpack would be ;
[ 1][ 2][ 3][ 4]
[ 5][ 6][ 7][ 8]
[ 9][10 ] [11][12]
[13][14][15][16]
Quelle (http://p080.ezboard.com/faedespendragonfrm39.showMessage?topicID=18.topic)