EQ2Interface

EQ2Interface (https://www.eq2interface.com/forums/index.php)
-   ProfitUI (https://www.eq2interface.com/forums/forumdisplay.php?f=41)
-   -   Sentinel's Fate Issue Thread (https://www.eq2interface.com/forums/showthread.php?t=13804)

Papabard 02-16-2010 11:20 AM

Sentinel's Fate Issue Thread
 
Thought I would start a thread so those keeping this wonderful UI up and running can find issues in one place.

For me load screen after running patcher the 2nd screen is broken and displays strange stuff. This is only a cosmetic issue and sure its easy to fix.

Raid window still broken ??? Haven't tested but last beta it was.

Bottom bar will surely need some work

Persona Window still has some of the old stats listed those probally are easy to remove.

Quest Journal its still not possible to uncheck show quest helper.

Those are the ones I have noticed please post the things you find here as well and thanks Chrislau and Silat for keeping up with this.

Papabard 02-16-2010 11:30 AM

1 Attachment(s)
heres a screen of what we get window using quick raid buttons or click to cures from raid window

DuneWarrior 02-16-2010 06:34 PM

Persona window is also broken, the ability modifier etc isnt showing correctly. Quick fix for that is to remove the eq2ui_mainhud_persona.xml from your profitui folder

TalTal 02-16-2010 07:01 PM

I am starting to work on the issues.

Another one I noticed when really using it is that the font for the quest in the helper is way too large. Also want to try to make it easier to bring up the big journal window....right now you have to click on the quest names.

Silat of Nagafen

misterportman 02-16-2010 07:43 PM

Best regards!
 
Thank you to those who keep this UI updated! I couldn't play without it!

Razithe 02-16-2010 07:50 PM

Updated UI and got several problems. Quest window gone. Spells wiped from my bars. Not having really used custom UIs in the past, I figured the last two maybe just happened when you update. However right after updating for SF, I now can't chat, not in guild/tell/group anything. It says it doesn't recognize the command.

suprsarge 02-16-2010 11:09 PM

riad buttons arent working for me either
 
I am getting the same message as papabard with the quick cures and heals. Hope a fix comes soon, I really enjoy this mod, if there is anything I can to do help plz ask!

Pabo
Crushbone
Templar

TalTal 02-17-2010 12:53 AM

I am not sure what has changed with the click to cure for the raid window...I spent a little bit troubleshooting this evening. Will look at it more tomorrow. I also have updated the stats display on the persona window. I just have to get it sent over to be put on the updater.

Silat of Nagafen

Skywarrior 02-17-2010 01:23 AM

Going out on a limb here but I'm guessing the click-to-cure issue in the raid is broken due to the name convention changes that were made so characters with the same name from different servers can play together in Battlegrounds. They would have to do something that takes into consideration that there might be two characters with the same name from different servers who end up in the same group or raid.

Portak2009 02-17-2010 04:05 AM

Just a quick
 
Thanks to all you folks who are working on the fixes, I am sure you would like to be playing instead of working on it, and wanted to express a shout out to you guys/gals who keep the UI patched and bug free.

Port

Ravanhawke 02-17-2010 04:56 AM

Market window
 
Is there any way we can add the T9 rares, bags, etc in the preset searches or will that require a fix from your end?

Thanks for those who are making these fixes to a UI that is simply the best all round UI in my view!

TalTal 02-17-2010 07:41 AM

I have the show quest helper checkbox working now. Still have to get it over to the auto updater though.

It is possible for you to add the preset searches yourself. You modify the files in your profitui folder named _ProfitUI_Market_Favorites*. There are several of them for the different searches. I will try to get them modified soon as well.

I have modified the searches with what information I have at this time. Some of it might be inaccurate, but is right to the best of my knowledge.

Silat of Nagafen

Shianne 02-17-2010 08:39 AM

Silat, Thanks so much for the efforts and time you are putting into getting Profit back to a completely useable state. If there is anything I can do to help let me know. I don't know code for squat but maybe there is something else I cando to help lol.

TalTal 02-17-2010 10:28 AM

I have looked over the code for the raid window and tested it on live. I agree it does not work. But looking at the code I cannot find anything wrong. I am still going over it, if anyone else can find the issue feel free to fix and post or give me a hint ;) .

I know this is a high priority item and am trying my best to get it fixed.

Silat of Nagafen

gm9 02-17-2010 01:10 PM

Quote:

Originally Posted by TalTal (Post 88306)
I have looked over the code for the raid window and tested it on live. I agree it does not work. But looking at the code I cannot find anything wrong. I am still going over it, if anyone else can find the issue feel free to fix and post or give me a hint ;) .

I know this is a high priority item and am trying my best to get it fixed.

Silat of Nagafen

Try changing .Text to .LocalText

Papabard 02-17-2010 01:24 PM

tried with this

<Button Location="0,0" Name="B1" OnHoverIn="Tooltip=Parent.Parent.Parent.Parent.ProfitUI_QuickRaidButtons.B1.Tool tip" OnPress="Parent.Parent.Parent.Parent.ProfitUI_QuickRaidButtons.B1.Press=true Parent.Parent.Parent.Parent.ProfitUI_QuickRaidButtons.Target=Parent.Parent.Membe r1.Basic.Name.LocalText" Size="15,15" Style="/ProfitUI_Styles.ButtonStyles.box_button">1</Button>
<Button Location="14,0" Name="B2" OnHoverIn="Tooltip=Parent.Parent.Parent.Parent.ProfitUI_QuickRaidButtons.B2.Tool tip" OnPress="Parent.Parent.Parent.Parent.ProfitUI_QuickRaidButtons.B2.Press=true Parent.Parent.Parent.Parent.ProfitUI_QuickRaidButtons.Target=Parent.Parent.Membe r1.Basic.Name.LocalText" Size="15,15" Style="/ProfitUI_Styles.ButtonStyles.box_button">2</Button>
<Button Location="28,0" Name="B3" OnHoverIn="Tooltip=Parent.Parent.Parent.Parent.ProfitUI_QuickRaidButtons.B3.Tool tip" OnPress="Parent.Parent.Parent.Parent.ProfitUI_QuickRaidButtons.B3.Press=true Parent.Parent.Parent.Parent.ProfitUI_QuickRaidButtons.Target=Parent.Parent.Membe r1.Basic.Name.LocalText" Size="15,15" Style="/ProfitUI_Styles.ButtonStyles.box_button">3</Button>
<Button Location="42,0" Name="B4" OnHoverIn="Tooltip=Parent.Parent.Parent.Parent.ProfitUI_QuickRaidButtons.B4.Tool tip" OnPress="Parent.Parent.Parent.Parent.ProfitUI_QuickRaidButtons.B4.Press=true Parent.Parent.Parent.Parent.ProfitUI_QuickRaidButtons.Target=Parent.Parent.Membe r1.Basic.Name.LocalText" Size="15,15" Style="/ProfitUI_Styles.ButtonStyles.box_button">4</Button>
<Button Location="56,0" Name="B5" OnHoverIn="Tooltip=Parent.Parent.Parent.Parent.ProfitUI_QuickRaidButtons.B5.Tool tip" OnPress="Parent.Parent.Parent.Parent.ProfitUI_QuickRaidButtons.B5.Press=true Parent.Parent.Parent.Parent.ProfitUI_QuickRaidButtons.Target=Parent.Parent.Membe r1.Basic.Name.LocalText" Size="15,15" Style="/ProfitUI_Styles.ButtonStyles.box_button">5</Button>

Still getting same but now it says LocalText not found in raid or group

gm9 02-17-2010 01:39 PM

Well, was an idea, had it once case with hardcoded elements that Text was broken but LocalText worked. Will need some ingame testing then. Maybe they added the color codes to the text value now instead of separately to the color tag. Oh the joys of working around the hardcoding, glad I'm rid of it. Good luck. :)

TalTal 02-17-2010 03:05 PM

Yea I had tried with localtext. That is what is used in Drums ;). The references are good just not functional. I am unsure if the raid window in drums functions or not. will install and check in the near future.

Silat

Specturm 02-17-2010 07:54 PM

Was just looking at stuff and???
 
I think the raid window is just broken..... i am in no way a programmer or anything close, but was looking at the raid window to set some click to cure macros and noticed the problem mentioned on the boards here. As i was comparing the current default raid window, my profit one and the old default raid window (which is the same as the current one, btw) i noticed this line...

<Icon DynamicData="/GameData.Raid.Member_0.Speaking" IconRect="124,204,135,215" IconResource="/images/widgets01.dds" Location="3,3" Name="Speaking" onpress="vivox_adjust_volume Parent.Name.Text" ScrollExtent="10,10" Size="10,10" TreatAsButton="true" />

Which is the standard mute/volume editing button i would assume. It's using the same Parent.Name.Text call, and surprise surprise it doesn't work either. It doesn't give an error like profit or aditu's but it also isn't working as intended for sure. Maybe jumping up and down enough to get them to fix that button in the default ui settings will help everyone figure out how to fix the click to cures as well. just my 2 cents I guess.

The UI is awesome, keep up the good work... Finally switched about 4 months ago as a lifelong "F" key targeting Templar and can't imagine going back.

volko 02-17-2010 08:07 PM

not loading
 
After i installed the new expansion Profit UI will not start. It is using the default UI. All i did was install the game and run the updater and updated the new files

TalTal 02-17-2010 09:26 PM

Quote:

Originally Posted by volko (Post 88349)
After i installed the new expansion Profit UI will not start. It is using the default UI. All i did was install the game and run the updater and updated the new files

Download the ProfitUI auto updater and run it. Profit must be updated to function with the new expansion.
Silat

volko 02-18-2010 01:24 AM

Quote:

Originally Posted by TalTal (Post 88352)
Download the ProfitUI auto updater and run it. Profit must be updated to function with the new expansion.
Silat

I redownloaded the profitui updater and ran it. still same result. not loading it.

Papabard 02-18-2010 02:15 AM

did you install from the cd? if so you now have a new install of the game possibly and its pointing to the wrong one.

Papabard 02-18-2010 04:01 AM

well we did our 1st raid tonight and it was a pita having to use target/spell cast with no quick buttons. Hope this can get fixed. Don't know if rothgar browses here to see the issue but maybe someone should pm him and ask if its custom ui related or if its game related.

Ldarax 02-18-2010 07:24 AM

Here is the correct lines for _ProfitUI_Market_Favorites1.txt for the new rares to show in broker window.

<Data ItemName="Brellium Cluster" ItemEffect=" " ItemType="0" MaxLvl="0" MinLvl="0" SellerName=" " Text="Brellium Cluster" Tier="0"/>
<Data ItemName="Ulteran Diamond" ItemEffect=" " ItemType="0" MaxLvl="0" MinLvl="0" SellerName=" " Text="Ulteran Diamond" Tier="0"/>
<Data ItemName="Kaborite Cluster" ItemEffect=" " ItemType="0" MaxLvl="0" MinLvl="0" SellerName=" " Text="Kaborite Cluster" Tier="0"/>
<Data ItemName="Toxnettle Root" ItemEffect=" " ItemType="0" MaxLvl="0" MinLvl="0" SellerName=" " Text="Toxnettle Root" Tier="0"/>
<Data ItemName="Eucalyptus Lumber" ItemEffect=" " ItemType="0" MaxLvl="0" MinLvl="0" SellerName=" " Text="Eucalyptus Lumber" Tier="0"/>
<Data ItemName="Spotted Pelt" ItemEffect=" " ItemType="0" MaxLvl="0" MinLvl="0" SellerName=" " Text="Spotted Pelt" Tier="0"/>
<Data ItemName="Ethereal Material" ItemEffect=" " ItemType="0" MaxLvl="0" MinLvl="0" SellerName=" " Text="Ethereal Material" Tier="0"/>

Aletah 02-18-2010 07:56 AM

I have profit UI reborn and I updated it a couple times now but in game it still says your UI is incompatible update it. But I have :(

Any idea what I am doing wrong?

Thank you :)

TalTal 02-18-2010 08:59 AM

Quote:

I have profit UI reborn and I updated it a couple times now but in game it still says your UI is incompatible update it. But I have

Any idea what I am doing wrong?

Thank you
It must be installing to the wrong directory...make sure the updater is pointing to where you installed eq2. Also make sure to run as admin on vista/win7.

Quote:

Here is the correct lines for _ProfitUI_Market_Favorites1.txt for the new rares to show in broker window.
Yea, i made a cut and paste error lol. Fix going up now.

Silat

volko 02-18-2010 09:27 AM

Quote:

Originally Posted by Papabard (Post 88376)
did you install from the cd? if so you now have a new install of the game possibly and its pointing to the wrong one.

Yes I did install it from the CD. I have checked all I know to check. The eq2.ini is correct (cl_ui_skinname ProfitUI
cl_ui_subdir UI/). The ui folder is in the right place (C:\Program Files\Sony\EverQuest II\UI\ProfitUI). Finally the file paths is correct (C:\Program Files\Sony\EverQuest II). Any idea on how I can resolve the issue, point it to the right one if that is the problem.

TalTal 02-18-2010 09:29 AM

Quote:

Originally Posted by volko (Post 88393)
Yes I did install it from the CD. I have checked all I know to check. The eq2.ini is correct (cl_ui_skinname ProfitUI
cl_ui_subdir UI/). The ui folder is in the right place (C:\Program Files\Sony\EverQuest II\UI\ProfitUI). Finally the file paths is correct (C:\Program Files\Sony\EverQuest II). Any idea on how I can resolve the issue, point it to the right one if that is the problem.

What OS are you using...is it Vista/win7?

Silat

TalTal 02-18-2010 09:30 AM

Also, it seems that the raid window being borked is a SOE issue. Drumsui is having the same problem. As GM9 suggested they probably modified the dynamic data. I have sent a PM to Rothgar. Hopefully we'll hear something soon.

Silat

gm9 02-18-2010 10:48 AM

Quote:

Originally Posted by TalTal (Post 88395)
As GM9 suggested they probably modified the dynamic data.

There is no dynamic data for the raid window, is there?

Also don't make me come out of retirement for this, lol. The whole essence of eq2 UI modding is things being unnecessarily complicated and you wasting hours trying to find ways around the quirks. :p :D

Suziekew 02-18-2010 11:20 AM

No Login Data
 
I updated to the latest version today that only dealt with journals, persona and market but now, when I go to log in with the login data screen, it's blank. The file is still there with all the correct data and eq2.ini still points to the correct directory, etc. It seems the file is just not being looked at. Did the directory for it change or something?

TalTal 02-18-2010 11:25 AM

Quote:

Originally Posted by gm9 (Post 88397)
There is no dynamic data for the raid window, is there?

Also don't make me come out of retirement for this, lol. The whole essence of eq2 UI modding is things being unnecessarily complicated and you wasting hours trying to find ways around the quirks. :p :D

lol. If this gets you out of retirement I will consider it a job well done by SOE ;) .

Silat

gm9 02-18-2010 11:36 AM

It's more stuff like that which made me glad to leave in the end. ;)

Papabard 02-18-2010 12:19 PM

Quote:

Originally Posted by Suziekew (Post 88399)
I updated to the latest version today that only dealt with journals, persona and market but now, when I go to log in with the login data screen, it's blank. The file is still there with all the correct data and eq2.ini still points to the correct directory, etc. It seems the file is just not being looked at. Did the directory for it change or something?

My login data screen works fine. If you're referring to the quick login which holds char and pw etc.

Maozem 02-18-2010 12:37 PM

I found this in another thread, not sure it will help but might point in the right direction. :)

"Battlegrounds....

--------------------------------------------------------------------------------
I love this mod for healing, but in battlegrounds it would be of no use for the simple fact that ever character has the _servername after there character name.

This is done so people from different servers, but with the same name are not counted as one person or something like that from the test forums.

Is there anyway to get the server name for healing?"

This is from the Darq group/raid thread.

Mao.

splinterfox 02-18-2010 01:03 PM

Then ya have other update then me PB... Cos i just ran patcher and it broke my quick login list

splinterfox 02-18-2010 01:13 PM

Update: I fond fix for the login window. eq2ui_loginscene is linking the date file _ProfitUI_LoginData.txt.xml
after patching profitui.

tho the data is standing in _ProfitUI_LoginData.txt (so no XML file)

You can easly fix this by resaving _ProfitUI_LoginData.txt to _ProfitUI_LoginData.txt.xml

Login and all works fine

TalTal 02-18-2010 01:22 PM

1 Attachment(s)
Thanks for the update. Someone posted a fix for the login screen picture issue earlier and it must of had that error in it. It will get changed back to _ProfitUI_LoginData.txt in that file by default.

Silat

Jamesc146 02-18-2010 03:15 PM

Broker Window
 
6 Attachment(s)
I updated the broker window drop down files to include the T9 stuff.

:) Corrected some directing issues where if you search for T9 rares it goes to T9 rares instead of T8.

:) added The new adornment and transmuting books to the drop down searches and removed the enigma book search (as they no longer exist).

:) I added the slot amounts on backpacks and strongboxes that were missing (the ones that I knew, still missing a couple).

:) added the Sumac display cases to the drop down searches.

I don't take credit for this stuff other than Master of copy & paste ;) please give all props for this to the original creator :)

Toodles,
James

P.S. This is the first time I've added files to a message here so I hope it works. Just copy these 6 files into your profit UI folder overwriting the old ones.


All times are GMT -5. The time now is 07:55 AM.

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