Jump to content

Self Bandage macro help


forevergirl

Recommended Posts

I can't seem to find any trace of it on the web (well...a version that works) and since I can no longer access my account I was wondering if you could help.

 

It's something a bit like :

 

/script TargetUnit(Forevergirl)

/script UseContainerItem(Bag0, Item1);

/script TargetLastEnemy();

 

Thanks guys

Share this post


Link to post
Share on other sites

the self cast function of ctraid used to do this for you. However I haven't seen self cast around for a while... does anyone know what happened to it?

Share this post


Link to post
Share on other sites

the self cast function of ctraid used to do this for you.  However I haven't seen self cast around for a while... does anyone know what happened to it?

 

Its still there and works. I use it for bandages. Unless targeted on a friendly target it will cast it on yourself.

Share this post


Link to post
Share on other sites

I have no idea what you people are talking about. Is this a melee thing I wouldn't understand?

Share this post


Link to post
Share on other sites

In CTMod (The CT button around the minimap), its under "Player' something. Third tab down I think. The button is called 'Self-cast', 3rd from bottom on the left hand side.

 

Its description is weird but it works for bandages.

 

I'm not sure if this is part of the core package or not. Whenever I get CT anything I grab it all and disable afterwards.

Share this post


Link to post
Share on other sites

I have no idea what you people are talking about. Is this a melee thing I wouldn't understand?

 

Talking about CTmod functions for easy bandaging. The function they are asking about automatically cast ability 'X' on yourself if you don't have a friendly player targeted. However it also works for bandages.

Share this post


Link to post
Share on other sites

I can't seem to find any trace of it on the web (well...a version that works) and since I can no longer access my account I was wondering if you could help.

 

It's something a bit like :

 

/script TargetUnit(Forevergirl)

/script UseContainerItem(Bag0, Item1);

/script TargetLastEnemy();  

 

Thanks guys

 

/target Forevergirl

 

is just as effective for the first line

I believe the last line is correct as I used to use it for my Self Innervate Macro... the middle one I think replace Bag0 with just the bag number and Item1 with the item's position in the bag.... I will make one sometime later and repost

 

currently what I do is keep the bandages in the right toolbar and hit escape to lose target then right click the bandage and it automatically bandages me

Share this post


Link to post
Share on other sites

I think I tried this version of the Macro, Shoop, and it didn't work.

I'll try again.

 

One of the issues for rogues is that we can't afford to loose our target otherwise the combo points are lost.

 

It's frustrating....I have been using this macro since last January at least sad.gif

Share this post


Link to post
Share on other sites

/target Forevergirl

/script UseContainerItem(0, 1);

/script TargetLastEnemy();

 

Ok, this one works in term of bandaging but I lose my combo points on the target sad.gif

 

Any idea ?

Share this post


Link to post
Share on other sites

change the container line and the target in the order.

 

/script UseContainerItem(0,1);

/target Forevergirl;

 

This should take advantage of the passive targeting system that is built into wow. When you cast something without having a target selected then it goes into a passive mode, waiting for you to choose a target or cancel the spell. By doing it this way, you enableing the item/spell first then chosing you, it's just as if you right-clicked on the bandages then clicked on your toon. You should never loose the target.

 

Istumbled across this by using the /target line of my self heal macro to target myself with other spells. I haven't tried it in this setup before, but it should work just fine. You should not even need the targetlastenemy line anymore. Try it out and lemme know if it works.

Share this post


Link to post
Share on other sites

if all else fails, clicking on yourself will work after using the bandage. Not quite as efficient, but you don't lose your target.

Share this post


Link to post
Share on other sites

×
×
  • Create New...
[[Template core/front/_liskoduje/liskodujeJS is throwing an error. This theme may be out of date. Run the support tool in the AdminCP to restore the default theme.]]