View Full Version : The cool addon macro thread
Some of the addon's that I'm running other then Cosmo.
http://www.curse-gaming.com/mod.php?addid=44 Gatherer -
Really handy if you are a miner or a Herbalist this is a great mod that tracks where you have gathered in the past and how much you were able to take from it
http://www.curse-gaming.com/mod.php?addid=539 Instance map browser -
A cool collection of maps for all the instance's.
http://www.curse-gaming.com/mod.php?addid=308 EquipCompare -
Compares currently equipped equipment to vendor and other equipment windows.
I have a couple others installed but I can't remember what they are right now.
What are some other cool addon's or macro's that are being used?
-Naz
Chairman_Kaga
04-21-2005, 02:37 PM
haha, while you posted this I was doing similar to an old thread.
Cosmos has an option (I think that's where I got it) to compare equipped vs. vendor items. VERY helpful.
Been using http://www.curse-gaming.com/mod.php?addid=120 for gathering. Puts the icons of what you farmed there on the world map. Gets you to the right area, the game already has the ability to put the "blip" on the minimap when you get close.
You do, however, need map notes to make that work. But that is usefull for "refinding" those quest giving NPCs among other things.
DL'd a caster's UI to help party casting. Have had no luck in getting it to work yet. :(
Also have a group buffing one, buffparty. Just cycles through every available buff I have to give and will cast on each party member if I keep hitting the button.
http://www.curse-gaming.com/mod.php?addid=471
Chairman_Kaga
04-21-2005, 02:50 PM
As for macros, I really need to read up 'cuz I got some ideas I'd like to implement to make me even more uber than I am. ;)
I do have a very simple one to yell for help
/p help I'm taking damage from %T
/p help a wuss out
%T = target (currently selected mob)
Chairman_Kaga
04-23-2005, 11:31 AM
Oh yeah, one of the best options out there for healers is part of cosmos. Self cast!! Get it, set it, love it.
You no longer have to select yourself to cast a heal on yourself. As long as you do not have a mob selected that can take your selected spell, (heal, shield, buff, etc...) it will cast on yourself.
ignus
04-23-2005, 04:05 PM
Oh yeah, one of the best options out there for healers is part of cosmos. Self cast!! Get it, set it, love it.
You no longer have to select yourself to cast a heal on yourself. As long as you do not have a mob selected that can take your selected spell, (heal, shield, buff, etc...) it will cast on yourself.
i just use alt+click for self casting
Chairman_Kaga
04-24-2005, 02:41 PM
OH yeah, posted screenie of AIOI bag helper.
Now if I can just get something to sort them...
Chairman_Kaga
04-27-2005, 02:24 PM
Titan bar is pretty cool too.
Got everything from curse-gaming so far.
Titan will show
slots used/total bag slots
DPS
XP / hour - this session
Time to level
Current Local time
and a few other stats if you want. I hear there is an addon for it where you can put in more/different stats too.
It's cleaner than the cosmos implementation of damage stats and clock.
Chairman_Kaga
04-28-2005, 08:18 PM
Kinda sux at the moment b/c it's bag slot specific but here is a 2h/1h+shield weapon swap. Check if you have something in Inventory 17 (off hand) if yes, remove it and equip 2H weapon. If not, equip 1H weapon and shield.
/script PickupInventoryItem(17); if CursorHasItem() then PickupContainerItem(0,2); PickupInventoryItem(16); PickupContainerItem(0,1); else PickupContainerItem(0,1); PickupInventoryItem(16); PickupContainerItem(0,2); PickupInventoryItem(17); end
2h/1h weapon need to be in 0,1 and shield in 0,2. Of course, you can modify the slots to suit yourself but...
I hear there is a mod out there that will search your bag and equip by weapon sets you can predefine. Haven't found it yet though.
http://www.curse-gaming.com/mod.php?addid=550 - MinipetLeash - Really cool if you have a squirrel.
MinipetLeash allows you to automatically summon an ornamental pet (such as a squirrel, cat or rabbit).
No more forgetting to resummon your pal when you hearthstone, dismount a taxi, or resurrect.
http://www.curse-gaming.com/mod.php?addid=424 - ItemBuffBar I have not tried it yet but I have it installed hopping it makes setting poison on my daggers easer
.
Description :
Drag a poison, sharpening stone, or item from your bag to one of the slots. Left click to apply weapon buffs on your main-hand. Right click to apply on your off-hand.
This one is interesting. I may try it tonight.
http://www.curse-gaming.com/mod.php?addid=1070 KillMore
Tells you how may more of a particular mob you need to kill to lvl
-Naz
Chairman_Kaga
04-29-2005, 12:55 PM
The weapon switch works but has issues. :(
If you have your 2H in hand, no biggie. The two "reserved" slots are full. However, if you have your 1H + off hand equipped and you loot something, it will take up the 0,2 slot.
I guess I could move things to the last two inventory slots. HOwever, every time you upgrade bags, slot numbers will change. That's why I used the backpack to start with.
Powered by vBulletin® Version 4.1.8 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.