EQ2Interface.com
Search Downloads


Go Back   EQ2Interface > Complete Sets


Post A Reply
Author Comments Comment Options
Unread 10-14-2013, 01:24 PM  
Drumstix42
A Griffon
 
Drumstix42's Avatar
Featured Artist

Server: Antonia Bayle
Forum posts: 3287
File comments: 591
Uploads: 44
Quote:
Originally posted by kithirris
Personally I used it all the time. How can we manually add it back, for those of us that want it?
For now, grab the old version from the Archive list and look for the Bagsort button line. I believe it's only 1 line.
Drumstix42 is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 10-14-2013, 12:11 PM  
kithirris
A Coastal Crab

Server: Antonia Bayle
Forum posts: 0
File comments: 2
Uploads: 0
Quote:
Originally posted by Eliziana
We've lost the 'sort' button from the persona window?

edit: nvm, just read patch notes. GUess I was the only person who loved this lol!
Personally I used it all the time. How can we manually add it back, for those of us that want it?
kithirris is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 10-14-2013, 02:01 AM  
Drumstix42
A Griffon
 
Drumstix42's Avatar
Featured Artist

Server: Antonia Bayle
Forum posts: 3287
File comments: 591
Uploads: 44
Quote:
Originally posted by Eliziana
We've lost the 'sort' button from the persona window?

edit: nvm, just read patch notes. GUess I was the only person who loved this lol!
Without any sort of Confirmation popup, people were sorting their bags at unintended times before they had he opportunity to disable bag sort in each bag of theirs. I may add it back in a different fashion when I figure out a workaround (My own confirmation box).
Drumstix42 is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 10-11-2013, 03:54 PM  
Eliziana
A Grove Wisp
 
Eliziana's Avatar

Server: Antonia Bayle
Forum posts: 27
File comments: 11
Uploads: 0
We've lost the 'sort' button from the persona window?

edit: nvm, just read patch notes. GUess I was the only person who loved this lol!

Last edited by Eliziana : 10-11-2013 at 03:55 PM.
Eliziana is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 10-10-2013, 01:18 PM  
Drumstix42
A Griffon
 
Drumstix42's Avatar
Featured Artist

Server: Antonia Bayle
Forum posts: 3287
File comments: 591
Uploads: 44
Quote:
Originally posted by konan
Would it be possible to add a countdown timer to the merc window so can see how much time is left before have to repay?
Will try to get this in soon.
Drumstix42 is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 10-07-2013, 11:11 AM  
konan
A Crazed Gnoll
 
konan's Avatar
Interface Author - Click to view interfaces

Server: Everfrost
Forum posts: 20
File comments: 19
Uploads: 2
Would it be possible to add a countdown timer to the merc window so can see how much time is left before have to repay?
konan is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 09-26-2013, 01:42 PM  
Airos
A Coastal Crab
 
Airos's Avatar

Server: Unkown
Forum posts: 1
File comments: 3
Uploads: 0
Quote:
Originally posted by Drumstix42
Probably not. I haven't really gone out of my way to support Station cash implementation into windows over the years. I've tried to put them in places necessary, so I'll look into it. SOE couldn't just keep the information tucked all in one place, and I've just found it so disorganized. But broken tokens make sense needing to see it while using broker.
Awesome, thank you.
Airos is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 09-26-2013, 04:16 AM  
Drumstix42
A Griffon
 
Drumstix42's Avatar
Featured Artist

Server: Antonia Bayle
Forum posts: 3287
File comments: 591
Uploads: 44
Quote:
Originally posted by Airos
Perhaps I'm just not seeing it, but does the Market window not list Broker Tokens?
Probably not. I haven't really gone out of my way to support Station cash implementation into windows over the years. I've tried to put them in places necessary, so I'll look into it. SOE couldn't just keep the information tucked all in one place, and I've just found it so disorganized. But broken tokens make sense needing to see it while using broker.
Drumstix42 is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 09-25-2013, 10:11 PM  
Airos
A Coastal Crab
 
Airos's Avatar

Server: Unkown
Forum posts: 1
File comments: 3
Uploads: 0
Perhaps I'm just not seeing it, but does the Market window not list Broker Tokens?
Airos is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 09-18-2013, 04:56 PM  
Lessien
A Coastal Crab

Server: Unkown
Forum posts: 0
File comments: 3
Uploads: 0
Im testing it in combat with effects i can cure on. If i click the box under my name it cast the cure no problem but if i hit the macro nothing happens and i get a message to the effect of "this spell are ability is no longer available"
Lessien is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 09-18-2013, 04:49 PM  
Drumstix42
A Griffon
 
Drumstix42's Avatar
Featured Artist

Server: Antonia Bayle
Forum posts: 3287
File comments: 591
Uploads: 44
Quote:
Originally posted by Lessien
I changed Line 15 of the DrumsUI_CF to
Code:
<Button iCmdNum="0" Name="DoCureSpells" OnShow="sFullCmd=(sCmdType)##(iCmdNum)
useabilityonplayer sFullCmd Cure Spells

Visible=false" sCmdType="g" Visible="false" />
and still doesnt work. Is that the correct place to change it?
That is the correct line and place. Know that the CureFinder has a "smart" curing feature in that it will only cast anything if you actually have a detriment with a counter on it. Are you testing it out of combat, or with an actual detriment?
Drumstix42 is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 09-18-2013, 08:43 AM  
Lessien
A Coastal Crab

Server: Unkown
Forum posts: 0
File comments: 3
Uploads: 0
Quote:
Originally posted by Drumstix42
You'd have to go into the xml and find the lines that contain:
useabilityonplayer

Change the "Cure" part to your own spell.
I changed Line 15 of the DrumsUI_CF to
Code:
<Button iCmdNum="0" Name="DoCureSpells" OnShow="sFullCmd=(sCmdType)##(iCmdNum)
useabilityonplayer sFullCmd Cure Spells

Visible=false" sCmdType="g" Visible="false" />
and still doesnt work. Is that the correct place to change it?
Lessien is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 09-18-2013, 07:45 AM  
Drumstix42
A Griffon
 
Drumstix42's Avatar
Featured Artist

Server: Antonia Bayle
Forum posts: 3287
File comments: 591
Uploads: 44
Quote:
Originally posted by Lessien
I just got this UI for the ability to make the CureFinder macro. I am a paladin and everytime I click the macro I set up, It tells me the spell or ability is no longer available. Is there a way to set this up with the paladins Cure Spells ability?
You'd have to go into the xml and find the lines that contain:
useabilityonplayer

Change the "Cure" part to your own spell.
Drumstix42 is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 09-17-2013, 09:45 PM  
Lessien
A Coastal Crab

Server: Unkown
Forum posts: 0
File comments: 3
Uploads: 0
I just got this UI for the ability to make the CureFinder macro. I am a paladin and everytime I click the macro I set up, It tells me the spell or ability is no longer available. Is there a way to set this up with the paladins Cure Spells ability?
Lessien is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 08-27-2013, 01:04 PM  
Drumstix42
A Griffon
 
Drumstix42's Avatar
Featured Artist

Server: Antonia Bayle
Forum posts: 3287
File comments: 591
Uploads: 44
Re: Help Please - Tradeskill window/Harvest depot Issue

Quote:
Originally posted by Sorrcha
On one character on my account I am unable to craft from the harvest depot in my guild hall. Customer service at Sony says that I need to uncheck the disable supply depot box in their UI window as DrumsUI doesn't have this option on the tradeskill window.
Is there any way to get to the original Tradeskill window without removing DrumsUI compeletly?

Thank you for your help
The checkbox is there, but only on the component selection screen I believe. Try crafting something you don't have the components for.

Otherwise, delete eq2ui_tradeskills.xml from your DrumsUI temporarily (or just rename it)
Drumstix42 is offline Report comment to moderator   Reply With Quote Reply With Quote
Post A Reply

 
Category Jump:
Search this Category:
 

All times are GMT -5. The time now is 10:39 AM.


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