EQ2Interface

EQ2Interface (https://www.eq2interface.com/forums/index.php)
-   ProfitUI (https://www.eq2interface.com/forums/forumdisplay.php?f=41)
-   -   trying to export the raidwindow (https://www.eq2interface.com/forums/showthread.php?t=13307)

karlheinz 09-10-2009 09:05 PM

trying to export the raidwindow
 
Ok, I've done this some time ago and again felt the need to use profit's raid window together with fetish (as in UI is all fetish save the raid window).

I've got everything looking fine and working except for one thing:

While the subclass_detector is obviously working as it loads the correct quickbuttons to the raid window,
it somehow seems to not be working when it comes to the cures, because:

Upon clicking on one of the regular cures, nothing happens, upon clicking the cursecure i get the /raidsay-macro I set up for that cure, but the cure itself is not happening. //EDIT: "nothing happens" is actually wrong, eq2 says "Spell/Ability N/A" as in eq2 tries to cast Cure instead of Heilkraft (german server here)... at least that's my guess.

Now I found in these forums, that using "/show_window Custom.ProfitUI_SubClassDetector" ingame fixes the above mentioned problem, but I would really like to get this to work without having to use this macro after every login/LD.

For clarification: after using said macro click2cure works like a charm, correctly curing stuff and also the cursecure does actually cast curse cure in union with emoting the raidsay.

i then tried, what gm9 suggested here ( http://www.eq2interface.com/forums/s...ad.php?t=13094 ) and added "Parent.ProfitUI_SubclassDetector.Detect.Press=true" (also tried an additional Parent. due to fetishs different ui structure to no avail) to the OnHoverIn of the groupwindow. This however, does not help whatsoever, not even MouseOver'ing the groupwindow triggers this or its not working :o //EDIT: also set up this thing to the OnShow of the player window, doesnt help either

gm9 09-11-2009 06:18 AM

Not all of what you says makes sense but you can try this:

In _ProfitUI_SubclassDetector.xml find this:

Code:

<Textbox DynamicData="/GameData.Self.SubClass" Name="SC" OnChange="show_window Custom.ProfitUI_SubclassDetector
change to this:

Code:

<Text DynamicData="/GameData.Self.SubClass" Name="SC" OnTextChanged="show_window Custom.ProfitUI_SubclassDetector
Might help. Otherwise simply add

Code:

show_window Custom.ProfitUI_SubClassDetector
to the OnHoverIn of the Raid window. That's a bit messy but will work.

In ProfitUI the initalization is done by the control center which you probably did not copy over. Without that for cancel spellcast functionality you'd need to add CancelSpellcast="true" to the second line of the CuresCode.xml.

karlheinz 09-11-2009 07:13 AM

Quote:

Originally Posted by gm9 (Post 85721)
Not all of what you says makes sense but you can try this:

In _ProfitUI_SubclassDetector.xml find this:

Code:

<Textbox DynamicData="/GameData.Self.SubClass" Name="SC" OnChange="show_window Custom.ProfitUI_SubclassDetector
change to this:

Code:

<Text DynamicData="/GameData.Self.SubClass" Name="SC" OnTextChanged="show_window Custom.ProfitUI_SubclassDetector

works, TY

Although i must admit im still puzzled as to why the correct quickbuttons are loaded but not the currect cure spell names.
Quote:


In ProfitUI the initalization is done by the control center which you probably did not copy over. Without that for cancel spellcast functionality you'd need to add CancelSpellcast="true" to the second line of the CuresCode.xml.
works as well, thanks again. so the raid window is now completely functional


All times are GMT -5. The time now is 11:49 AM.

vBulletin® - Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
© MMOUI