Go Back   Games Forums > PC Games Category > War Craft
User Name
Password


Reply
 
Thread Tools Search this Thread Display Modes

"Self-Bandage" macro help...
Old 10-28-2005, 02:05 PM   #1
Marshall
Senior Member
 
Status: Offline
Join Date: Sep 2003
Posts: 2,490
Default "Self-Bandage" macro help...

I'm at a loss how to script a macro for my melee'ers to 'auto-bandage' with
a single keypress or button-click- I want a quick way to get some bandage
healing in during the few seconds while I have a mob stunned... for instance,
after using Gouge or Kidney Punch on a mob when I am losing the healthbar
battle in a tough fight. Potions are expensive and I have all kinds of bandages,
and I prefer to not have to use potions unless it is an extreme necessity.

Currently, after stunning a mob, I have to activate the bandage skill first,
then
find my char with the cursor and click on myself to begin bandaging... even
being
only moderately clumsy, there is still a critical time-loss invovled in those
two
motions- and I'm lucky if I can get in a second or two of healing before the mob
wakes up and starts beating on me again, nullifying most of the healing from the
bandage.

If I could find a macro that lets me instantly select 'use bandage' and 'bandage
self' in one keypress or toolbar-button-click, I'd be an extremely happy camper.
Anyone know of one, made one, or can figure out how to make one that does
this? I've had no luck on the macro sites or forums for this particular need,
and
I do *not* want to use the half-arsed 'cast on self' options that come with some
other mods... they always require you to hold down *2* keys to accomplish a
self-cast, and I have no spare keys to assign to that sort of nonsense, and I
absolutely hate having to do simultaneous button-presses to accomplish any-
thing. A simple macro that I can then drag onto one of my toolbars to click
on when needed, would be perfect.

TIA,
-Marshall


  Reply With Quote

"Self-Bandage" macro help...
Old 10-28-2005, 03:41 PM   #2
Brian
Senior Member
 
Status: Offline
Join Date: Feb 2005
Posts: 1,510
Default "Self-Bandage" macro help...

"Bother!", said Pooh, as he read Marshall's latest post to
alt.games.warcraft.
Quote:
If I could find a macro that lets me instantly select 'use bandage' and 'bandageself' in one keypress or toolbar-button-click, I'd be an extremely happy camper.Anyone know of one, made one, or can figure out how to make one that doesthis? I've had no luck on the macro sites or forums for this particular need,andI do *not* want to use the half-arsed 'cast on self' options that come with someother mods... they always require you to hold down *2* keys to accomplish aself-cast, and I have no spare keys to assign to that sort of nonsense, and Iabsolutely hate having to do simultaneous button-presses to accomplish any-thing. A simple macro that I can then drag onto one of my toolbars to clickon when needed, would be perfect.


There's different options depending on what mods you may or may not have
installed. I could give you the one I use, but unless you've got Flexbar,
it won't work. I know there's a way to do it with just the built-in macro
commands, though.

/script UseContainerItem(#,#);
/script TargetUnit("player");

Bags are counted 0-4, right to left. So your starting backpack is bag 0.
Slots within a bag are counted left to right, top to bottom. Upper left is
1, lower right is 16. Put your bandage stack in the place you want it,
then call it by numbers. First line wil activate the bandage, second line
will target yourself. Be warned, this macro won't work if your bandages
move. And it won't work if you have a friendly unit targeted. But it
*will* maintain your original target, as well as combo points for a Rogue.

Brian
--
ICQ#: 68214833 | AIM: LineNoise54
..
When tempted to fight fire with fire, remember that the Fire Department
usually uses water.
  Reply With Quote

"Self-Bandage" macro help...
Old 10-28-2005, 05:38 PM   #3
Robin Van Hoof
Junior Member
 
Status: Offline
Join Date: Jun 2005
Posts: 69
Default "Self-Bandage" macro help...


"Marshall" <Marshall@nospam.com> schreef in bericht
news:Ngx8f.2865$Rl1.836@newsread1.news.pas.earthli nk.net...
Quote:
I'm at a loss how to script a macro for my melee'ers to 'auto-bandage'

with
Quote:
a single keypress or button-click- I want a quick way to get some bandage healing in during the few seconds while I have a mob stunned... for

instance,
Quote:
after using Gouge or Kidney Punch on a mob when I am losing the healthbar battle in a tough fight. Potions are expensive and I have all kinds of

bandages,
Quote:
and I prefer to not have to use potions unless it is an extreme necessity. Currently, after stunning a mob, I have to activate the bandage skill

first,
Quote:
then find my char with the cursor and click on myself to begin bandaging...

even
Quote:
being only moderately clumsy, there is still a critical time-loss invovled in

those
Quote:
two motions- and I'm lucky if I can get in a second or two of healing before

the mob
Quote:
wakes up and starts beating on me again, nullifying most of the healing

from the
Quote:
bandage. If I could find a macro that lets me instantly select 'use bandage' and

'bandage
Quote:
self' in one keypress or toolbar-button-click, I'd be an extremely happy

camper.
Quote:
Anyone know of one, made one, or can figure out how to make one that does this? I've had no luck on the macro sites or forums for this particular

need,
Quote:
and I do *not* want to use the half-arsed 'cast on self' options that come

with some
Quote:
other mods... they always require you to hold down *2* keys to accomplish

a
Quote:
self-cast, and I have no spare keys to assign to that sort of nonsense,

and I
Quote:
absolutely hate having to do simultaneous button-presses to accomplish

any-
Quote:
thing. A simple macro that I can then drag onto one of my toolbars to

click
Quote:
on when needed, would be perfect. TIA, -Marshall


CT-Mod is your answer. If you don't got a target (or an enemy target), you
can enable the addon to get yourself bandaged, by just clicking the bandage
itself.

www.ctmod.org


  Reply With Quote

"Self-Bandage" macro help...
Old 10-28-2005, 05:43 PM   #4
Brian
Senior Member
 
Status: Offline
Join Date: Feb 2005
Posts: 1,510
Default "Self-Bandage" macro help...

"Bother!", said Pooh, as he read Robin Van Hoof's latest post to
alt.games.warcraft.
Quote:
CT-Mod is your answer. If you don't got a target (or an enemy target), youcan enable the addon to get yourself bandaged, by just clicking the bandageitself.www.ctmod.org


Reading comprehension FTW. He specifically said he didn't want mod-based
solutions. And no mods are necessary to do what he asked for.

Brian
--
ICQ#: 68214833 | AIM: LineNoise54
..
I'm writing a book. I've got the page numbers done. -- Stephen Wright
  Reply With Quote

"Self-Bandage" macro help...
Old 10-28-2005, 05:49 PM   #5
distant
Member
 
Status: Offline
Join Date: Jan 2004
Posts: 57
Default "Self-Bandage" macro help...


"Marshall" <Marshall@nospam.com> wrote in message
news:Ngx8f.2865$Rl1.836@newsread1.news.pas.earthli nk.net...
Quote:
I'm at a loss how to script a macro for my melee'ers to 'auto-bandage'

with
Quote:
a single keypress or button-click- I want a quick way to get some bandage healing in during the few seconds while I have a mob stunned... for

instance,
Quote:
after using Gouge or Kidney Punch on a mob when I am losing the healthbar battle in a tough fight. Potions are expensive and I have all kinds of

bandages,
Quote:
and I prefer to not have to use potions unless it is an extreme necessity.


Dunno, but ..
Quote:
Currently, after stunning a mob, I have to activate the bandage skill

first,
Quote:
then find my char with the cursor and click on myself to begin bandaging...

even
Quote:
being only moderately clumsy, there is still a critical time-loss invovled in

those
Quote:
two


You could just click on your player portrait.

<snip>

d


  Reply With Quote

"Self-Bandage" macro help...
Old 10-28-2005, 06:11 PM   #6
Catriona R
Junior Member
 
Status: Offline
Join Date: Aug 2005
Posts: 1,701
Default "Self-Bandage" macro help...

On Fri, 28 Oct 2005 22:05:33 GMT, "Marshall" <Marshall@nospam.com> wrote:
Quote:
I'm at a loss how to script a macro for my melee'ers to 'auto-bandage' witha single keypress or button-click- I want a quick way to get some bandagehealing in during the few seconds while I have a mob stunned... for instance,after using Gouge or Kidney Punch on a mob when I am losing the healthbarbattle in a tough fight. Potions are expensive and I have all kinds of bandages,and I prefer to not have to use potions unless it is an extreme necessity.


There used to be a mod which did just that, but I can't find it any more
(and chances are it's been broken by various updates since anyway) - I'd
love to find it again or something that does much the same though, as it
was very useful. Called Bandaid or something like that... not much help I
know, but if anyone can point me in the right direction I'd be grateful!
--
EU-Draenor:
Balgair - Human Rogue (lvl 25)
Droch - Undead Warlock (lvl 21)
  Reply With Quote

"Self-Bandage" macro help...
Old 10-28-2005, 06:49 PM   #7
Marshall
Senior Member
 
Status: Offline
Join Date: Sep 2003
Posts: 2,490
Default "Self-Bandage" macro help...


"distant" <distant5939@hot-teh-mail.com> wrote in message
news:zyA8f.36260$S_1.31941@newsfe5-win.ntli.net...
Quote:
"Marshall" <Marshall@nospam.com> wrote in message news:Ngx8f.2865$Rl1.836@newsread1.news.pas.earthli nk.net...
Quote:
I'm at a loss how to script a macro for my melee'ers to 'auto-bandage'
with
Quote:
a single keypress or button-click- I want a quick way to get some bandage healing in during the few seconds while I have a mob stunned... for
instance,
Quote:
after using Gouge or Kidney Punch on a mob when I am losing the healthbar battle in a tough fight. Potions are expensive and I have all kinds of
bandages,
Quote:
and I prefer to not have to use potions unless it is an extreme necessity.
Dunno, but ..
Quote:
Currently, after stunning a mob, I have to activate the bandage skill
first,
Quote:
then find my char with the cursor and click on myself to begin bandaging...
even
Quote:
being only moderately clumsy, there is still a critical time-loss invovled in
those
Quote:
two
You could just click on your player portrait.


When you only have 3-4 seconds of stun on the mob, that extra mouse-searching
for your portrait icon, or you onscreen char, is that much less healing you get
from your *very* short bandaging window. I need an instant option, with no
time wasted cursoring anywhere. So, not a help there, sorry.
-Marshall


  Reply With Quote

"Self-Bandage" macro help...
Old 10-28-2005, 09:24 PM   #8
aponly
Junior Member
 
Status: Offline
Join Date: Aug 2005
Posts: 22
Default "Self-Bandage" macro help...

As Robin said, and yes, you said no mod solution, use CTMod. The self
cast mod in it allows you just to select an item, like a bandaid, and
it is used on yourself.

  Reply With Quote

"Self-Bandage" macro help...
Old 10-28-2005, 10:50 PM   #9
Marshall
Senior Member
 
Status: Offline
Join Date: Sep 2003
Posts: 2,490
Default "Self-Bandage" macro help...


"Brian" <brianmcadam@pobox.com> wrote in message
news:tad5m15mu8vv7rbp7dgbrbg5v8ifv2ohp0@4ax.com...
Quote:
"Bother!", said Pooh, as he read Marshall's latest post to alt.games.warcraft.
Quote:
If I could find a macro that lets me instantly select 'use bandage' and'bandageself' in one keypress or toolbar-button-click, I'd be an extremely happycamper.Anyone know of one, made one, or can figure out how to make one that doesthis? I've had no luck on the macro sites or forums for this particular need,andI do *not* want to use the half-arsed 'cast on self' options that come withsomeother mods... they always require you to hold down *2* keys to accomplish aself-cast, and I have no spare keys to assign to that sort of nonsense, and Iabsolutely hate having to do simultaneous button-presses to accomplish any-thing. A simple macro that I can then drag onto one of my toolbars to clickon when needed, would be perfect.
There's different options depending on what mods you may or may not have installed. I could give you the one I use, but unless you've got Flexbar, it won't work. I know there's a way to do it with just the built-in macro commands, though. /script UseContainerItem(#,#); /script TargetUnit("player"); Bags are counted 0-4, right to left. So your starting backpack is bag 0. Slots within a bag are counted left to right, top to bottom. Upper left is 1, lower right is 16. Put your bandage stack in the place you want it, then call it by numbers. First line wil activate the bandage, second line will target yourself. Be warned, this macro won't work if your bandages move. And it won't work if you have a friendly unit targeted. But it *will* maintain your original target, as well as combo points for a Rogue.


Excellent. I altered it slightly, as '/target <charname>' worked fine for the
second line of the macro... but it worked like a charm, thanks! You da man :-)
-Marshall


  Reply With Quote

"Self-Bandage" macro help...
Old 10-28-2005, 11:08 PM   #10
Desktop
Senior Member
 
Status: Offline
Join Date: Mar 2005
Posts: 3,218
Default "Self-Bandage" macro help...

Brian wrote:
Quote:
"Bother!", said Pooh, as he read Marshall's latest post to alt.games.warcraft.
Quote:
If I could find a macro that lets me instantly select 'use bandage' and 'bandage self' in one keypress or toolbar-button-click, I'd be an extremely happy camper. Anyone know of one, made one, or can figure out how to make one that does this? I've had no luck on the macro sites or forums for this particular need, and I do *not* want to use the half-arsed 'cast on self' options that come with some other mods... they always require you to hold down *2* keys to accomplish a self-cast, and I have no spare keys to assign to that sort of nonsense, and I absolutely hate having to do simultaneous button-presses to accomplish any- thing. A simple macro that I can then drag onto one of my toolbars to click on when needed, would be perfect.
There's different options depending on what mods you may or may not have installed. I could give you the one I use, but unless you've got Flexbar, it won't work. I know there's a way to do it with just the built-in macro commands, though. /script UseContainerItem(#,#); /script TargetUnit("player"); Bags are counted 0-4, right to left. So your starting backpack is bag 0. Slots within a bag are counted left to right, top to bottom. Upper left is 1, lower right is 16. Put your bandage stack in the place you want it, then call it by numbers. First line wil activate the bandage, second line will target yourself. Be warned, this macro won't work if your bandages move. And it won't work if you have a friendly unit targeted. But it *will* maintain your original target, as well as combo points for a Rogue. Brian


To make the macro work when you have a friendly target try something like
this:
/script TargetUnit("player");
/script UseContainerItem(#,#);
/script TargetLastTarget();

My priest uses a few macros like the one above.

And here's a useful self casting addon:
http://ui.worldofwar.net/ui.php?id=69

desktop at home dot se


  Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump



Powered by: vBulletin Version 3.0.7
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Skin developed by: vBStyles.com

MyLounge.com Site Map
Forum: Cars, Cell Phone, Database, Games, Home Improvement, IT, Music, School, Sports, Web Design, Web Server, Weight Loss

The MyLounge.com forum is intended for informational use only and should not be relied upon and is not a substitute for any advice. The information contained on MyLounge.com are opinions and suggestions of members and is not a representation of the opinions of MyLounge.com. MyLounge.com does not warrant or vouch for the accuracy, completeness or usefulness of any postings or the qualifications of any person responding. Please consult a expert or seek the services of an attorney in your area for more accuracy on your specific situation. Please note that our forums also serve as mirrors to Usenet newsgroups. Many posts you see on our forums are made by newsgroup users who may not be members of MyLounge.com Term of Service