PDA

View Full Version : Gouge + Bandage


ThreeTimesADay
10-05-2007, 08:39 PM
Can somebody please enlighten me on what the macro is for to gouge and bandage. My name is Twizzel and I want to use a Heavy Wool Bandage. At the moment I am trying;

/cast Gouge
/script StopSpellCasting()
/usebyname Heavy Wool Bandage
/target Twizzel

And nothing works except the gouge. Thanks.

Enoemos
10-05-2007, 08:42 PM
Try
/castsequence reset=combat Gouge, Heavy Wool Bandage

I think that will work.

ThreeTimesADay
10-05-2007, 08:45 PM
In place of what line?

Enoemos
10-05-2007, 08:50 PM
As the whole macro.
Might also want #show Heavy Wool Bandage above it to show the number you have left.

JaedxRapture
11-05-2007, 01:01 AM
"/script StopSpellCasting()" has been replaced by "/stopcasting". "/usebyname" should be "/use"..