Multiboxing.com - Multiboxing in World of Warcraft and more!
          

Go Back   Multiboxing in World of Warcraft and Beyond! > All Gaming Forums > World of Warcraft - Macros, UIs, Mods, Addons

Reply
 
LinkBack Thread Tools Display Modes
Old 11-29-2009, 02:20 AM   #1
Senior Member
 
Join Date: Sep 2009
Posts: 310
Default /click casting help

ok i read ualaa's guide to /click, which is what got me interested in using /click for my team.
I am trying to get things setup, but I keep getting errors in game "you can not cast this yet" or "already doing another action"

I did the notepad thing and divided by 10 and got 2.6.

this is what I want to play out

warrior - charges -> bloodrage -> thunder clap -> devastate -> shield slam

at the same time my elemental shaman is doing this

x2 shamans - flame shock -> lava burst -> chain lighting -> lightning bolt

would I be able to do this the way I wanted? or would I have do it another way to get it working correctly?

and one more thing, if I put these macros on the actionbar, would I have to go through the whole castsequence for the spell if I click it? or can I just keep clicking the spell and it keeps firing off if it is not on cooldown or global cooldown?

Last edited by burningforce; 11-29-2009 at 02:22 AM.
burningforce is offline   Reply With Quote
Old 11-29-2009, 02:39 PM   #2
Senior Member
 
Join Date: Nov 2009
Location: Vancouver, Canada.
Posts: 2,263
Default Re: /click casting help

There is macro syntax to surpress error messages; I'll look that up and post it.



As far as the cast order, you can manually click any ability you want, irregardless of where it is in the sequence. However, the sequence can get stuck if you continue with it.

Your sequences can have reset conditions in them, which once they reset lets them run fine. You could have reset=mod:alt ... to manually reset the sequence, but a spell with a cooldown is still on cooldown. That's why I don't like putting Devouring Plague into priest click sequences, its 20 odd seconds until you can re-use it, which messes up a sequence that tries to recycle shorter then 20 seconds.



For the shamans, I'd go with:

Flame Shock, 18 seconds x 2.6... = 46.8 (47 commas)
Lava Burst, 8 seconds x 2.6........ = 20.8 (21 commas)
Chain Lighting, 3.5 seconds x 2.6 = 09.1 (9 commas)
Lightning Bolt from the spell book (as the fall through).

#show
/castsequence reset=target Flame Shock,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, ,,

#show
/castsequence reset=combat Lava Burst,,,,,,,,,,,,,,,,,,,,,

#show
/castsequence reset=combat Chain Lightning,,,,,,,,,

#show
/cast Lightning Bolt



For the warrior:

Bloodrage has a 60 second reuse timer, I would manually click this and not include it in any sequence.

Devastate has no re-use cooldown, so I would reorder the macro to have this as the final fall-through move.

Charge is only practical once per combat. I would have its sequence be Charge,Null. Further, if you tab through targets on multiple mob pulls, then take Charge out of the sequence entirely, and manually cast it.

Thunder Clap, 6 seconds x 2.6 = 15.6 (16 commas)
Shield Slam, 6 Seconds x 2.6.. = 15.6 (16 commas)
Devastate, GCD

#show
/castsequence reset=target Charge, Null

#show
/castsequence reset=combat Thunder Clap,,,,,,,,,,,,,,,,

#show
/castsequence Shield Slam,,,,,,,,,,,,,,,,

#show
/cast Devastate



Visit a target dummy, and tweak commas as necessary to fire off as soon as a spell is off of cooldown, or add commas if the dot is recast prior to expiring.
__________________
Google: Ualaa's guide to IS Boxer
Streaming in HD: www.twitch.tv/ualaa
Ualaa is offline   Reply With Quote
Old 11-29-2009, 02:44 PM   #3
Senior Member
 
Join Date: Nov 2009
Location: Vancouver, Canada.
Posts: 2,263
Default Re: /click casting help

You can suppress error messages with this:

/script UIErrorsFrame:Hide()
/Click MultiBarRightButton1
/Click MultiBarRightButton2
/Click MultiBarRightButton3
/script UIErrorsFrame:Clear()
/script UIErrorsFrame:Show()
__________________
Google: Ualaa's guide to IS Boxer
Streaming in HD: www.twitch.tv/ualaa
Ualaa is offline   Reply With Quote
Old 11-29-2009, 04:18 PM   #4
Senior Member
 
Join Date: Sep 2009
Posts: 310
Default Re: /click casting help

great, thanks for the help ualaa

i'll try this stuff out when i get home
burningforce is offline   Reply With Quote
Old 11-29-2009, 05:16 PM   #5
Senior Member
 
Join Date: Sep 2009
Posts: 310
Default Re: /click casting help

ok as soon as I push the key to start the /click macro, the shamans fire off flame shock, but I get an error message saying "spell not ready". this is just 1 keypress and thats all. so I assume that the macro is not functioning correctly.
unless those errors are ok to have? I know the hide UI errors was posted, but I rather not have them occur.
Do all the abillities try and fire off at the same time? or does it go through the abilities one by one?
burningforce is offline   Reply With Quote
Old 11-29-2009, 07:59 PM   #6
Senior Member
 
Join Date: Nov 2009
Location: Vancouver, Canada.
Posts: 2,263
Default Re: /click casting help

With the click sequence, you are attempting to fire off every spell all at once.

So the Flame Shock executes, because it is the first to be called.
However the Lava Burst, Chain Lightning and Lightning Bolts fail.
The commas, tied to your spam speed control how long after a spell successfully executes, until it attempts to execute again.

I'm usually on the Paladin screen (or druid screen on the only other team with a shaman on it), so don't see the spam much. But there are error messages for spells not ready as well. You can suppress the error messages if you want.
__________________
Google: Ualaa's guide to IS Boxer
Streaming in HD: www.twitch.tv/ualaa
Ualaa is offline   Reply With Quote
Old 12-02-2009, 04:57 PM   #7
Senior Member
 
Join Date: Sep 2009
Posts: 310
Default Re: /click casting help

ok thanks again ualaa

burningforce is offline   Reply With Quote
Old 12-03-2009, 12:04 AM   #8
Moderator
 
EaTCarbS's Avatar
 
Join Date: Jul 2009
Posts: 1,195
Default Re: /click casting help

I wouldn't recommend getting rid of the error messages... they often provide valuable insight as to why something isn't working.
__________________
Multiboxing.com Moderator Please read the rules before posting

EaTCarbS is offline   Reply With Quote
Old 12-03-2009, 01:00 AM   #9
Senior Member
 
Join Date: Nov 2009
Location: Vancouver, Canada.
Posts: 2,263
Default Re: /click casting help

I don't suppress them at all, in my UI.

But, I can see suppressing the error messages, once you have it tweaked, and while it is working fine.
You get the error messages on every cast, even when it is going as you want it to.
__________________
Google: Ualaa's guide to IS Boxer
Streaming in HD: www.twitch.tv/ualaa
Ualaa is offline   Reply With Quote
Reply

Thread Tools
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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
/click ,,,,,,, has been remoed in 4.0 ebony General Discussions 11 09-23-2011 01:19 PM
[WoW] Using Click Castsequences Ualaa World of Warcraft - Macros, UIs, Mods, Addons 63 09-22-2011 11:23 AM
Click Castsequence Lag lastdon World of Warcraft - Macros, UIs, Mods, Addons 3 07-07-2010 11:17 PM
Prepare yourself... then click Smithnweson Off Topic 2 02-25-2010 04:46 PM
Lightning Bolt/Chain Lightning chain casting Fattness World of Warcraft - Macros, UIs, Mods, Addons 5 07-14-2009 01:40 AM


SEO by vBSEO 3.3.2