Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Macros
#1
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 Smile

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
Reply
#2
wie in swg halt

des mittn assisten werd ich sicher oft brauchen Big Grin
Crocodile
WoW
Reply
#3
Paste the below line into your config.wtf file to increase the 'tab' autotarget range.


SET targetNearestDistance "20.000000"


20 is the default number (above) higher you put it the longer the range, 40-60 is probably what works best.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)