EQ2Interface.com
Search Downloads


Go Back   EQ2Interface > Developer Discussion > UI Developer Discussion

Reply
Thread Tools Search this Thread Display Modes
  #1  
Unread 03-10-2005, 05:27 PM
Myanta's Avatar
Myanta Myanta is offline
A Brown Bear
Interface Author - Click to view interfaces
 
Join Date: Jan 2005
Server: Antonia Bayle
Posts: 10
Default Display both experience at once

Is their a way to display both bars at the same time with the correct vitality info?

I tried modding the original just by moving the ts exp bar below the level bar and making it visible, that did not seem to work. Any ideas would be great.
Reply With Quote
  #2  
Unread 03-10-2005, 07:24 PM
Zonx's Avatar
Zonx Zonx is offline
A Green Troll
This person is a EQ2Map developer.
Featured
 
Join Date: Dec 2004
Server: Blackburrow
Posts: 2,221
Default

Yes very possible. Here's the mod I did.

I've since realized the TS vitality overflow marker was broken and have fixed it to work in my next release.

The trick here is that each OverflowMarker auto show/hide is dependant on having AdventureXP and TradeskillXP named parents. Only 1 of these parent objects will be visible based on the right-click setting.

The workaround I came up with was to include both bars in both parent pages. The tradeskill marker inside the AdventureXP page gets named something else. Likewise for the adventure marker inside the TradeskillXP page. The original markers then send visibility commands to their counterpart in the opposing page. Example...

Code:
AdventureXP
  AdvBar
  OverflowMarker
     OnShow=parent.parent.TradeskillXP.AdvOverflowMarker.visible=true
     OnHide=parent.parent.TradeskillXP.AdvOverflowMarker.visible=false
  TSBar
  TSOverflowMarker

TradeskillXP
  TSBar
  OverflowMarker
     OnShow=parent.parent.AdventureXP.TSOverflowMarker.visible=true
     OnHide=parent.parent.AdventureXP.TSOverflowMarker.visible=false
  AdvBar
  AdvOverflowMarker
Reply With Quote
Reply



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 10:27 AM.


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