View Single Post
  #1  
Unread 08-28-2009, 11:06 AM
pooka's Avatar
pooka pooka is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Dec 2004
Server: Antonia Bayle
Posts: 250
Default Mini Skill Window Beta

The beginnings of the mini harvesting skill window. It's a modded persona window as per the discussion in the request forum, as well as a custom window that needs to be added to eq2ui_custom.xml:

<include>eq2ui_custom_miniskill.xml</include>

To show the window use /show_window Custom.MiniSkill

The custom window will display ? / ? for some stats until you get an update, zone, or mouseover the skill in the persona window.

Things that aren't working quite right:
1) Initializing. Working backwards might be possible, but each skill is given a #. To access Gathering from the miniskill window, use:
Code:
Parent.Parent.Persona.MainPage.TabPages.Skills.SkillTabPages.InnerPage.Utility.Frame.UtilityComposite.CategoryTemplate.Composite.1048513601.Status.Text
Not sure if the # changes from session to session or character to character.

3) "Safe Fall" The space seems to prevent that skill from updating properly.


So, have some fun with this.

---
Interesting side effect, when skills are modified up or down, they appropriately turn red or green.
Attached Files
File Type: zip miniskill.zip (11.8 KB, 798 views)

Last edited by pooka : 08-28-2009 at 12:01 PM. Reason: afterthoughts
Reply With Quote