EQ2Interface.com
Search Downloads


Go Back   EQ2Interface > General Discussion > Help!?!?!

 
 
Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1  
Unread 03-20-2009, 01:25 PM
Lanadad Lanadad is offline
A Crazed Gnoll
 
Join Date: Apr 2005
Server: Splitpaw
Posts: 21
Question Concept: Spell Affect filtering

Not having digged into code yet, I was wondering if this can be done at all.

Goal:
Show a second "Spell Affects" window that shows only predetermined affects.

Reason:
Not all spell affects are sent to logfile, unfortunately. But they are visible in the spell affect window.

Approach so far:
- Copy/paste the existing spell affects xml
- Rename and <include>
- Shorten to 10 instead of 45 icon spaces
- Add a condition that is true/false on spellname:
Code:
COND=(Parent.Name.Text == &apos;Water Bubbles&apos;)
- Use condition to influence Visibility of affect.
Code:
<Icon BackgroundTint="#000000" IconStyle="/IconStyles.effect" MouseOverColor="#FFFF00" Name="Effect1" Size="24,24" TreatAsButton="true" Visible="COND=(Parent.Name.Text == &apos;Water Bubbles&apos;)"/>
Been digging through existing xml files in the UI dirs and found some code that could perhaps support the above, but so far haven't been able to get it to work as intended.

Questions:
1) Is Visible="True" available for affect icons in the volume page tag?
2) What variable holds the actual spellname? Parent.Name.Text doesn't seem to hold any spellnames? Or should I look for the spellnamecode?
3) Does anyone have a tip on how to approach this?

Thank you in advance for your responses.

Last edited by Lanadad : 03-20-2009 at 01:27 PM.
Reply With Quote
 



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -5. The time now is 05:35 PM.


Our Network
EQInterface | EQ2Interface | WoWInterface | LoTROInterface | ESOUI | MMOUI