• Dear Guest,

    You're browsing our forum as a Guest meaning you can only see a portion of the forum in read-only mode.
    To view all forum nodes and be able to create threads/posts please register or log-in with your existing account.

    TwinStar team

Warlock Macro or Greater Healthstone & Major Soulstone

SashaYudin

Authorized
Joined
Aug 24, 2015
Macro or Greater Healthstone & Major Soulstone

Hello,

I am attempting to make a macro with /say quote and quote...

I need one for Greater Healthstone so would it be /cast Create Healthstone (Greater) or?

I also need one for Major Soulstone so would it be /cast Create Soulstone (Major)

Or what are the macros for these two?

- - - Updated - - -

I also am requesting a macro for my Succubus 'Seduce' ability so I can manually target
 
I'd help you but I have no idea what the fuck are you trying to do, conjure the stuff, consume the stones or announce that you're creating them? In any case what you say is right, it's just /cast Create Healthstone (Greater) or /cast Create Soulstone (Major) if you want to conjure either.

If you wanna seduce your current target it's just /cast Seduction, but you can just keybind the ability on the pet bar.
 
Re: Macro or Greater Healthstone & Major Soulstone

I attempted to use /cast Create Healthstone (Greater) but still does not work

I wanna do /say quote quote in the macro...just making the macro for quotes really...

Yeah I know I can key bind seduce but still rather have a macro

- - - Updated - - -

All I want to make is this:

/say quote and quote
/cast Create Healthstone (Major) or however it works

/say quote and quote
/cast Create Soulstone (Major) or however it works
 
Try this:


/script SpellStopCasting()
/aftercast +done /s blah blah blah
/script CastSpellByName("Create Soulstone (Major)")

The /s will use SAY. You can use /p for PARTY or /g for GUILD as you see fit.

The blah blah blah you would replace with whatever you want to say. No quotation marks needed.
 
Re: Macro or Greater Healthstone & Major Soulstone

Try this:


/script SpellStopCasting()
/aftercast +done /s blah blah blah
/script CastSpellByName("Create Soulstone (Major)")


The /s will use SAY. You can use /p for PARTY or /g for GUILD as you see fit.

The blah blah blah you would replace with whatever you want to say. No quotation marks needed.

I will give this a shot, thank you very much!

- - - Updated - - -

So do I copy it in that exact format?

So far I have this
/script SpellStopCasting()
/aftercast +done
/say blah blah blah
/script CastSpellByName("Create Soulstone (Major)")
 
Top Bottom