9 replies [Last post]
Coldheartid
Coldheartid's picture
User offline. Last seen 1 year 15 weeks ago. Offline
Joined: 07/21/2009
Posts: 57

I switched the a-q and d-e in my halt and halt/release macro and they work fine as long as I stop running my main before I use them. Otherwise I have 1 or 2 toons running for the hills straight ahead into the mobs. Now I use my mouse to control main is that whats causing this.??

This program rocks

Jeremy
Jeremy's picture
User offline. Last seen 1 year 25 weeks ago. Offline
Joined: 06/14/2009
Posts: 268
Which key is halt and

Which key is halt and haltrelease bound to?
Is Halt bound to key down and release bound to key up?

I have tested it with using mouse to move and don't have any problems. I was able to recreate a similar problem by pressing the halt key moving my mouse off any GCP or Wow window before releasing. Could this be happening?

Check both the halt and halt release command make sure you are pressing and releasing the same keys on each character.

__________________

GameCommanderPro Graphics Designer / Software Engineer

Coldheartid
Coldheartid's picture
User offline. Last seen 1 year 15 weeks ago. Offline
Joined: 07/21/2009
Posts: 57
"V" is the key for halt and

"V" is the key for halt and halt/release same key down and up, I'll bet your right about the mouse moving off the screen while pressing "V".. I'll check tonight.

thanks

Jeremy
Jeremy's picture
User offline. Last seen 1 year 25 weeks ago. Offline
Joined: 06/14/2009
Posts: 268
I'll fix this it should still

I'll fix this it should still release the key if you move off screen.

__________________

GameCommanderPro Graphics Designer / Software Engineer

Coldheartid
Coldheartid's picture
User offline. Last seen 1 year 15 weeks ago. Offline
Joined: 07/21/2009
Posts: 57
Run away toons. LOL

Yeah, last nite I was trying to watch closely and not do that. But, in all the excitment I still do it from time to time. And it is a sure wipe most of the time.

So thanks in advance

btw Am I the only one doing this.?

Jeremy
Jeremy's picture
User offline. Last seen 1 year 25 weeks ago. Offline
Joined: 06/14/2009
Posts: 268
I was doing this. I tank with

I was doing this. I tank with a warrior and if I charge then hit "V" I tended to mess up. I have now started hitting "v" first and no longer have any issues. I think it also has something to do with charge/follow.

__________________

GameCommanderPro Graphics Designer / Software Engineer

kris1234
kris1234's picture
User offline. Last seen 2 years 12 weeks ago. Offline
Joined: 08/04/2009
Posts: 21
ive had issues but when using

ive had issues but when using the interact macro, but think this is a blizzard problem.

I have mine bound to Tab, so pressing tab and 6 would send all my boys in for the kill, as the mob moves (before i get there) my pallys would slightly be facing the wrong way. So I would tab and 6 again to get them all attacking. Now sometimes doing this again would set my pallys running off into the distance probably because they havent a target (maybe im pressing 6 before the target has updated). Ive fixed this issue however by manually running to the mob, which isnt a big deal. If/when it happens again I will try to see why.

Coldheartid
Coldheartid's picture
User offline. Last seen 1 year 15 weeks ago. Offline
Joined: 07/21/2009
Posts: 57
One still spinning

I changed the a-q and d-e and that fixed it, but when I upgraded to the newest version 1.2.0.9 another toon started spinning the one on the W key, so I changed it to the S key also and it still spins. I did do an upload and /rl rechecked the dump.txt file and all looks right.

Thanks

Coldheartid
Coldheartid's picture
User offline. Last seen 1 year 15 weeks ago. Offline
Joined: 07/21/2009
Posts: 57
btw How do you allocate a second healer

I haven't had a nned for one so far, so Haven't been looking into how this is done. As toons are at 30 now need more heals from time to time.

Thanks again

edit: I ment How do you switch a healer from dps to heals and back?

NVM I think I got it, by allocating all posible healers in the setup and telling GCP about thier spells. When I hit heal, If they are not dps'ing they heal. When I hit dps if they are not healing they dps. Is that it??

Jeremy
Jeremy's picture
User offline. Last seen 1 year 25 weeks ago. Offline
Joined: 06/14/2009
Posts: 268
Run the 1 do this first

Run the 1 do this first wizard.
Add your healers in the order you want them to stop DPSing and start healing.(If you have already added your posible healers when you first started no need to do this now)
There will now be a command called "Healers" this is defaul bound to numpad ".".
You can press . and then a number to select how many healers you want.

Setting up spells:
If you use the "Heal Spells" wizard this will set it up for muliple healers of the same class.
If you want to heal with multiple classes run that wizard pick the spells for you first healer. Then edit the command in advanced view. Click "Multispell" and add a new one for your heal. You can select each healer and add a spell. Then save that mulispell you can now use that inplace of the spell in the heal command.

An alternative heal setup:
I setup my heal commands manually as the wizard makes heal sequences and I like to just use modifiers to cast different spells. So I have quik heals bound to f8-f12 and big heals bound to SHIFT f8-f12 etc.

Example of one of my healing commands:

if %Heals% >= 0
cast Lesser Healing Wave on Catoblock from Catowave
endif
if %Heals% >= 2
cast Flash Heal on Catoblock from Catoshadow
endif
if %Heals% >= 3
cast Regrowth on Catoblock from Catoboom
endif

The %Heals% variable is set in the "Healers" command so i can use it to determine how many healers I have set and who should cast based on that.

I am going to make a wizard to set up heals the way I do and will post it soon.

Quik review:
Run Do this fist.
Pick heals in order.
Run Heal Spells Wizard.
Switch number of healers with numpad "."

If you have any more questions feel free to ask.
Jeremy

__________________

GameCommanderPro Graphics Designer / Software Engineer