Showing posts with label World of Warcraft -Bot/Macro/Tool. Show all posts
Showing posts with label World of Warcraft -Bot/Macro/Tool. Show all posts

Free WoW Macros: In-game Macro Library

Pulling Macro
CODE
/script TargetNearestEnemy();
/p Pulling %t
/script AttackTarget();
/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.

--------------------------

Here's a very simple but handy Following macro. I often use this when i see people going somewhere I want to and I don't wanna navigate there myself.

CODE
/script TargetNearestFriend();
/follow


-------------------------

It is no problem to make a macro, that casts all spells / buffs for you, it is actually the easiest macro there is (nearly)

CODE
/cast Buff1 (Rank 1)
/cast Buff2 (Rank 2)
/cast Buff3 (Rank 3)

(You don't even need the "/script" )

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)")


Casts the Spell "Power Word: Shield(Rank 1)" if the target is in the party.
Don't know how to repeat something like that several times, but with "/script TargetNearestEnemy();" it should be possible to make something like you wanted out of it.


---------------
CODE
/script TargetUnit("player1");
/script CastSpellByName("Heal (Rank 1)")
/script TargetUnit("player2");
/script CastSpellByName("Heal (Rank 1)")
/script TargetUnit("player3");
/script CastSpellByName("Heal (Rank 1)")
/script TargetUnit("player4");
/script CastSpellByName("Heal (Rank 1)")


I don't know, if the game automatically waits until the spell is casted, but this should work . If the game does not wait, you can't do a macro like that (there is no "wait (2)" command!).

CODE
/script TargetUnit("player1")
Code:

Simply selects the Party-Member with the ID 1. (equal to F2)

/script CastSpellByName("Heal (Rank 1)")


Casts the spell named "Heal" of the rank 1.

---------------------------------

You can select an ability in your spell book and shift+click it into your macro editing tool to grab that actions command.

Here is a Pulling with Ranged Macro (obviously not that hard to make )
Alternate weapons:

CODE
/cast ShootGun(Rank 1)
/cast Throw(Rank 1)


CODE
/script TargetNearestEnemy();
/p Pulling %t
/cast ShootBow(Rank 1)
/inc
Reply With Quote

Free WoW Bot: New Working Fishing Bot

Visit http://www.darkxproz.net/index.php?area=downloadsto dl the fishing bot.

The bot can be a bit difficult to configure, but as long as you read the instructions given, you should be doing just fine.

Free WoW Macro: Clean up your Mailbox

So this is a nice macro that will empty yourmailbox and throw all the attachments in your inventory.

This should be useful when you find yourself buying tons of mats from the Auction house and your mailbox is filled up with endless mails containing auction winnings.

This macro was made using ACTool (http://www.actool.net/)

Requirements:
1. Run World of Warcraft at 1280x1024 in windowed mode with the default settings
2. Make sure you're running the default "blue" Windows XP theme

Code:

// This line is necessary to select the proper window
SetActiveWindow World of Warcraft

//information constant
constants
temp = Information
end

//check color of auction box
LoadRGB 80, 295

While {RGBRed} <> 132 AND {RGBGreen} <> 69 AND {RGBBlue} <> 0
//put mouse over inbox item 1
MousePos 61, 278
RightClick
Delay 400
//put mouse over mail attachment 1
MousePos 698, 623
RightClick
Delay 400
//put mouse over mail attachment 2
MousePos 762, 610
RightClick
Delay 400
//put mouse over mail attachment 2
MousePos 819, 627
RightClick
Delay 400
Delay 500
LoadRGB 80, 295
End

ShowMessage temp = Information, OK, Your WoW Mailbox is Empty.

Free WoW Bot: Working WoW Bots an botting locations

Auto IT - Generic windows scripting program.

RealmBot - AFK Bot for WoW, not free.

WowSharp - Free set of automation tools


---

09-12 (Horde) Tristfal Glades, Scarlet Tower(54,68) -- Scarlet Humanoids
10-16 (Alliance) Loch Modan, Thelsamar(33,39) -- Boars, Bears and Spiders
12-15 (Horde) Outside X-Roads -- ??
15-20 (Horde) South of Stagnant Oasis near Raptor's nest -- Raptors?
18-22 (Horde) The Barrens, Camp Taurajo -- Bristlebacks
18-22 (Alliance) Westfall, SouthWest Coast(25,62) -- Shore Crawlers
23-28 (Alliance) Ashenvale, East Astranaar(48,54) -- Shadowhorn Stag
22-26 (Horde) Barrens, Razofen Kraul -- Razormanes
22-29 (Alliance/Horde) Hillbrad Foothills -- Bears, Spiders, Lions
28-34 (Aliiance/Horde) Hillsbrad Foothills, River Area -- Snapjaw Turtles
29-37 (Alliance/Horde) Dalaran Ruins/Loramere Lake -- Turtles
37-42 (Alliance/Horde) Theramore -- Turtles(camped by alliance)
44-50 (Alliance/Horde) Tanaris, Steamweedle Port -- Steeljaw Snappers
48-51 (Alliance/Horde) Revantusk Village -- Turtles
51-54 (Alliance/Horde) Azshara -- Legashi Satyr
54-60 (Alliance/Horde) Winterspring – Ghosts
42-48 (Alliance/Horde) Steamweedle Port – Turtles


Update:
13-18 Westfall North Coast -- Crabs
18-24 Westfall SW Coast -- Crabs
24-28 Aldarran NE of the graveyard -- Elementals
28-31 Hillsbrad west of SS -- Bears and Spiders
31-37 Dalaran Ruins -- Turtles
37-42 Theramore -- Turtles