EQ2Interface

EQ2Interface (https://www.eq2interface.com/forums/index.php)
-   Beta (https://www.eq2interface.com/forums/forumdisplay.php?f=29)
-   -   Knord's Player window with mini XP bar (beta) (https://www.eq2interface.com/forums/showthread.php?t=2687)

knord 04-22-2005 01:36 PM

Knord's Player window with mini XP bar (beta)
 
2 Attachment(s)
Comments/pointers/cookies goes here :)

My make

Quote:

My first try at modding.

There are still problems I can't solve yet.

The hover over the concentration blubbs is not working, can't seem to find the solution.

I am trying to have the mini xp bar with right click menu to toggle between adventure xp and trade xp, but that aint working either.
I have changed the way the _player.xml is created.
Added a page that encapsulates the player data and the experience data.
This I think is my main thorn.

EDIT: I have made a final. Thank you for all the input!

First picture is how it is now.
Second picture is what I am aiming for.

dc_roenfanz 04-22-2005 02:28 PM

Regarding your download description comments

I don't think the context (right click) menu will work outside the main experience window. However, you can set up a toggle button to switch between the two. Another idea I just thought of, you might be able to set up the visibility based on the main experience window.

And it'd be nice if you include a pic here in the thread so we have something to reference too. All-in-all, not bad though

D

Laffs 04-23-2005 01:03 PM

Does the parent window still have this command in it eq2usescomwndcontrols="true" ? that would be the first problem to check for.

2nd is have you made sure the the conc efflector etc is still there and all the bubbles are set correctly, Do they turn yellow when you mouse over them?

*EDIT*

Replace your "ConcEffector" the one you have in there is corrupt

Your Experiance and your Playerinfo windows are overlaping that maybe why the right click menu is not showing properly ? (whilst you can have child windows overlapping each other it can mess the right click up in some cases)

dc_roenfanz 04-24-2005 01:07 PM

Quote:

Originally Posted by Laffs
Does the parent window still have this command in it eq2usescomwndcontrols="true" ? that would be the first problem to check for.

2nd is have you made sure the the conc efflector etc is still there and all the bubbles are set correctly, Do they turn yellow when you mouse over them?

*EDIT*

Replace your "ConcEffector" the one you have in there is corrupt

Your Experiance and your Playerinfo windows are overlaping that maybe why the right click menu is not showing properly ? (whilst you can have child windows overlapping each other it can mess the right click up in some cases)

That could very well mess it up, especially if the HealthPage is on top of the ExpPage. Honestly, I REALLY don't think you can get the same context menu to show. I have an exp/player window mod, and it dun workie either. depeshenode has one and from what I remember, that doesnt work either, as far as the context goes.

Your best bet is either:
1 :: Make a button, and switch the two exp bars through OnPress Events, ie:
togglebutton: OnPress=ExperiencePage.visible=true OnPress=Press2
Press1: ExperiencePage.visible=true OnPress=Press2
Press2=TSExperiencePage.visible=true OnPress=Press1

2 :: Link the Player XP bit to the main experience page through onshow
ExperiencePage --- onshow=parent.player.experience.experience.visible=true
onshow=parent.player.experience.TSexperience.visible=false
Onhide=parent.player.experience.experience.visible=false
onshow=parent.player.experience.TSexperience.visible=true

Keep in mind that this is not exact spripting syntax, its just there to give you an example.

TTFN

D

knord 04-29-2005 04:50 PM

I went with the switch-style, works rather well.

Thank you for all the help :)


All times are GMT -5. The time now is 04:51 PM.

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