View Single Post
  #1  
Unread 05-04-2013, 11:16 AM
Sigrdrifa Sigrdrifa is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Jan 2006
Server: Crushbone
Posts: 153
Default Changing Pet Window to use Cure Magic instead of Cure Arcane

Hokay, I am using a modified version of Aseekia's Pet Window. The modified version can be found here.



So, what was changed from the basic version of the Aseekia window is that we swapped out some rarely-used buttons and added the two cures I could do as a conjy, which look like this:
<Icon BackgroundTint="#000000" DynamicData="/GameData.Pet.Effect4" IconStyle="/IconStyles.effect" Location="25,0" MaximumSize="21,21" MinimumSize="21,21" MouseOverColor="#FFFF00" Name="Effect4" OnPress="cureplayer g0 elemental pet" ScrollExtent="21,21" Size="21,21" TreatAsButton="true" />
<Icon BackgroundTint="#000000" DynamicData="/GameData.Pet.Effect2" IconStyle="/IconStyles.effect" Location="0,0" MaximumSize="21,21" MinimumSize="21,21" MouseOverColor="#FFFF00" Name="Effect2" OnPress="cureplayer g0 arcane pet" ScrollExtent="21,21" Size="21,21" TreatAsButton="true" />
So, now that all mage cures are "Cure Magic" instead of "Cure Arcane" or "Cure Elemental", I'm really not sure what to do to update the cure buttons to use the new cure spell.

Can anyone assist? I've got my group and raid windows using the new variant, but this one I'm just not knowledgeable enough regarding the code to guess a fix.
Reply With Quote