You should be able to adapt the wizards below to whatever spells you would like, and whatever keybindings you like. They do not use the <<Heals>> group mechanism, just each individual character name, so they should cast regardless of which sub-group your priest belongs to.
I have recently gotten a Raser Naga mouse (OMG I love it) that lets me press keys via a 12-key pad on the side of the mouse. I've decided that all my healing, curse removing, shielding, abolishing of poison and disease, etc. will be done with my right hand via the Naga mouse. And my left hand will do all the movement stuff and tank/dps stuff. I don't have my hands anywhere near the F-keys... so I've changed my keybindings to match my play style.
I created a file in the
C:\GameCommanderPro\Game Support\ folder
named BlueGriffonPriestCommands.GCPWiz.
Inside that file is the following code:
#Wizard Power Word Shield #Copy Toons, Character.Name #Select CasterName, Toons, Select the Priest #calc Caster,"[CasterName(1)]" #loop i,1,[Toons.Count] #Command Shield[Toons(i)] <<[Caster]>> cast Power Word: Shield on [Toons(i)] #Key [i] #EndCommand #EndLoop #EndWizard
This wizard will ask you to pick your priest out of the list of characters defined for your team, and then it will create a GCP command to allow you to shield each toon in your group. Keybindings are: 1 - Shield first char; 2 - Shield second character; etc.
#Wizard Group Healing #Copy Toons, Character.Name #Select CasterName, Toons, Select the Priest #Select TankName, Toons, Select the Tank #calc Caster,"[CasterName(1)]" #calc Tank,"[TankName(1)]" #Command Group-Healing <<[Caster]>> cast Prayer of Healing on [Tank] #Key 0 #EndCommand #EndWizard
For this, the wizard asks you for both your priest and tank... I have a personal preference to cast group healing spells on the tank and if anyone isn't in range, it's their fault! The tank's the central focus of everyone. Something that PUG folks often don't know. If I start running into situations where I don't want the target of my group healing spell to be a specific person everytime, I can modify this wizard and eliminate the "on [Tank]" part (and get rid of the #Select TankName line. That way, the priest will cast the spell on whomever they happen to have selected.


Thanks for posting these here BG and I get what they are suppose to do, but I don't understand how to set the target of the PW:Shield. I know which line it is but I've been going through the "Do This First Wizards" trying to figure out how to set the "target" in the wizard.
What does "i" make the wizard do? ie #loop i,1,[Toons.Count]
Or "j" from the Healers Wizard? S and S2 for that matter also. See below.
As written there the Heal wizard will set F8-F12 to heal the respective character, but I don't know exactly HOW its determining this in the code or how i can use this to set my wizard to Shield/Dispell with Ctrl and Alt modifiers to the Fkeys.
To be honest though, I ultimately want to set all these functions to Numpad keys. In my set up I use an N52te and a Razer Naga for combat, moving, checking my inventory, map and character. But one thing at a time here, lol.
Like I said, its a lack of knowledge of the language used in the wizards for me to do this on my own I believe. I know what I want to do and how it SHOULD work. Just a matter of figuring out the execution.