View Single Post
  #86  
Unread 12-21-2007, 09:48 AM
piirka piirka is offline
A Brown Bear
Interface Author - Click to view interfaces
 
Join Date: Oct 2007
Server: Antonia Bayle
Posts: 10
Default Playerwindow works if it looks like this;

Playerwindow did not work at all for me.
Groupwindow worked like a charm, apart from the last groupmember (one at bottom when using vertical grpwindow). But for groupmembers 1-4 it was really nice to be able to c2c without flipping targets! Thank you.

Ok I edited "eq2ui_henchman_C2CPlayer.xml" to look like this, and it seems to work;

Code:
<?xml version="1.0" encoding="UTF-8"?>
<Page AbsorbsInput="False" ClickThrough="True" Class="Defiler" Location="20,63" name="PlayerC2C" Size="107,26">
	<Text xmlns="Target" Name="Target" DynamicData="/GameData.Target.Name"/>
	<Button xmlns="Trauma" Location="00,0" Name="b_Trauma" Size="26,26" Style="invisible" spell1="Cure Trauma" spell2="" OnPress="useabilityonplayer Parent.Parent.Name.LocalText  spell1 &#xA;Target_Previous"></Button>
	<Button xmlns="Arcane" Location="27,0" Name="b_Arcane" Size="26,26" Style="invisible" spell1="Cure Arcane" spell2="" OnPress="useabilityonplayer Parent.Parent.Name.LocalText  spell1 &#xA;Target_Previous"></Button>
	<Button xmlns="Noxious" Location="54,0" Name="b_Noxious" Size="26,26" Style="invisible" spell1="Cure Noxious" spell2="" OnPress="useabilityonplayer Parent.Parent.Name.LocalText  spell1 &#xA;Target_Previous"></Button>
	<Button xmlns="Elemental" Location="81,0" Name="b_Elemental" Size="26,26" Style="invisible" spell1="Cure Elemental" spell2="" OnPress="useabilityonplayer Parent.Parent.Name.LocalText  spell1 &#xA;Target_Previous"></Button>
</Page>
Havent tried it in a group yet, but I assume that should not matter.

"eq2ui_henchman_C2CGroup.xml" has "GroupMember0" to "GroupMember5" in it, GroupMember5 has "Enabled="false", and the cure to click is not working for the last member in a group. I guess "GroupMember0" has to be removed, and "GroupMember5" has to be enabled, or simply delete the enabled= since true is default, to make it function 100% ?

Last edited by piirka : 12-21-2007 at 10:00 AM.
Reply With Quote