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

I have been making a few videos to show aspect of multiboxing and GCP. A concept I though of to demonstrate GCP's capabilities is Dual attacks. This allows me to split my team and attack 2 targets simultaneously. Not sure how useful it is (I haven't had much time to play with it yet) but it's an interesting exercise for advanced users (this will only work in full mode, and needs some command editing). The video (http://gamecommanderpro.com/Video2 - the 5th video) takes you through step by step, and the commands are here:

1_Grouptargets (select wizard unbound category to see this)
copy the DPS line, and paste at the end with DPS2 as the group.

In my case, change:

GroupTarget All,Netank-Target,Neheal-Target,Neboom-Target,Neboomtoo-Target,Nehunt-Target
GroupTarget Tank,Netank-Target,Neheal-Target,Neboom-Target,Neboomtoo-Target,Nehunt-Target
GroupTarget DPS,Netank-Target,Neheal-Target,Neboom-Target,Neboomtoo-Target,Nehunt-Target
GroupTarget Heals,Netank-Target,Neheal-Target,Neboom-Target,Neboomtoo-Target,Nehunt-Target

to

GroupTarget All,Netank-Target,Neheal-Target,Neboom-Target,Neboomtoo-Target,Nehunt-Target
GroupTarget Tank,Netank-Target,Neheal-Target,Neboom-Target,Neboomtoo-Target,Nehunt-Target
GroupTarget DPS,Netank-Target,Neheal-Target,Neboom-Target,Neboomtoo-Target,Nehunt-Target
GroupTarget Heals,Netank-Target,Neheal-Target,Neboom-Target,Neboomtoo-Target,Nehunt-Target
GroupTarget DPS2,Netank-Target,Neheal-Target,Neboom-Target,Neboomtoo-Target,Nehunt-Target

Healers (in wizard category)

You'll need to edit your Healers command - again the video explains this best.
My version:

Msg Select No Of Healers
Get Heals, No
Msg Select No In DPS2
Get NoDPS2, No
Msg
GroupSet Neheal,DPS
GroupSet Neboomtoo,DPS
GroupSet Neboom,DPS
GroupSet NeHunt,DPS
if %Heals% > 0
GroupSet Neheal,Heals
endif
if %Heals% > 1
GroupSet Neboomtoo,Heals
endif
if %Heals% > 2
GroupSet Neboom,Heals
endif

if %NoDPS2% > 0
GroupSet Nehunt,DPS2
endif
if %NoDPS2% > 1
GroupSet Neboom,DPS2
endif
if %NoDPS2% > 2
GroupSet NeboomToo,DPS2
endif
if %NoDPS2% > 3
GroupSet NeHeal,DPS2
endif

Calc NoInDPS1,4 - %Heals%
Calc NoInDPS1, %NoInDPS1% - %NoDPS2%

System Status 3, H %Heals%,D %NoInDPS1%,D %NoDPS2%

DPS2Follow
An extra follow command, so you can move your break away group independantly

<<DPS2>>
Follow NeHunt

My opening attack
Dual attack added 2 lines (the if and endif statements) as I didn't want the hunter assisting the group 1 leader

<<DPS>>
Hit s
<<Heals>>
Hit s
<<NeTank>>
Cast Charge
Focus NeHeal-target
<<NeHunt>>
if %NoDPS2% = 0
macro /assist %$Leader%
endif
macro /petattack
Cast Hunter's Mark

SelectDPS2Target

Copy SelectDPSTarget and change the number of the first line to a 5

All other spells

Any spells made by action/spells will produce a command (the name will be the same as you used when you made the spell).

The commands look like:

GroupCast Damage1 From DPS

Just change any of these to read:

GroupCast Damage1 From DPS
GroupCast Damage1 From DPS2

Phil

p.s. The video can be found at http://gamecommanderpro.com/Video2 (the 5th video)

__________________

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