pet angriff und mdj zugleich ? Oo

Dêrun_Oo

NPC
Mitglied seit
09.12.2006
Beiträge
2
Reaktionspunkte
0
Hi leute ich hab mal ne frage :mann kann sich ja eigene macro´s
erstellen und ich wollt mal wissen was man tun muss damit mann dieses macro machen kann :
1. mal des jäger´s auf das ziel wirken 2. das pet soll das ziel angreifen

wär sehr nice wenn des einer wüsste ;>

mfg Dêrun
 
Hi leute ich hab mal ne frage :mann kann sich ja eigene macro´s
erstellen und ich wollt mal wissen was man tun muss damit mann dieses macro machen kann :
1. mal des jäger´s auf das ziel wirken 2. das pet soll das ziel angreifen

wär sehr nice wenn des einer wüsste ;>

mfg Dêrun

Also das mal des jägers /wirken "Mal des Jägers"

aber das mit dem Pet kann ich dir auch nicht sagen.
 
Hi @ll,

ein entsprechendes Makro hatte ich bis zum Patch. Jetzt funktioniert es aber nicht mehr. Entsprechend bin ich mir nicht sicher, ob es noch möglich ist / möglich sein wird sowas zu verwirklichen.

Grüße moji.
 
/wirken "Mal des Jägers"
/script PetAttack
glaub ich...bin mir net sicher
 
hat leider net geklapt des mit /script PetAttack >.> da stand blizzard sperrt diese teil oda so wat ( p.s. da hat die () hinter gefehlt ^^ )
 
Zwei gute Nachrichten:


1. Es geht auch mit 2.0 noch
2. Die Syntax ist einfacher geworden

So sieht Dein Makro aus:

/wirken "Mal des Jägers"
/PetAttack
 
Hi Strato. Hi @ll.

Danke für die Infos. Jetzt funktionieren auch die meisten anderen Makros bei mir wieder.

Hier die wichtigsten:
  • Streuschuss

    /wirken "Streuschuss"
    /PetFollow

    -> Sorgt dafür, dass das Pet Angriffe auf das Ziel einstellt, wenn ein Streuschuss gewirkt wird. Ideal um auf Distanz zu kommen


    Totstellen

    /wirken "Totstellen"
    /PetPassiv

    -> Der selbe Effekt, wie oben. (Jäger und Pet kommen aus dem Kampf.) Gut geeignet bspw., wenn sich das Pet (wieder) tarnen soll.
Grüße moji.
 
Zuletzt bearbeitet von einem Moderator:
Hi Strato. Hi @ll.

Danke für die Infos. Jetzt funktionieren auch die meisten anderen Makros bei mir wieder.

Hier die wichtigsten:
  • Streuschuss

    /wirken "Streuschuss"
    /PetFollow

    -> Sorgt dafür, dass das Pet Angriffe auf das Ziel einstellt, wenn ein Streuschuss gewirkt wird. Ideal um auf Distanz zu kommen
    Totstellen

    /wirken "Totstellen"
    /PetPassiv

    -> Der selbe Effekt, wie oben. (Jäger und Pet kommen aus dem Kampf.) Gut geeignet bspw., wenn sich das Pet (wieder) tarnen soll.
Grüße moji.

Das Streuschuss-Makro ist überflüssig, weil das Pet nun automatisch die Angriffe abstellt wenn du einen streuschuss abfeuerst...
 
Das Streuschuss-Makro ist überflüssig, weil das Pet nun automatisch die Angriffe abstellt wenn du einen streuschuss abfeuerst...

das pet stellt sogar den angriff ein, sollte sein ziel von sheep oder ähnlichen CC effekten betroffen sein.
 
das pet stellt sogar den angriff ein, sollte sein ziel von sheep oder ähnlichen CC effekten betroffen sein.

Nur wenn es auf Passiv gestellt ist, auf Deffensiv greift es tw weiterhin an. Auch wenn der Mob z.B. in ne Frostfalle läuft
angry.gif
 
Aber um zum Thema zurückzukommen.

Ich habe mir auch am vorgeschlagenen Makro die Zähne ausgebissen bis ich einfach mal die Anführungszeichen weggelassen habe:

/wirken Mal des Jägers
/PetAttack

Dann klappts auch mit der Attacke ;-)
 
Da sich mit dem Patch 2.0 doch viel im Makrobereich geändert hat, habe ich mal die folgenden Befehle inkl. Erläuterungen von World Of Raids übernommen.

BASIC PET COMMANDS:

Pet Orders: Attack, Follow, Stay
/petattack
/petfollow
/petstay

Pet Stances: Passive, Defensive, Aggressive
/petpassive
/petdefensive
/petaggressive

Auto-Cast Pet Abilities
/petautocaston <spell>
/petautocastoff <spell>


BASIC PLAYER COMMANDS:

Casting Spells
/cast <spell>
/castrandom <spell>, <spell>, <spell>
/castsequence <spell>, <spell>, <spell>
/stopcasting

Using And Equipping Items
/use <item>
/equip <item>
/equipslot <slot id> <item>


ADVANCED PET MACROS:

Toggle Pet Attack
/petattack
/petpassive [target=pettarget,exists]

> If you wish to keep your pet's stance, use /petfollow instead of /petpassive.

Revive, Call, or Mend Pet
/cast [target=pet, dead] Revive Pet; [modifier:ctrl] Revive Pet; [nopet] Call Pet; Mend Pet

> The modifier key allows you to hold down Control so this macro will ALWAYS cast Revive Pet. This is to make up for situations where your pet is dead, but not visible.

Mend or Revive Pet
/cast [pet] Mend Pet; Revive Pet

Call or Dismiss Pet
/cast [pet] Dismiss Pet; Call Pet

Feed Multiple Pets
#show Roasted Quail
/cast [pet, nocombat] Feed Pet
/use [pet:Cat/Ravager/Wolf, nocombat] Roasted Quail; [pet:ugly:ear/Boar/Wind Serpent, nocombat] Conjured Cinnamon Roll

> The first line forces the macro to display the number of Roasted Quail in your backpack. The /use line will use certain food based on what type of pet you have.


ADVANCED HUNTER MACROS:

Use Bandage On Target Or Self
/use [help] Heavy Runecloth Bandage; [target=player] Heavy Runecloth Bandage

Switch Between Two Aspects
/castsequence Aspect of the Hawk, Aspect of the Monkey

> This works the same for Tracking abilities.

Cast Spells Based On Modifier Keys
/cast [nomodifier] Aspect of the Hawk
/cast [modifier:ctrl] Aspect of the Monkey
/cast [modifier:alt] Aspect of the Cheetah

Cast Spells Based On The Mouse Button Used
/cast [button:1] Aspect of the Hawk
/cast [button:2] Aspect of the Monkey
/cast [button:4] Aspect of the Cheetah

> By default, using a keybind counts as mouse button 1 (left click).

Use Monkey Then Switch ActionBars
/cast Aspect of the Monkey
/changeactionbar 2

Kill Command
/cast [exists,target=pettarget] Kill Command

> Makes sure that you cast Kill Command on your pet's target. Otherwise, the spell will go to waste.

Solo Farming
#show Auto Shot
/targetenemy [noharm]
/stopmacro [noharm]
/petattack
/cast Hunter's Mark
/startattack

> With one button press, this will target a nearby enemy if one isn't already selected, send your pet on it, cast Hunter's Mark, and then turn on auto attack / auto shot.

Smart Ammo
#show Steady Shot
/equip Sharp Arrow
/cast Steady Shot
/equip Wicked Arrow

> Use cheaper arrows for attacks that do not make use of their bonus damage.

Misdirection On Predefined Targets
/cast [target=focus, help] Misdirection; [help] Misdirection; [target=pet, exists] Misdirection

> This will attempt to cast Misdirection on the first of three targets. First, on your /focus unit if it is friendly. Second, on your current target if it is friendly. Third, on your pet if it is out.

Example Of Using Mass Cooldowns And Trinkets
/cast Beastial Wrath
/stopcasting
/cast Rapid Fire
/stopcasting
/use Devilsaur Eye
/stopcasting
/cast Intimidation

Renataki's Charm Macro
/castsequence reset=3 Arcane Shot, Multi-Shot, Renataki's Charm of Beasts

> This macro will cycle through Arcane Shot, then Multi-Shot, and then use the trinket. If the trinket is on cooldown, the macro will halt. Simply wait 3 seconds and it will go back to Auto Shot.
 
Zurück