Page 1 of 2

Looking for help macros / addons

PostPosted: Fri Aug 28, 2015 7:59 pm
by Samuwow
Hello comunity, first thanks to all who can help me with all things i gonna ask to improve my game experience.

Macrohelp

1. Want a macro for use bandages and keep focusing my actual target, dont have to select bandage and then clic in my character icon.

2. Want a macro for swap offhand <---> shield ( 1 clic for everyswap ) having this item ( shield or offhand weapon ) in a specific slot of my bag ( i know about 0-4 bags and 1-18 slots ).

Addonshelp

1. Want an addon to move the minimap ( principally this ) / can change the size ( optional ) / change in appearance ( If possible i want a square minimap with the addon buttons on one side ).

2. Want an addon which shows me all ( dmg done / heal received / dmg received... and all that what actually shows the game but not in them iddle of the screen, on the sides [ Of my character ] and easily understandable.

3. Want an addon to increase the characters i can put in my addons, i heard somethings about it but didnt find anything :'( .

4. I've some problems with Bartender atm, actually i can use just 3 bars ( horizontally ) and i want to know if there's any addon for vanilla which can change bars horizontal <-> vertical and keep doing the things bartender2 allow me to do ( move bars - put or not borders in skills - can select a profile for everyone of my characters ).

5. I want an addon like bagnon but for the bank, i used banknon but it works really bad ( it doesnt work, that's the problem hehe ) and if possible other for can see in anywhere my bankitems and dont need to go to a bank.

6. Want a specific addon, titanpanel or anything with the same things this addon has.

7. Want an addon for can sell all my grey items with just 1 clic, i think titanpanel could do it but i'm not at all sure.

8. Want an addon which can show me an enemy castbar.

9. Want an addon which can show me always my HP and Energy - Rage - Mana and if possible a % of all this, something like this--->
Image

10. Want an addon which allow me to move my char icon ( with hp... mana... energy...rage ) and my focus icon.

11. Want an addon for see my skills cooldown in secs.

12. Want an addon which allow me to do more or less zoom than the default one.



Lot of thanks to all who can help me and sorry if there're mistakes in the drafting, i know my english is not the best. <3

Re: Looking for help macros / addons

PostPosted: Sat Aug 29, 2015 5:01 am
by zerf
Macro:
1) Use addon AltSelfCast and bind bandage on a button - then press Alt + button and you selfcast. Or just enable Auto Self cast in wow options.

2) I use ItemRack + create 1 set with 1h + shield, another set with 2hander and either enable them via events (autoequip when in def stance) or just use macro /equipset 1h (1h is set name).

Addons:
1. MoveAnything
2. MikScrollingBattleText
3. no idea what you mean with "increase the characters i can put in my addons". If you mean font size, you can adjust it in video settings (UI scale).
4. zBar perhaps, haven't tried it.
5. OneBag
6. FuBar
7. included in FuBar (FuBar_GarbageFu)
8. CEnemyCastBar_Natur
9. Any unitframe addon. LunaUnitFrames, Xperl. Exact thing you asked for does Gypsy.
10. MoveAnything (custom unit frame addons, like Luna and Xperl have this built in)
11. OmniCC
12. Not an addon, but macro /console CameraDistanceMaxFactor 4

All of those addons you can download from my site: http://addons.info.tm/

Re: Looking for help macros / addons

PostPosted: Sat Aug 29, 2015 5:16 am
by Lefeu
3. SuperMacro (if you ment macros not addons)
5. Banknon works great for me. Check your version.

Re: Looking for help macros / addons

PostPosted: Sat Aug 29, 2015 5:35 am
by Lefeu
As for the macros, Google it. Not hard to find.

Re: Looking for help macros / addons

PostPosted: Sat Aug 29, 2015 1:59 pm
by Samuwow
zerf wrote:Macro:
1) Use addon AltSelfCast and bind bandage on a button - then press Alt + button and you selfcast. Or just enable Auto Self cast in wow options.

2) I use ItemRack + create 1 set with 1h + shield, another set with 2hander and either enable them via events (autoequip when in def stance) or just use macro /equipset 1h (1h is set name).

Addons:
1. MoveAnything
2. MikScrollingBattleText
3. no idea what you mean with "increase the characters i can put in my addons". If you mean font size, you can adjust it in video settings (UI scale).
4. zBar perhaps, haven't tried it.
5. OneBag
6. FuBar
7. included in FuBar (FuBar_GarbageFu)
8. CEnemyCastBar_Natur
9. Any unitframe addon. LunaUnitFrames, Xperl. Exact thing you asked for does Gypsy.
10. MoveAnything (custom unit frame addons, like Luna and Xperl have this built in)
11. OmniCC
12. Not an addon, but macro /console CameraDistanceMaxFactor 4

All of those addons you can download from my site: http://addons.info.tm/



Macro

1. Lot of thanks, done.

2. I'm using macro, /equipset shield ( it's the name of the set ) but it doesnt work.

Addons

1. Thanks for the addon. it works pretty well.

2. Gonna test that addon now.

3. It's not important i was talking about have more characters ( no 255 ) in macros but i've an addon so its okey.

4. Still didnt test.

5. I'm using bagnon and atm it works well.

6. Still didnt test.

7. Still didnt test.

8. Thanks for the addon. :D

9. Using luna, lot of thanks for this.

10. Thanks for the addon.

11. Thanks for the addon.

12. It doesnt work, i maked a macro with /console CameraDistanceMaxFactor 4 but nothing :'(

A last thing, any addon for open / close chat ? Like in a window, thnx for all the help. :)

Re: Looking for help macros / addons

PostPosted: Sat Aug 29, 2015 2:20 pm
by Lefeu
Try this for view distance: /script SetCVar("cameraDistanceMax",30)

Re: Looking for help macros / addons

PostPosted: Sat Aug 29, 2015 2:29 pm
by Samuwow
Lefeu wrote:Try this for view distance: /script SetCVar("cameraDistanceMax",30)




Nothing, same zoom and if it's for see distance in chat or console, nothing appears. :'(

Re: Looking for help macros / addons

PostPosted: Sat Aug 29, 2015 2:33 pm
by Lefeu
For the shield/one hand macro, the same pickup inventory thingy like, if one is a warrior and want to go defensive too:
/script UseContainerItem(0,1);UseContainerItem(0,2);CastSpellByName("Defensive Stance");

Re: Looking for help macros / addons

PostPosted: Sat Aug 29, 2015 2:39 pm
by Lefeu
Samuwow wrote:
Lefeu wrote:Try this for view distance: /script SetCVar("cameraDistanceMax",30)




Nothing, same zoom and if it's for see distance in chat or console, nothing appears. :'(


Hmm, had that in my macro collection and used it before. If it doesn't work I don't really know any better. ^^

I now use the lazy pig addon found on this forum. It has extended camera distance and lots of other cool quality of life things. Try that maybe.

Re: Looking for help macros / addons

PostPosted: Sat Aug 29, 2015 3:09 pm
by Samuwow
Lefeu wrote:For the shield/one hand macro, the same pickup inventory thingy like, if one is a warrior and want to go defensive too:
/script UseContainerItem(0,1);UseContainerItem(0,2);CastSpellByName("Defensive Stance");



It works 50 %, weapon and shield equiped but when i clic again my 2 1h weapons dont equip... What is wrong with vanilla macros ? xD