I have been reluctant to move to the new UI. I finally did. When you go into a tradeskill container and move your cursor over the combine button you get a dummy indicator saying "click here to combine". Is there any way to shut that off? It hides the gray in/out of the button.
Announcement
Collapse
No announcement yet.
Stupid Question
Collapse
X
-
I'm not quite sure I understand why you'd want to disable the combine button with the new UI since that's kind of the purpose of the new UI (to combine things). But if you really want to disable it, you can prolly just edit the xml file for it and just remove the combine button all together.-- Mewkus: 2100 dings on the server formerly known as Solusek Ro
try: Inventory/Flags/Spells tracker program - (sample output)
-
He means the mouse-over text. When your cursor is over the combine button, mouse-over text pops up saying "click here to combine".
I have as yet to find a way to turn it off myself.
-IkkenIkken Susceptor of the Truthbringer 75th Paladin of Sheep
Luclin ServerJourneyman Artisan 253 Smithing 250 Tailoring 250 Fletching 252 Baking 250 Brewing 250 Jewelcraft 256 Pottery
Comment
-
It's not hard to get rid of the tooltips, but you have to be moderately adept with editing XML files.
First, get yourself a proper text editor. Notepad won't cut it for this. MS Word will do, but it's overkill. Pretty much any decent text editor that has search and replace abilities will do fine.
Next, open your EQ folder and find the UIFiles subfolder, then the Default subfolder under that. In the Default folder, find the file named EQUI_TradeskillWnd.xml. COPY that file to your custom UI folder, then open the copy you just made in your text editor.
The specific commands to search and replace will vary from editor to editor, but usually you can look under the Edit or Search menu for that option. Search for:
Replace that with:Code:<TooltipReference>
Now search for:Code:<!-- <TooltipReference>
Replace that with:Code:</TooltipReference>
It is VERY important that you not mix up the two replaces. Don't replace more than once, either, or you'll get errors when you try to load the custom UI. Just copy and paste the above text into your editor, then use the "replace all" function.Code:</TooltipReference> -->
Once the replacements are made, save the file, then reload your custom UI.
What this does is comment out the tooltips. Everything else in the window will be unchanged; only the tooltips will be gone.
In fact, since I was doing these steps as I was typing, here's the edited file, without tooltips. Save this to your desktop, then unzip it to your custom UI folder. I've scanned the file for viruses and such, but I highly suggest you re-scan it before you open it.Attached FilesSir KyrosKrane Sylvanblade
Master Artisan (300 + GM Trophy in all) of Luclin (Veeshan)
Master Fisherman (200) and possibly Drunk (2xx + 20%), not sober enough to tell!
Lightbringer, Redeemer, and Valiant servant of Erollisi Marr
Comment
-
Oh, wow. I didn't know Notepad's been beefed up with search/replace capabilities. I haven't used Notepad for much since Windows 98. =)Sir KyrosKrane Sylvanblade
Master Artisan (300 + GM Trophy in all) of Luclin (Veeshan)
Master Fisherman (200) and possibly Drunk (2xx + 20%), not sober enough to tell!
Lightbringer, Redeemer, and Valiant servant of Erollisi Marr
Comment
-
Finally!
Thanks Newcromancer for asking about that, and double thanks Kyros, for having found a way!
I was so sick of that tooltip hanging over my combine bags, blocking my item quantities. I might just go looking for more throughout the default UI to rip out.
Thanks again guys
Comment


Comment