EQ2Interface.com
Search Downloads


Go Back   EQ2Interface > Interface Pieces > Miscellaneous


Post A Reply
Author Comments Comment Options
Unread 06-19-2009, 02:35 AM  
dragowulf
A man among men
 
dragowulf's Avatar
Interface Author - Click to view interfaces

Server: Nagafen
Forum posts: 934
File comments: 247
Uploads: 20
Update Log:
V1.2 09.06.19
- Fixed the bug that made the window invisible after switching characters
dragowulf is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 06-19-2009, 07:29 AM  
battosa
A Berserk Golem

Server: Antonia Bayle
Forum posts: 58
File comments: 25
Uploads: 0
Quote:
Originally posted by dragowulf
Update Log:
V1.2 09.06.19
- Fixed the bug that made the window invisible after switching characters
sorry for being late ,, no i don't have the frame and backdrop problem

i was wondering something too ... if i create a copy of your mod and renaming it,

will i be able to filter 30 spell ? 15 by mod

Last edited by battosa : 06-19-2009 at 07:41 AM.
battosa is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 06-19-2009, 07:41 AM  
mafoe
A Coastal Crab

Server: Antonia Bayle
Forum posts: 0
File comments: 2
Uploads: 0
I would like to try this mod, which is looking awesome, but I have problems getting it to work.

My eq2ui_custom.xml looks like this due to me using Profit:

<?xml version="1.0" encoding="utf-8"?>
<Page IgnoreTab="false" ismodule="true" Name="Custom" PackSize="1,1" PackSizeProp="0002/0003,0002/0003" ScrollExtent="1024,768" Size="1024,768" Visible="false">
<include>_ProfitUI_custom.xml</include>
</Page>
<Namespace Name="ProfitUI_Styles">
<include>_ProfitUI_Styles.xml</include>
</Namespace>


Where do I add the include? I tried to add it at several positions in the file, it either breaks Profit or doesnt work :/

edit: This does not work:

<?xml version="1.0" encoding="utf-8"?>
<Page IgnoreTab="false" ismodule="true" Name="Custom" PackSize="1,1" PackSizeProp="0002/0003,0002/0003" ScrollExtent="1024,768" Size="1024,768" Visible="false">
<include>_ProfitUI_custom.xml</include>
<include>eq2ui_custom_dragowulfui_spelltimer.xml</include>
</Page>
<Namespace Name="ProfitUI_Styles">
<include>_ProfitUI_Styles.xml</include>
</Namespace>

Last edited by mafoe : 06-19-2009 at 12:30 PM.
mafoe is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 06-19-2009, 01:35 PM  
dragowulf
A man among men
 
dragowulf's Avatar
Interface Author - Click to view interfaces

Server: Nagafen
Forum posts: 934
File comments: 247
Uploads: 20
Quote:
Originally posted by mafoe
I would like to try this mod, which is looking awesome, but I have problems getting it to work.

My eq2ui_custom.xml looks like this due to me using Profit:

<?xml version="1.0" encoding="utf-8"?>
<Page IgnoreTab="false" ismodule="true" Name="Custom" PackSize="1,1" PackSizeProp="0002/0003,0002/0003" ScrollExtent="1024,768" Size="1024,768" Visible="false">
<include>_ProfitUI_custom.xml</include>
</Page>
<Namespace Name="ProfitUI_Styles">
<include>_ProfitUI_Styles.xml</include>
</Namespace>


Where do I add the include? I tried to add it at several positions in the file, it either breaks Profit or doesnt work :/

edit: This does not work:

<?xml version="1.0" encoding="utf-8"?>
<Page IgnoreTab="false" ismodule="true" Name="Custom" PackSize="1,1" PackSizeProp="0002/0003,0002/0003" ScrollExtent="1024,768" Size="1024,768" Visible="false">
<include>_ProfitUI_custom.xml</include>
<include>eq2ui_custom_dragowulfui_spelltimer.xml</include>
</Page>
<Namespace Name="ProfitUI_Styles">
<include>_ProfitUI_Styles.xml</include>
</Namespace>
That should work. This is mine.

Code:
<?xml version="1.0" encoding="utf-8"?>
<Page IgnoreTab="false" ismodule="true" Name="Custom" PackSize="1,1" PackSizeProp="0002/0003,0002/0003" ScrollExtent="1024,768" Size="1024,768" Visible="false">
<include>eq2ui_custom_dragowulfui_spelltimer.xml</include>
<include>_ProfitUI_custom.xml</include>
</Page>
<Namespace Name="ProfitUI_Styles">
<include>_ProfitUI_Styles.xml</include>
</Namespace>

Last edited by dragowulf : 06-19-2009 at 01:36 PM.
dragowulf is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 06-19-2009, 02:24 PM  
mafoe
A Coastal Crab

Server: Antonia Bayle
Forum posts: 0
File comments: 2
Uploads: 0
I've reinstalled your mod and updated the entirety of profit again, discarding all changes, and voila, it works. O.o Being a software developer myself, this is kinda annoying, but I am too happy it works v.v Now for some playing around with eet, thanks!
mafoe is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 06-19-2009, 08:05 PM  
DjThaPimp
A Dervish Cutthroat

Server: Mistmoore
Forum posts: 35
File comments: 23
Uploads: 0
Window Settings

nm.

Last edited by DjThaPimp : 06-19-2009 at 08:07 PM.
DjThaPimp is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 06-20-2009, 11:38 PM  
Nimble
A Coastal Crab

Server: Antonia Bayle
Forum posts: 0
File comments: 5
Uploads: 0
See huge promise in this mod, and my only desire so far would be to lose the thin border around the window.

Great job.
Nimble is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 06-21-2009, 11:42 AM  
dragowulf
A man among men
 
dragowulf's Avatar
Interface Author - Click to view interfaces

Server: Nagafen
Forum posts: 934
File comments: 247
Uploads: 20
Quote:
Originally posted by Nimble
See huge promise in this mod, and my only desire so far would be to lose the thin border around the window.

Great job.
You're installing it wrong. Everybody seems to be installing it wrong. And I figured out why...

When you edit eq2ui_custom.xml it should look like this (exclude everything else but the <include>eq2ui_custom_dragowulfui_spelltimer.xml</include>:
Code:
<?xml version="1.0" encoding="utf-8"?>
<Page IgnoreTab="false" ismodule="true" Name="Custom" PackSize="1,1" PackSizeProp="0002/0003,0002/0003" ScrollExtent="1024,768" Size="1024,768" Visible="false">
<include>eq2ui_custom_dragowulfui_dpscalc.xml</include>
<include>eq2ui_custom_dragowulfui_spelltimer.xml</include>
<include>_ProfitUI_custom.xml</include>
</Page>
<Namespace Name="ProfitUI_Styles">
<include>_ProfitUI_Styles.xml</include>
</Namespace>
but everyone seems to be doing this:
Code:
<?xml version="1.0" encoding="utf-8"?>
<Page IgnoreTab="false" ismodule="true" Name="Custom" PackSize="1,1" PackSizeProp="0002/0003,0002/0003" ScrollExtent="1024,768" Size="1024,768" Visible="false">
<include>eq2ui_custom_dragowulfui_dpscalc.xml</include>
<include>_ProfitUI_custom.xml</include>
</Page>
<Namespace Name="ProfitUI_Styles">
<include>_ProfitUI_Styles.xml</include>
</Namespace>
<include>eq2ui_custom_dragowulfui_spelltimer.xml</include>
What people are doing wrong is adding the line at the end of the mod. It shold be the line under:
Code:
<Page IgnoreTab="false" ismodule="true" Name="Custom" PackSize="1,1" PackSizeProp="0002/0003,0002/0003" ScrollExtent="1024,768" Size="1024,768" Visible="false">
dragowulf is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 06-21-2009, 11:54 AM  
dragowulf
A man among men
 
dragowulf's Avatar
Interface Author - Click to view interfaces

Server: Nagafen
Forum posts: 934
File comments: 247
Uploads: 20
Installation Notes:
- How To: Install A Custom UI
- drago_mixed_elements.dds goes in your CustomUI/images/ folder.
- eq2ui_custom_dragowulfui_spelltimer.xml goes in your CustomUI folder.
- _DragowulfUI_SpellTimerSettings.txt goes in your CustomUI folder.
- Open _DragowulfUI_SpellTimerSettings.txt and change "Insert Spell Name" to the desired spell(s) you want to filter in.
- It will then look something like this:
Code:
<?xml version="1.0" encoding="utf-8"?>
<Page Name="SpellTimerData">
	<Page Name="1" SpellName="Destructive Mind IV" />
	<Page Name="2" SpellName="Spell Lash II" />
	<Page Name="3" SpellName="Haruspex III" />
	<Page Name="4" SpellName="Obliterated Psyche V" />
	<Page Name="5" SpellName="Reflexes" />
	<Page Name="6" SpellName="Insert Spell Name" />
	<Page Name="7" SpellName="Insert Spell Name" />
	<Page Name="8" SpellName="Insert Spell Name" />
	<Page Name="9" SpellName="Insert Spell Name" />
	<Page Name="10" SpellName="Insert Spell Name" />
	<Page Name="11" SpellName="Insert Spell Name" />
	<Page Name="12" SpellName="Insert Spell Name" />
	<Page Name="13" SpellName="Insert Spell Name" />
	<Page Name="14" SpellName="Insert Spell Name" />
	<Page Name="15" SpellName="Insert Spell Name" />
</Page>
- If you do not have eq2ui_custom.xml, copy it from your EverQuest II/UI/Default folder and paste it in your CustomUI folder.
- Once you have or already have eq2ui_custom.xml, open it with a text editor and add the following line:
Code:
<include>eq2ui_custom_dragowulfui_spelltimer.xml</include>
- It will then look something like this (make sure that the line you're adding is DIRECTLY the line under the second line of eq2ui_custom.xml and not on the last line of the .xml):
Code:
<?xml version="1.0" encoding="utf-8"?>
<Page IgnoreTab="false" ismodule="true" Name="Custom" PackSize="1,1" PackSizeProp="0002/0003,0002/0003" ScrollExtent="1024,768" Size="1024,768" Visible="false">
<include>eq2ui_custom_dragowulfui_spelltimer.xml</include>
</Page>
** WARNING: Make sure that you did the above correct, otherwise you will get no resize/move cursor for the mod (but you will be able to move it) and you will not be able to right click it to take the backdrop and frame off.

Last edited by dragowulf : 06-22-2009 at 11:57 AM.
dragowulf is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 06-22-2009, 08:03 AM  
Papabard
A Griffon
 
Papabard's Avatar
Interface Author - Click to view interfaces

Server: Unrest
Forum posts: 647
File comments: 45
Uploads: 3
finally created 2 for my dirge and love it. by renaming the window and a bit of mods we have 2 new timer windows that show debuffs in 1 and cob/gravitas and stoneskin in other. Now for a request to get a right aligned variation of it
Papabard is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 06-22-2009, 08:57 AM  
lachisistsao
A Coastal Crab

Server: Antonia Bayle
Forum posts: 0
File comments: 1
Uploads: 0
Cool!! The timer works perfect!! Thank you!

Last edited by lachisistsao : 06-22-2009 at 10:01 AM.
lachisistsao is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 06-22-2009, 02:53 PM  
DjThaPimp
A Dervish Cutthroat

Server: Mistmoore
Forum posts: 35
File comments: 23
Uploads: 0
Possibility?

Would there be anyway for it to accurately calculate your recast for said spell and give a countdown for recast time or is that getting a bit crazy. Could maybe have it ding or something when the recast is up. I know just look at your hotbars so its not that bad but having it right in that popup window, consolidated at able to see the countdown rather than mouseover for a tool tip, might be pretty nice. Its already an incredible mod for sure.
DjThaPimp is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 06-22-2009, 06:12 PM  
Senzuki
A Coastal Crab

Server: Splitpaw
Forum posts: 0
File comments: 1
Uploads: 0
hi there, im using profit ui, the latest version. Im having problems with the box disappearing each time i camp between my toons. Ive read the past post and seems this used to be a previous problems, but thought it had been fixed. There something im misssing here? .

Thanks
Senzuki is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 06-22-2009, 11:33 PM  
dragowulf
A man among men
 
dragowulf's Avatar
Interface Author - Click to view interfaces

Server: Nagafen
Forum posts: 934
File comments: 247
Uploads: 20
Quote:
Originally posted by Senzuki
hi there, im using profit ui, the latest version. Im having problems with the box disappearing each time i camp between my toons. Ive read the past post and seems this used to be a previous problems, but thought it had been fixed. There something im misssing here? .

Thanks
Make sure you have downloaded the latest version.
dragowulf is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 06-24-2009, 11:03 PM  
opeth_pa
A Coastal Crab

Server: Antonia Bayle
Forum posts: 1
File comments: 3
Uploads: 0
COB and other similar Spells

Hey there!

What a great mod..
THis should pick up spells that other people cast on me right? Obviously as a scout I would want to track COB

I have tried Cacophany of Blades II then had someone in group cast it but it was not picked..

granted its late and im tired but am i thinking about this wrong?
opeth_pa 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 02:02 PM.


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