Register for your free account! | Forgot your password?

You last visited: Today at 03:55

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



usefull ingame macros

Discussion on usefull ingame macros within the WoW Exploits, Hacks, Tools & Macros forum part of the World of Warcraft category.

Reply
 
Old   #1
 
Lowfyr's Avatar
 
elite*gold: 235
The Black Market: 135/1/0
Join Date: Jul 2003
Posts: 16,559
Received Thanks: 17,765
Pulling Macro

Code:
/script TargetNearestEnemy(); 
/p Pulling %t 
/script AttackTarget(); 
/v inc

Hunter Melee Macro

Code:
/cast Aspect of the Monkey 
/script PetAttack(); 
/script AttackTarget();

Feed Pet Macro

Code:
/script if (not PlayerFrame.inCombat) then if (not 
GetContainerItemLink(4, 1)) then OpenBag(4); else CastSpellByName("Feed Pet"); PickupContainerItem(4, 1); end end

Priest Macro

Code:
"/script if (UnitName("target") ~=nil and UnitInParty("target")) then CastSpellByName("Power Word: Shield(Rank 1)") else TargetUnit("player") CastSpellByName("Power Word: Shield(Rank 1)") TargetLastEnemy(); end;

Example to put on 1H-weapon and offhand weapon when you are wearing 2H-weapon

Code:
/script PickupContainerItem(4, 1); 
/script -- 1H weapon now on cursor. 
/script PickupInventoryItem(16); 
/script -- 1H weapon now equipped, 2H weapon on cursor. 
/script PickupContainerItem(4, 3); 
/script -- 2H weapon in inventory, no item on cursor. 
/script PickupContainerItem(4, 2); 
/script -- offhand item on cursor. 
/script PickupInventoryItem(17); 
/script -- off hand item now equipped, no item on cursor.

Example to put on 2H-weapon when you are wielding 2H-weapon

Code:
/script PickupInventoryItem(17); 
/script -- off hand item now on cursor. 
/script PickupContainerItem(4, 2); 
/script -- off hand item now in inventory 
/script PickupContainerItem(4, 3); 
/script -- 2H weapon now on cursor. 
/script PickupInventoryItem(16); 
/script -- 1H weapon now on cursor, 2H weapon equipped 
/script PickupContainerItem(4, 1); 
/script -- 1H weapon now in inventory, no item on cursor.
follow your nearest friend

Code:
/script TargetNearestFriend(); 
/follow
spell/buff cast

Code:
/cast Buff1 (Rank 1) 
/cast Buff2 (Rank 2) 
/cast Buff3 (Rank 3)
If you want to cycle through your team-mates, that is a bit more advanced. In-Game you would just have to press F1 (yourself) to F5, in a macro you have to use some /script commands. *Evil* already gave a similar example.

Code:
/script if (UnitName("target") ~=nil and UnitInParty("target")) then CastSpellByName("Power Word: Shield(Rank 1)")
pulling with ranged macro

Code:
/script TargetNearestEnemy(); 
/p Pulling %t 
/cast ShootBow(Rank 1) 
/v inc
Lowfyr is offline  
Old 11/29/2004, 21:56   #2
 
mRs's Avatar
 
elite*gold: 0
Join Date: Nov 2004
Posts: 979
Received Thanks: 20
hört sich echt nciht schlecht an =)
mRs is offline  
Old 02/26/2005, 03:16   #3
 
elite*gold: 0
Join Date: Nov 2004
Posts: 98
Received Thanks: 2
Kennt jmd ne gute Seite über LUA und/oder Blizzard Macro Commands/Guide/etc?
csar is offline  
Old 02/28/2005, 11:15   #4
 
elite*gold: 0
Join Date: Dec 2004
Posts: 355
Received Thanks: 0
das offzielle wow forum is gut...
da gibt es nen extra forum fuer skripts...
wenn man sich reinliest versteht man es
Exitus is offline  
Old 02/28/2005, 11:57   #5
 
mRs's Avatar
 
elite*gold: 0
Join Date: Nov 2004
Posts: 979
Received Thanks: 20
aber nur das englisch =)
mRs is offline  
Old 02/28/2005, 23:27   #6
 
elite*gold: 0
Join Date: Dec 2004
Posts: 355
Received Thanks: 0
jops
is ja eh egal ob deutsch oder englisch
Exitus is offline  
Old 03/03/2005, 09:19   #7
 
elite*gold: 0
Join Date: Nov 2004
Posts: 221
Received Thanks: 1
Wie kann muss ich das priest macro
Quote:
"/script if (UnitName("target") ~=nil and UnitInParty("target")) then CastSpellByName("Power Word: Shield(Rank 1)") else TargetUnit("player") CastSpellByName("Power Word: Shield(Rank 1)") TargetLastEnemy(); end;
ändern, das ich auch leute heilen kann, die nicht in meiner gruppe sind? also quasi alle bis auf gegner?

2. Frage:
Wie muss ich das Pulling macro
Quote:
/script TargetNearestEnemy();
/p Pulling %t
/script AttackTarget();
/v inc
abändern, das ich
1. einen gegner sheepe,
2. nur das "sheepe %t" sage, wenn ich auch in einer gruppe bin
3. der letzte ausgewählte mob anvisiert wird?
Für hilfe wäre ich sehr dankbar!
Gruß, Sine
Sine Nomine is offline  
Reply


Similar Threads Similar Threads
[Sammelthread]Ingame Macros + How to use!
08/14/2010 - CrossFire - 18 Replies
DE: EN: Macro = DE: Makro = Ein Makro ist ein Programm, das eine fest vorgegebene Folge von Befehlen, Aktionen oder Tastaturcodes enthält. Alle Anweisungen des Makros werden automatisch ausgeführt, wenn das Makro entweder mit Hilfe eines Tastenschlüssels oder mit Hilfe eines Menünamens aufgerufen wird. Quelle: Makro ? Wikipedia Hey Com, Hier könnt ihr eure ingame Macros reinschreiben die ihr in Clan Matches oder anderen modes, gerne schreibt. Meine persöhnlichen Favoriten sind:
ingame macros
03/11/2005 - WoW Exploits, Hacks, Tools & Macros - 0 Replies
hab heute mal ein paar macros geschrieben.. hoffe sie können euch helfen: Y steht für den spellnamen X steht für den rang des spells Hunter /script PetAttack(); /script CastSpellByName ("Jäger-Mal(Rang X)")



All times are GMT +1. The time now is 03:55.


Powered by vBulletin®
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2025 elitepvpers All Rights Reserved.