7 replies [Last post]
zahnn
zahnn's picture
User offline. Last seen 2 years 8 weeks ago. Offline
Joined: 09/01/2009
Posts: 8

Hello all.

Not sure what I did wrong so any help would be appreciated. I am having problems with my team selecting the new leaders target. If I do a window swap targeting stays with the old window. Follow works fine tho. I used the swap wizard to set it up. I usually set my groups up all in the dps group but I have tried setting my main as the tank too. I am using rotations for my spells and the target is set to dps but I have also tried target of tank. Any ideas???

Thanks

Phil
Phil's picture
User offline. Last seen 2 weeks 2 days ago. Offline
Joined: 06/30/2009
Posts: 571
Change target

When you change leader, does a message appear saying "DPS Targeting xxx"?

I suspect that the target group is getting confused.

If the message is not correct, then can you try the target command.

This will be set up by the wizard but not bound. To bind it, click views/keys, click on an unused key, and select the command "target".

You can the press the key, GCP will ask for a group no (select DPS) then a target character (this is the toon which you want to be the target designator).

Check that when you change target for DPS, that the correct message appears in the GCP in game display.

Let me know how this works - we should then be able to fix your swap leader command.

Phil

__________________

Designer Of GameCommanderPro - www.GameCommanderPro.com
Designer Of KeyBlaster - www.keyblaster.com

zahnn
zahnn's picture
User offline. Last seen 2 years 8 weeks ago. Offline
Joined: 09/01/2009
Posts: 8
Phil Thanks for the

Phil

Thanks for the response. Believe it or not it says Heals targeting. I do not get dps targeting.

Jerry

Phil
Phil's picture
User offline. Last seen 2 weeks 2 days ago. Offline
Joined: 06/30/2009
Posts: 571
The group index is wrong

Not sure why, but the group index is wrong.

Can you do the following please:

Click views / advanced.

Click "on" in the debug section to the right of the advanced form.

click "preview", and paste the contents here.
***** warning: edit out your passwords from this text before posting ********

This will give me the information I need to diagnose the issue.

Sorry about the inconvenience.

Thanks
Phil

__________________

Designer Of GameCommanderPro - www.GameCommanderPro.com
Designer Of KeyBlaster - www.keyblaster.com

zahnn
zahnn's picture
User offline. Last seen 2 years 8 weeks ago. Offline
Joined: 09/01/2009
Posts: 8
Phil Here it

Phil

Here it is...

********************************************
1_GroupTargets*
********************************************
GroupTarget All,Sonofagoat-Target,Dadchewscud-Target,Ankerwoman-Target,Ankerman-Target
GroupTarget Tank,Sonofagoat-Target,Dadchewscud-Target,Ankerwoman-Target,Ankerman-Target
GroupTarget DPS,Sonofagoat-Target,Dadchewscud-Target,Ankerwoman-Target,Ankerman-Target
GroupTarget Heals,Sonofagoat-Target,Dadchewscud-Target,Ankerwoman-Target,Ankerman-Target

Translation
-----------

Game Code
---- ----
@Group All,Sonofagoat-Target,Dadchewscud-Target,Ankerwoman-Target,Ankerman-Target@
@Group Tank,Sonofagoat-Target,Dadchewscud-Target,Ankerwoman-Target,Ankerman-Target@
@Group DPS,Sonofagoat-Target,Dadchewscud-Target,Ankerwoman-Target,Ankerman-Target@
@Group Heals,Sonofagoat-Target,Dadchewscud-Target,Ankerwoman-Target,Ankerman-Target@

********************************************
burffup.1
********************************************
GroupCast burffup.1 From All

Translation
-----------
<<All>>
Hit ^h

Game Code
---- ----
@groupspell CTRL-h, All,burffup.1@

********************************************
burffup.2
********************************************
GroupCast burffup.2 From All

Translation
-----------
<<All>>
Hit ^i

Game Code
---- ----
@groupspell CTRL-i, All,burffup.2@

********************************************
burffup.Repeat
********************************************
Calc burffup,%burffup% - 1
Calc burffupNext,%burffup% + 1
If %burffupNext% > 2
Set burffupNext,1
EndIf
Msg burffup Next Phase %burffupNext%
burffup.%burffup%
Set burffup,%burffupNext%

********************************************
burffup.Run
********************************************
KeyReset 10000
if %KeyCount% = 1
Set burffup,1
EndIf
Calc burffupNext,%burffup% + 1
If %burffupNext% > 2
Set burffupNext,1
EndIf
Msg burffup Next Phase %burffupNext%
burffup.%burffup%
Set burffup,%burffupNext%

********************************************
burffup.Skip
********************************************
Calc burffupNext,%burffup% + 1
If %burffupNext% > 2
Set burffupNext,1
EndIf
Msg burffup Next Phase %burffupNext%
Set burffup,%burffupNext%

********************************************
burffup.Start
********************************************
Set burffup,1
Calc burffupNext,%burffup% + 1
Msg burffup Next Phase %burffupNext%
burffup.%burffup%
Calc burffup,%burffup% + 1

********************************************
chnltng
********************************************
GroupCast Chain Lightning From DPS

Translation
-----------
<<DPS>>
Hit ^j

Game Code
---- ----
@groupspell CTRL-j, DPS,Chain Lightning@

********************************************
ClearTargets
********************************************
<<All>>
Macro /cleartarget
Macro /clearfocus

Translation
-----------
<<All>>
Hit ^l

Game Code
---- ----
@macro CTRL-l,/cleartarget\/clearfocus@

********************************************
cstsq1.1
********************************************
GroupCast cstsq1.1 From DPS

Translation
-----------
<<DPS>>
Hit ^m

Game Code
---- ----
@groupspell CTRL-m, DPS,cstsq1.1@

********************************************
cstsq1.2
********************************************
GroupCast cstsq1.2 From DPS

Translation
-----------
<<DPS>>
Hit ^n

Game Code
---- ----
@groupspell CTRL-n, DPS,cstsq1.2@

********************************************
cstsq1.3
********************************************
GroupCast cstsq1.3 From DPS

Translation
-----------
<<DPS>>
Hit ^o

Game Code
---- ----
@groupspell CTRL-o, DPS,cstsq1.3@

********************************************
cstsq1.4
********************************************
GroupCast cstsq1.4 From DPS

Translation
-----------
<<DPS>>
Hit ^p

Game Code
---- ----
@groupspell CTRL-p, DPS,cstsq1.4@

********************************************
cstsq1.5
********************************************
GroupCast cstsq1.5 From DPS

Translation
-----------
<<DPS>>
Hit ^r

Game Code
---- ----
@groupspell CTRL-r, DPS,cstsq1.5@

********************************************
cstsq1.6
********************************************
GroupCast cstsq1.6 From DPS

Translation
-----------
<<DPS>>
Hit ^t

Game Code
---- ----
@groupspell CTRL-t, DPS,cstsq1.6@

********************************************
cstsq1.7
********************************************
GroupCast cstsq1.7 From DPS

Translation
-----------
<<DPS>>
Hit ^u

Game Code
---- ----
@groupspell CTRL-u, DPS,cstsq1.7@

********************************************
cstsq1.Repeat
********************************************
Calc cstsq1,%cstsq1% - 1
Calc cstsq1Next,%cstsq1% + 1
If %cstsq1Next% > 6
Set cstsq1Next,1
EndIf
Msg cstsq1 Next Phase %cstsq1Next%
cstsq1.%cstsq1%
Set cstsq1,%cstsq1Next%

********************************************
cstsq1.Run
********************************************
KeyReset 10000
if %KeyCount% = 1
Set cstsq1,1
EndIf
Calc cstsq1Next,%cstsq1% + 1
If %cstsq1Next% > 6
Set cstsq1Next,1
EndIf
Msg cstsq1 Next Phase %cstsq1Next%
cstsq1.%cstsq1%
Set cstsq1,%cstsq1Next%

********************************************
cstsq1.Skip
********************************************
Calc cstsq1Next,%cstsq1% + 1
If %cstsq1Next% > 6
Set cstsq1Next,1
EndIf
Msg cstsq1 Next Phase %cstsq1Next%
Set cstsq1,%cstsq1Next%

********************************************
cstsq1.Start
********************************************
Set cstsq1,1
Calc cstsq1Next,%cstsq1% + 1
Msg cstsq1 Next Phase %cstsq1Next%
cstsq1.%cstsq1%
Calc cstsq1,%cstsq1% + 1

********************************************
farm1
********************************************
GroupCast Lightning Bolt From DPS

Translation
-----------
<<DPS>>
Hit ^v

Game Code
---- ----
@groupspell CTRL-v, DPS,Lightning Bolt@

********************************************
firstdrop
********************************************
<<Sonofagoat,Dadchewscud,Ankerwoman,Ankerman>>
Cast Call of the Elements

Translation
-----------
<<Sonofagoat,Dadchewscud,Ankerwoman,Ankerman>>
Hit ^x

Game Code
---- ----
@macro CTRL-x,/cast Call of the Elements@

********************************************
flymnt
********************************************
<<All>>
Macro /use Golden Gryphon

Translation
-----------
<<All>>
Hit ^0

Game Code
---- ----
@macro CTRL-0,/use Golden Gryphon@

********************************************
Follow
********************************************
<<All>>
Follow %$Leader%

Translation
-----------
<<All>>
If %$LeaderChan% = 1
Hit ^1
EndIf
If %$LeaderChan% = 2
Hit ^2
EndIf
If %$LeaderChan% = 3
Hit ^3
EndIf
If %$LeaderChan% = 4
Hit ^4
EndIf

Game Code
---- ----
@macro CTRL-1,/follow Sonofagoat@
@macro CTRL-2,/follow Dadchewscud@
@macro CTRL-3,/follow Ankerwoman@
@macro CTRL-4,/follow Ankerman@

********************************************
FollowInTrain*
********************************************
<<All>>
<<Dadchewscud>>
Follow
<<Ankerwoman>>
Follow
<<Ankerman>>
Follow

Translation
-----------
<<All>>
<<Dadchewscud>>
Hit ^5
<<Ankerwoman>>
Hit ^5
<<Ankerman>>
Hit ^5

Game Code
---- ----
@macro CTRL-5,/follow@
@macro CTRL-5,/follow@
@macro CTRL-5,/follow@

********************************************
gogo
********************************************
<<All>>
Hit =

********************************************
Halt
********************************************
<<Dadchewscud>>
Press q
<<Ankerwoman>>
Press e
<<Ankerman>>
Press s

********************************************
HaltRelease
********************************************
<<Dadchewscud>>
Release q
<<Ankerwoman>>
Release e
<<Ankerman>>
Release s
<<>>
NULL

********************************************
HealAnkerman
********************************************
<<Heals>>
KeyReset 1200
if %KeyCount% = 1
cast Healing Wave on Ankerman
endif

Translation
-----------
<<Heals>>
KeyReset 1200
if %KeyCount% = 1
Hit ^6
endif

Game Code
---- ----
@macro CTRL-6,/cast [target=Ankerman] Healing Wave@

********************************************
HealAnkerwoman
********************************************
<<Heals>>
KeyReset 1200
if %KeyCount% = 1
cast Healing Wave on Ankerwoman
endif

Translation
-----------
<<Heals>>
KeyReset 1200
if %KeyCount% = 1
Hit ^7
endif

Game Code
---- ----
@macro CTRL-7,/cast [target=Ankerwoman] Healing Wave@

********************************************
HealDadchewscud
********************************************
<<Heals>>
KeyReset 1200
if %KeyCount% = 1
cast Healing Wave on Dadchewscud
endif

Translation
-----------
<<Heals>>
KeyReset 1200
if %KeyCount% = 1
Hit ^8
endif

Game Code
---- ----
@macro CTRL-8,/cast [target=Dadchewscud] Healing Wave@

********************************************
Healers
********************************************
Msg Select No Of Healers
Get Heals, No
Msg
GroupSet Ankerwoman,DPS
if %Heals% >= 1
GroupSet Ankerwoman,Heals
endif
System Status 3,Heals:%Heals%


Translation
-----------
Msg Select No Of Healers
Get Heals, No
Msg
GroupSet Ankerwoman,DPS
if %Heals% >= 1
GroupSet Ankerwoman,Heals
endif
System Status 3,Heals:%Heals%

********************************************
HealSonofagoat
********************************************
<<Heals>>
KeyReset 1200
if %KeyCount% = 1
cast Healing Wave on Sonofagoat
endif

Translation
-----------
<<Heals>>
KeyReset 1200
if %KeyCount% = 1
Hit ^9
endif

Game Code
---- ----
@macro CTRL-9,/cast [target=Sonofagoat] Healing Wave@

********************************************
Hearth
********************************************
<<All>>
Macro /use hearthstone

Translation
-----------
<<All>>
Hit ^+b

Game Code
---- ----
@macro CTRL-SHIFT-b,/use hearthstone@

********************************************
Interact
********************************************
Msg Select character to interact
<<All>>
Macro /assist %$Leader%
Chan 1
Get Toon,1 Thru 5, or 6 for All
Msg
if %Toon% > 5
<<All>>
Hit -
Chan 1
else
Chan %Toon%
Hit -
endif

Translation
-----------
Msg Select character to interact
<<All>>
If %$LeaderChan% = 1
Hit %b
EndIf
If %$LeaderChan% = 2
Hit ^+c
EndIf
If %$LeaderChan% = 3
Hit ^+f
EndIf
If %$LeaderChan% = 4
Hit ^+g
EndIf
Chan 1
Get Toon,1 Thru 5, or 6 for All
Msg
if %Toon% > 5
<<All>>
Hit -
Chan 1
else
Chan %Toon%
Hit -
endif

Game Code
---- ----
@macro ALT-b,/assist Sonofagoat@
@macro CTRL-SHIFT-c,/assist Dadchewscud@
@macro CTRL-SHIFT-f,/assist Ankerwoman@
@macro CTRL-SHIFT-g,/assist Ankerman@

********************************************
InterfaceToggle
********************************************
<<All>>
hit %Z

********************************************
Invite
********************************************
<<Sonofagoat>>
macro /invite Dadchewscud
macro /invite Ankerwoman
macro /invite Ankerman

Translation
-----------
<<Sonofagoat>>
Hit ^+j

Game Code
---- ----
@macro CTRL-SHIFT-j,/invite Dadchewscud\/invite Ankerwoman\/invite Ankerman@

********************************************
liftoff
********************************************
<<All>>
press {space}

********************************************
liftoffrlese
********************************************
<<All>>
release {space}
Follow %$Leader%

Translation
-----------
<<All>>
release {space}
If %$LeaderChan% = 1
Hit ^1
EndIf
If %$LeaderChan% = 2
Hit ^2
EndIf
If %$LeaderChan% = 3
Hit ^3
EndIf
If %$LeaderChan% = 4
Hit ^4
EndIf

Game Code
---- ----
@macro CTRL-1,/follow Sonofagoat@
@macro CTRL-2,/follow Dadchewscud@
@macro CTRL-3,/follow Ankerwoman@
@macro CTRL-4,/follow Ankerman@

********************************************
Logon
********************************************


********************************************
Mount
********************************************
<<All>>
Macro /use Golden Gryphon

Translation
-----------
<<All>>
Hit ^0

Game Code
---- ----
@macro CTRL-0,/use Golden Gryphon@

********************************************
NextTarget
********************************************
Calc TargetIndex,%TargetIndex% + 1
If %TargetIndex% >
set TargetIndex,1
endif
<<Sonofagoat>>
If %TargetIndex% =
macro /assist Dadchewscud
macro /script SetRaidTarget("target",8)
endif
If %TargetIndex% =
macro /assist Ankerwoman
macro /script SetRaidTarget("target",8)
endif
If %TargetIndex% =
macro /assist Ankerman
macro /script SetRaidTarget("target",8)
endif
Set GroupX, 3
Translate GroupX,`,+`,^`,%`,^+`,%+`,%^`,%^+`
<<All>>
Hit %GroupX%
Chan 1
Calc ToonX, %TargetIndex% + 1
msg Select %Toonx%
Translate ToonX,`,+`,^`,%`,^+`,%+`,%^`,%^+`
<<All>>
Hit %ToonX%

Translation
-----------
Calc TargetIndex,%TargetIndex% + 1
If %TargetIndex% >
set TargetIndex,1
endif
<<Sonofagoat>>
If %TargetIndex% =
Hit ^+k
endif
If %TargetIndex% =
Hit ^+l
endif
If %TargetIndex% =
Hit ^+m
endif
Set GroupX, 3
Translate GroupX,`,+`,^`,%`,^+`,%+`,%^`,%^+`
<<All>>
Hit %GroupX%
Chan 1
Calc ToonX, %TargetIndex% + 1
msg Select %Toonx%
Translate ToonX,`,+`,^`,%`,^+`,%+`,%^`,%^+`
<<All>>
Hit %ToonX%

Game Code
---- ----
@macro CTRL-SHIFT-k,/assist Dadchewscud\/script SetRaidTarget("target",8)@
@macro CTRL-SHIFT-l,/assist Ankerwoman\/script SetRaidTarget("target",8)@
@macro CTRL-SHIFT-m,/assist Ankerman\/script SetRaidTarget("target",8)@

********************************************
pikumup
********************************************
<<Sonofagoat,Dadchewscud,Ankerwoman,Ankerman>>
Cast Totemic Recall

Translation
-----------
<<Sonofagoat,Dadchewscud,Ankerwoman,Ankerman>>
Hit %c

Game Code
---- ----
@macro ALT-c,/cast Totemic Recall@

********************************************
PostSend
********************************************
<<All>>
copy DownloadNeeded%ActiveChan%,Needed,0
if %Needed%>0
hit {Enter}
endif
Use 1
<<All>>
copy DownloadNeeded%ActiveChan%,Needed,0
if %Needed%>0
hit /gcp logmode 0
endif
Use 1
<<All>>
copy DownloadNeeded%ActiveChan%,Needed,0
if %Needed%>0
hit {Enter}
endif
Use 1
<<All>>
copy DownloadNeeded%ActiveChan%,Needed,0
if %Needed%>0
hit {Enter}
endif
Use 1
<<All>>
copy DownloadNeeded%ActiveChan%,Needed,0
if %Needed%>0
hit /gcp runlog
endif
Use 1
<<All>>
copy DownloadNeeded%ActiveChan%,Needed,0
if %Needed%>0
hit {Enter}
endif
Use 1

********************************************
PreSend
********************************************
<<All>>
hit {Enter}
Use 1
<<All>>
hit /gcp logmode 1
Use 1
<<All>>
hit {Enter}
Use 1

********************************************
PreSendInc
********************************************
<<All>>
copy DownloadNeeded%ActiveChan%,Needed,0
if %Needed%>0
hit {Enter}
endif
Use 1
<<All>>
copy DownloadNeeded%ActiveChan%,Needed,0
if %Needed%>0
hit /gcp logmode 2
endif
Use 1
<<All>>
copy DownloadNeeded%ActiveChan%,Needed,0
if %Needed%>0
hit {Enter}
endif
Use 1

********************************************
SelectDPSTarget
********************************************
Set GroupX, 3
Translate GroupX,`,+`,^`,%`,^+`,%+`,%^`,%^+`
<<ALL>>
Hit %GroupX%
<<Sonofagoat>>
Msg Select Toon For Target - 1 = Sonofagoat,2 = Dadchewscud,3 = Ankerwoman,4 = Ankerman,
Get Toon,Enter 1 - 4
Msg
Set ToonX, %Toon%
Translate ToonX,`,+`,^`,%`,^+`,%+`,%^`,%^+`
<<All>>
Hit %ToonX%

********************************************
SetAssistant
********************************************
Msg 1 = Sonofagoat,2 = Dadchewscud,3 = Ankerwoman,4 = Ankerman,
Get NewAssistant,Select Assistant (1-4)
Assistant %NewAssistant%
Get NewSpare,Select Spare (1-4)
Spare %NewSpare%
Msg

********************************************
SetBinding
********************************************
<<All>>
Macro /script SetBinding("-","INTERACTTARGET")
Macro /script SaveBindings(2)

Translation
-----------
<<All>>
Hit %g

Game Code
---- ----
@macro ALT-g,/script SetBinding("-","INTERACTTARGET")\/script SaveBindings(2)@

********************************************
Setbroadcast
********************************************
BroadCast 1

********************************************
SetFramesOff
********************************************
Frames 0

********************************************
SetFramesOn
********************************************
Frames 1

********************************************
Setmousebroadcast
********************************************
MouseBroadcast 1

********************************************
SetPassThru
********************************************
PassThru 1

********************************************
Standard
********************************************
Std

********************************************
Switch
********************************************
<<All>>
Macro /promote %$Leader%
Chan 1
Swap 1,%$LeaderChan%
<<All>>
Hit %`
Set ToonX, %$LeaderChan%
Translate ToonX,`,+`,^`,%`,^+`,%+`,%^`,%^+`
Hit %ToonX%
chan %$LeaderChan%

Translation
-----------
<<All>>
If %$LeaderChan% = 1
Hit %h
EndIf
If %$LeaderChan% = 2
Hit %i
EndIf
If %$LeaderChan% = 3
Hit %j
EndIf
If %$LeaderChan% = 4
Hit %k
EndIf
Chan 1
Swap 1,%$LeaderChan%
<<All>>
Hit %`
Set ToonX, %$LeaderChan%
Translate ToonX,`,+`,^`,%`,^+`,%+`,%^`,%^+`
Hit %ToonX%
chan %$LeaderChan%

Game Code
---- ----
@macro ALT-h,/promote Sonofagoat@
@macro ALT-i,/promote Dadchewscud@
@macro ALT-j,/promote Ankerwoman@
@macro ALT-k,/promote Ankerman@

********************************************
Targ<->Focus
********************************************
Msg Select Toon - 1 = Sonofagoat,2 = Dadchewscud,3 = Ankerwoman,4 = Ankerman,
Get Toon,Enter 1 - 4
Msg
Chan %Toon%
macro /target focus
macro /targetlasttarget
macro /focus target
macro /targetlasttarget

Translation
-----------
Msg Select Toon - 1 = Sonofagoat,2 = Dadchewscud,3 = Ankerwoman,4 = Ankerman,
Get Toon,Enter 1 - 4
Msg
Chan %Toon%
Hit %o

Game Code
---- ----
@macro ALT-o,/target focus\/targetlasttarget\/focus target\/targetlasttarget@

********************************************
Targ->BlockA
********************************************
Msg Select Toon - 1 = Sonofagoat,2 = Dadchewscud,3 = Ankerwoman,4 = Ankerman,
Get Toon,Enter 1 - 4
Msg
Chan %Toon%
Macro /assist %$Leader%

Translation
-----------
Msg Select Toon - 1 = Sonofagoat,2 = Dadchewscud,3 = Ankerwoman,4 = Ankerman,
Get Toon,Enter 1 - 4
Msg
Chan %Toon%
If %$LeaderChan% = 1
Hit %b
EndIf
If %$LeaderChan% = 2
Hit ^+c
EndIf
If %$LeaderChan% = 3
Hit ^+f
EndIf
If %$LeaderChan% = 4
Hit ^+g
EndIf

Game Code
---- ----
@macro ALT-b,/assist Sonofagoat@
@macro CTRL-SHIFT-c,/assist Dadchewscud@
@macro CTRL-SHIFT-f,/assist Ankerwoman@
@macro CTRL-SHIFT-g,/assist Ankerman@

********************************************
Targ->BlockB
********************************************
Msg Select Toon - 1 = Sonofagoat,2 = Dadchewscud,3 = Ankerwoman,4 = Ankerman,
Get Toon,Enter 1 - 4
Msg
Chan %Toon%
macro /focus %$Leader%-target

Translation
-----------
Msg Select Toon - 1 = Sonofagoat,2 = Dadchewscud,3 = Ankerwoman,4 = Ankerman,
Get Toon,Enter 1 - 4
Msg
Chan %Toon%
If %$LeaderChan% = 1
Hit %p
EndIf
If %$LeaderChan% = 2
Hit %r
EndIf
If %$LeaderChan% = 3
Hit %t
EndIf
If %$LeaderChan% = 4
Hit %u
EndIf

Game Code
---- ----
@macro ALT-p,/focus Sonofagoat-target@
@macro ALT-r,/focus Dadchewscud-target@
@macro ALT-t,/focus Ankerwoman-target@
@macro ALT-u,/focus Ankerman-target@

********************************************
Target
********************************************
Msg Select Group - 1 = All,2 = Tank,3 = DPS,4 = Heals,
Get Group,Enter 1 - 4
Set GroupX, %Group%
Translate GroupX,`,+`,^`,%`,^+`,%+`,%^`,%^+`
<<ALL>>
Hit %GroupX%
<<Sonofagoat>>
Msg Select Toon For Target - 1 = Sonofagoat,2 = Dadchewscud,3 = Ankerwoman,4 = Ankerman,
Get Toon,Enter 1 - 4
Msg
Set ToonX, %Toon%
Translate ToonX,`,+`,^`,%`,^+`,%+`,%^`,%^+`
<<All>>
Hit %ToonX%

********************************************
wtrshld
********************************************
<<Sonofagoat,Dadchewscud,Ankerwoman,Ankerman>>
Cast Water Shield

Translation
-----------
<<Sonofagoat,Dadchewscud,Ankerwoman,Ankerman>>
Hit %v

Game Code
---- ----
@macro ALT-v,/cast Water Shield@

********************************************
Zoom
********************************************
Max




Stuff For Transmission


1: @Group All,Sonofagoat-Target,Dadchewscud-Target,Ankerwoman-Target,Ankerman-Target@
2: @Group All,Sonofagoat-Target,Dadchewscud-Target,Ankerwoman-Target,Ankerman-Target@
3: @Group All,Sonofagoat-Target,Dadchewscud-Target,Ankerwoman-Target,Ankerman-Target@
4: @Group All,Sonofagoat-Target,Dadchewscud-Target,Ankerwoman-Target,Ankerman-Target@

1: @Group Tank,Sonofagoat-Target,Dadchewscud-Target,Ankerwoman-Target,Ankerman-Target@
2: @Group Tank,Sonofagoat-Target,Dadchewscud-Target,Ankerwoman-Target,Ankerman-Target@
3: @Group Tank,Sonofagoat-Target,Dadchewscud-Target,Ankerwoman-Target,Ankerman-Target@
4: @Group Tank,Sonofagoat-Target,Dadchewscud-Target,Ankerwoman-Target,Ankerman-Target@

1: @Group DPS,Sonofagoat-Target,Dadchewscud-Target,Ankerwoman-Target,Ankerman-Target@
2: @Group DPS,Sonofagoat-Target,Dadchewscud-Target,Ankerwoman-Target,Ankerman-Target@
3: @Group DPS,Sonofagoat-Target,Dadchewscud-Target,Ankerwoman-Target,Ankerman-Target@
4: @Group DPS,Sonofagoat-Target,Dadchewscud-Target,Ankerwoman-Target,Ankerman-Target@

1: @Group Heals,Sonofagoat-Target,Dadchewscud-Target,Ankerwoman-Target,Ankerman-Target@
2: @Group Heals,Sonofagoat-Target,Dadchewscud-Target,Ankerwoman-Target,Ankerman-Target@
3: @Group Heals,Sonofagoat-Target,Dadchewscud-Target,Ankerwoman-Target,Ankerman-Target@
4: @Group Heals,Sonofagoat-Target,Dadchewscud-Target,Ankerwoman-Target,Ankerman-Target@

1: @groupspell CTRL-h, All,Water Shield
2: @groupspell CTRL-h, All,Water Shield
3: @groupspell CTRL-h, All,Water Shield
4: @groupspell CTRL-h, All,Water Shield

1: @groupspell CTRL-i, All,Flametongue Weapon
2: @groupspell CTRL-i, All,Flametongue Weapon
3: @groupspell CTRL-i, All,Flametongue Weapon
4: @groupspell CTRL-i, All,Flametongue Weapon

1: @groupspell CTRL-j, DPS,Chain Lightning@
2: @groupspell CTRL-j, DPS,Chain Lightning@
3: @groupspell CTRL-j, DPS,Chain Lightning@
4: @groupspell CTRL-j, DPS,Chain Lightning@

1: @macro CTRL-l,/cleartarget\/clearfocus@
2: @macro CTRL-l,/cleartarget\/clearfocus@
3: @macro CTRL-l,/cleartarget\/clearfocus@
4: @macro CTRL-l,/cleartarget\/clearfocus@

1: @groupspell CTRL-m, DPS,Elemental Mastery
2: @groupspell CTRL-m, DPS,Elemental Mastery
3: @groupspell CTRL-m, DPS,Elemental Mastery
4: @groupspell CTRL-m, DPS,Elemental Mastery

1: @groupspell CTRL-n, DPS,Flame Shock
2: @groupspell CTRL-n, DPS,Flame Shock
3: @groupspell CTRL-n, DPS,Lightning Bolt
4: @groupspell CTRL-n, DPS,Lightning Bolt

1: @groupspell CTRL-o, DPS,Lightning Bolt
2: @groupspell CTRL-o, DPS,Lightning Bolt
3: @groupspell CTRL-o, DPS,DONOTHING
4: @groupspell CTRL-o, DPS,DONOTHING

1: @groupspell CTRL-p, DPS,DONOTHING
2: @groupspell CTRL-p, DPS,DONOTHING
3: @groupspell CTRL-p, DPS,Flame Shock
4: @groupspell CTRL-p, DPS,Flame Shock

1: @groupspell CTRL-r, DPS,Lightning Bolt
2: @groupspell CTRL-r, DPS,Lightning Bolt
3: @groupspell CTRL-r, DPS,Lightning Bolt
4: @groupspell CTRL-r, DPS,Lightning Bolt

1: @groupspell CTRL-t, DPS,Lightning Bolt
2: @groupspell CTRL-t, DPS,Lightning Bolt
3: @groupspell CTRL-t, DPS,Lightning Bolt
4: @groupspell CTRL-t, DPS,Lightning Bolt

1: @groupspell CTRL-u, DPS,Lightning Bolt
2: @groupspell CTRL-u, DPS,Lightning Bolt
3: @groupspell CTRL-u, DPS,Lightning Bolt
4: @groupspell CTRL-u, DPS,Lightning Bolt

1: @groupspell CTRL-v, DPS,Lightning Bolt@
2: @groupspell CTRL-v, DPS,Lightning Bolt@
3: @groupspell CTRL-v, DPS,Lightning Bolt@
4: @groupspell CTRL-v, DPS,Lightning Bolt@

1: @macro CTRL-x,/cast Call of the Elements@
2: @macro CTRL-x,/cast Call of the Elements@
3: @macro CTRL-x,/cast Call of the Elements@
4: @macro CTRL-x,/cast Call of the Elements@

1: @macro CTRL-0,/use Golden Gryphon@
2: @macro CTRL-0,/use Golden Gryphon@
3: @macro CTRL-0,/use Golden Gryphon@
4: @macro CTRL-0,/use Golden Gryphon@

1: @macro CTRL-1,/follow Sonofagoat@
2: @macro CTRL-1,/follow Sonofagoat@
3: @macro CTRL-1,/follow Sonofagoat@
4: @macro CTRL-1,/follow Sonofagoat@

1: @macro CTRL-2,/follow Dadchewscud@
2: @macro CTRL-2,/follow Dadchewscud@
3: @macro CTRL-2,/follow Dadchewscud@
4: @macro CTRL-2,/follow Dadchewscud@

1: @macro CTRL-3,/follow Ankerwoman@
2: @macro CTRL-3,/follow Ankerwoman@
3: @macro CTRL-3,/follow Ankerwoman@
4: @macro CTRL-3,/follow Ankerwoman@

1: @macro CTRL-4,/follow Ankerman@
2: @macro CTRL-4,/follow Ankerman@
3: @macro CTRL-4,/follow Ankerman@
4: @macro CTRL-4,/follow Ankerman@

1: @macro CTRL-5,/follow@
2: @macro CTRL-5,/follow@
3: @macro CTRL-5,/follow@
4: @macro CTRL-5,/follow@

1: @macro CTRL-5,/follow@
2: @macro CTRL-5,/follow@
3: @macro CTRL-5,/follow@
4: @macro CTRL-5,/follow@

1: @macro CTRL-5,/follow@
2: @macro CTRL-5,/follow@
3: @macro CTRL-5,/follow@
4: @macro CTRL-5,/follow@

1: @macro CTRL-6,/cast [target=Ankerman] Healing Wave@
2: @macro CTRL-6,/cast [target=Ankerman] Healing Wave@
3: @macro CTRL-6,/cast [target=Ankerman] Healing Wave@
4: @macro CTRL-6,/cast [target=Ankerman] Healing Wave@

1: @macro CTRL-7,/cast [target=Ankerwoman] Healing Wave@
2: @macro CTRL-7,/cast [target=Ankerwoman] Healing Wave@
3: @macro CTRL-7,/cast [target=Ankerwoman] Healing Wave@
4: @macro CTRL-7,/cast [target=Ankerwoman] Healing Wave@

1: @macro CTRL-8,/cast [target=Dadchewscud] Healing Wave@
2: @macro CTRL-8,/cast [target=Dadchewscud] Healing Wave@
3: @macro CTRL-8,/cast [target=Dadchewscud] Healing Wave@
4: @macro CTRL-8,/cast [target=Dadchewscud] Healing Wave@

1: @macro CTRL-9,/cast [target=Sonofagoat] Healing Wave@
2: @macro CTRL-9,/cast [target=Sonofagoat] Healing Wave@
3: @macro CTRL-9,/cast [target=Sonofagoat] Healing Wave@
4: @macro CTRL-9,/cast [target=Sonofagoat] Healing Wave@

1: @macro CTRL-SHIFT-b,/use hearthstone@
2: @macro CTRL-SHIFT-b,/use hearthstone@
3: @macro CTRL-SHIFT-b,/use hearthstone@
4: @macro CTRL-SHIFT-b,/use hearthstone@

1: @macro ALT-b,/assist Sonofagoat@
2: @macro ALT-b,/assist Sonofagoat@
3: @macro ALT-b,/assist Sonofagoat@
4: @macro ALT-b,/assist Sonofagoat@

1: @macro CTRL-SHIFT-c,/assist Dadchewscud@
2: @macro CTRL-SHIFT-c,/assist Dadchewscud@
3: @macro CTRL-SHIFT-c,/assist Dadchewscud@
4: @macro CTRL-SHIFT-c,/assist Dadchewscud@

1: @macro CTRL-SHIFT-f,/assist Ankerwoman@
2: @macro CTRL-SHIFT-f,/assist Ankerwoman@
3: @macro CTRL-SHIFT-f,/assist Ankerwoman@
4: @macro CTRL-SHIFT-f,/assist Ankerwoman@

1: @macro CTRL-SHIFT-g,/assist Ankerman@
2: @macro CTRL-SHIFT-g,/assist Ankerman@
3: @macro CTRL-SHIFT-g,/assist Ankerman@
4: @macro CTRL-SHIFT-g,/assist Ankerman@

1: @macro CTRL-SHIFT-j,/invite Dadchewscud\/invite Ankerwoman\/invite Ankerman@
2: @macro CTRL-SHIFT-j,/invite Dadchewscud\/invite Ankerwoman\/invite Ankerman@
3: @macro CTRL-SHIFT-j,/invite Dadchewscud\/invite Ankerwoman\/invite Ankerman@
4: @macro CTRL-SHIFT-j,/invite Dadchewscud\/invite Ankerwoman\/invite Ankerman@

1: @macro CTRL-1,/follow Sonofagoat@
2: @macro CTRL-1,/follow Sonofagoat@
3: @macro CTRL-1,/follow Sonofagoat@
4: @macro CTRL-1,/follow Sonofagoat@

1: @macro CTRL-2,/follow Dadchewscud@
2: @macro CTRL-2,/follow Dadchewscud@
3: @macro CTRL-2,/follow Dadchewscud@
4: @macro CTRL-2,/follow Dadchewscud@

1: @macro CTRL-3,/follow Ankerwoman@
2: @macro CTRL-3,/follow Ankerwoman@
3: @macro CTRL-3,/follow Ankerwoman@
4: @macro CTRL-3,/follow Ankerwoman@

1: @macro CTRL-4,/follow Ankerman@
2: @macro CTRL-4,/follow Ankerman@
3: @macro CTRL-4,/follow Ankerman@
4: @macro CTRL-4,/follow Ankerman@

1: @macro CTRL-0,/use Golden Gryphon@
2: @macro CTRL-0,/use Golden Gryphon@
3: @macro CTRL-0,/use Golden Gryphon@
4: @macro CTRL-0,/use Golden Gryphon@

1: @macro CTRL-SHIFT-k,/assist Dadchewscud\/script SetRaidTarget("target",8)@
2: @macro CTRL-SHIFT-k,/assist Dadchewscud\/script SetRaidTarget("target",8)@
3: @macro CTRL-SHIFT-k,/assist Dadchewscud\/script SetRaidTarget("target",8)@
4: @macro CTRL-SHIFT-k,/assist Dadchewscud\/script SetRaidTarget("target",8)@

1: @macro CTRL-SHIFT-l,/assist Ankerwoman\/script SetRaidTarget("target",8)@
2: @macro CTRL-SHIFT-l,/assist Ankerwoman\/script SetRaidTarget("target",8)@
3: @macro CTRL-SHIFT-l,/assist Ankerwoman\/script SetRaidTarget("target",8)@
4: @macro CTRL-SHIFT-l,/assist Ankerwoman\/script SetRaidTarget("target",8)@

1: @macro CTRL-SHIFT-m,/assist Ankerman\/script SetRaidTarget("target",8)@
2: @macro CTRL-SHIFT-m,/assist Ankerman\/script SetRaidTarget("target",8)@
3: @macro CTRL-SHIFT-m,/assist Ankerman\/script SetRaidTarget("target",8)@
4: @macro CTRL-SHIFT-m,/assist Ankerman\/script SetRaidTarget("target",8)@

1: @macro ALT-c,/cast Totemic Recall@
2: @macro ALT-c,/cast Totemic Recall@
3: @macro ALT-c,/cast Totemic Recall@
4: @macro ALT-c,/cast Totemic Recall@

1: @macro ALT-g,/script SetBinding("-","INTERACTTARGET")\/script SaveBindings(2)@
2: @macro ALT-g,/script SetBinding("-","INTERACTTARGET")\/script SaveBindings(2)@
3: @macro ALT-g,/script SetBinding("-","INTERACTTARGET")\/script SaveBindings(2)@
4: @macro ALT-g,/script SetBinding("-","INTERACTTARGET")\/script SaveBindings(2)@

1: @macro ALT-h,/promote Sonofagoat@
2: @macro ALT-h,/promote Sonofagoat@
3: @macro ALT-h,/promote Sonofagoat@
4: @macro ALT-h,/promote Sonofagoat@

1: @macro ALT-i,/promote Dadchewscud@
2: @macro ALT-i,/promote Dadchewscud@
3: @macro ALT-i,/promote Dadchewscud@
4: @macro ALT-i,/promote Dadchewscud@

1: @macro ALT-j,/promote Ankerwoman@
2: @macro ALT-j,/promote Ankerwoman@
3: @macro ALT-j,/promote Ankerwoman@
4: @macro ALT-j,/promote Ankerwoman@

1: @macro ALT-k,/promote Ankerman@
2: @macro ALT-k,/promote Ankerman@
3: @macro ALT-k,/promote Ankerman@
4: @macro ALT-k,/promote Ankerman@

1: @macro ALT-o,/target focus\/targetlasttarget\/focus target\/targetlasttarget@
2: @macro ALT-o,/target focus\/targetlasttarget\/focus target\/targetlasttarget@
3: @macro ALT-o,/target focus\/targetlasttarget\/focus target\/targetlasttarget@
4: @macro ALT-o,/target focus\/targetlasttarget\/focus target\/targetlasttarget@

1: @macro ALT-b,/assist Sonofagoat@
2: @macro ALT-b,/assist Sonofagoat@
3: @macro ALT-b,/assist Sonofagoat@
4: @macro ALT-b,/assist Sonofagoat@

1: @macro CTRL-SHIFT-c,/assist Dadchewscud@
2: @macro CTRL-SHIFT-c,/assist Dadchewscud@
3: @macro CTRL-SHIFT-c,/assist Dadchewscud@
4: @macro CTRL-SHIFT-c,/assist Dadchewscud@

1: @macro CTRL-SHIFT-f,/assist Ankerwoman@
2: @macro CTRL-SHIFT-f,/assist Ankerwoman@
3: @macro CTRL-SHIFT-f,/assist Ankerwoman@
4: @macro CTRL-SHIFT-f,/assist Ankerwoman@

1: @macro CTRL-SHIFT-g,/assist Ankerman@
2: @macro CTRL-SHIFT-g,/assist Ankerman@
3: @macro CTRL-SHIFT-g,/assist Ankerman@
4: @macro CTRL-SHIFT-g,/assist Ankerman@

1: @macro ALT-p,/focus Sonofagoat-target@
2: @macro ALT-p,/focus Sonofagoat-target@
3: @macro ALT-p,/focus Sonofagoat-target@
4: @macro ALT-p,/focus Sonofagoat-target@

1: @macro ALT-r,/focus Dadchewscud-target@
2: @macro ALT-r,/focus Dadchewscud-target@
3: @macro ALT-r,/focus Dadchewscud-target@
4: @macro ALT-r,/focus Dadchewscud-target@

1: @macro ALT-t,/focus Ankerwoman-target@
2: @macro ALT-t,/focus Ankerwoman-target@
3: @macro ALT-t,/focus Ankerwoman-target@
4: @macro ALT-t,/focus Ankerwoman-target@

1: @macro ALT-u,/focus Ankerman-target@
2: @macro ALT-u,/focus Ankerman-target@
3: @macro ALT-u,/focus Ankerman-target@
4: @macro ALT-u,/focus Ankerman-target@

1: @macro ALT-v,/cast Water Shield@
2: @macro ALT-v,/cast Water Shield@
3: @macro ALT-v,/cast Water Shield@
4: @macro ALT-v,/cast Water Shield@

Phil
Phil's picture
User offline. Last seen 2 weeks 2 days ago. Offline
Joined: 06/30/2009
Posts: 571
This is an easy fix.

Hi

Not sure why it happened but...

Click view/advanced, in the top left is a drop down listbox to select the category of command being viewed. Select "wizard", this will change the contents of the commands listbox.

Find the command "Switch". Double click in the listbox to edit.

the command will look like:

<<All>>
Macro /promote %$Leader%
Chan 1
Swap 1,%$LeaderChan%
<<All>>
Hit %`
Set ToonX, %$LeaderChan%
Translate ToonX,`,+`,^`,%`,^+`,%+`,%^`,%^+`
Hit %ToonX%
chan %$LeaderChan%

Where it says Hit %`
Change it to say Hit ^`
Hit save

On the advanced window, to the top right (in the "save" section) hit commands (this will force a save to disk)

Your change leader should now work.

FYI the codes `,+`,^`,%`,^+`,%+`,%^`,%^+` represent a group and toon sequence in GCP. When a ` is sent, the modifier determines the group/toon being referred to.

Unshifted means entity 1, shifted means entity 2 etc. To change a group target, 2 codes are sent. The first selects group, and the 2nd selects the toon. Thus to make group 3 select target 5, you send ^` then ^+`

Hope this helps
Thanks
Phil

__________________

Designer Of GameCommanderPro - www.GameCommanderPro.com
Designer Of KeyBlaster - www.keyblaster.com

zahnn
zahnn's picture
User offline. Last seen 2 years 8 weeks ago. Offline
Joined: 09/01/2009
Posts: 8
Is the wizard wrong

Is the wizard wrong then?

This is a copy and paste of the wizard:

#Wizard Window Swap
#Copy Toons, Character.Name
#Command Switch
<<All>>
Macro /promote %$Leader%
Chan 1
Swap 1,%$LeaderChan%
<<All>>
Hit %`
Set ToonX, %$LeaderChan%
Translate ToonX,`,+`,^`,%`,^+`,%+`,%^`,%^+`
Hit %ToonX%
chan %$LeaderChan%
#Key g
#EndCommand
#EndWizard

It should be this right?

#Wizard Window Swap
#Copy Toons, Character.Name
#Command Switch
<<All>>
Macro /promote %$Leader%
Chan 1
Swap 1,%$LeaderChan%
<<All>>
Hit ^`
Set ToonX, %$LeaderChan%
Translate ToonX,`,+`,^`,%`,^+`,%+`,%^`,%^+`
Hit %ToonX%
chan %$LeaderChan%
#Key g
#EndCommand
#EndWizard

I am running the latest Beta.

Thanks Phil for the software and the help.

Jerry

VonHenry
VonHenry's picture
User offline. Last seen 1 year 51 weeks ago. Offline
Joined: 11/20/2009
Posts: 45
Me too

Just FYI - using Full Version Beta V2.0.0.15, and I have Hit %` instead of Hit^`
as well. You might want to confirm that it is getting 'installed' that way.

And not to muddy the waters, because I'm not 100% sure I understand how the group/toon sequences work, but with this forum post by Jeremy:

Jeremy wrote:

Enter the following:

Swap 1,<channelnumber>
<<All>>
Macro /promote <charactername>
Hit %`
Set ToonX, <charactername>
Translate ToonX,`,+`,^`,%`,^+`,%+`,%^`,%^+`
Hit %ToonX%
Chan 1

Should that "Hit %`" also be "Hit ^`", or is this correct the way it is?
I want to set up my F1-F4 keys to promote Chan2-Chan5 to leader without having to move mouse.

Thanks.