EQ2Interface.com
Search Downloads


Go Back   EQ2Interface > Complete Sets


Post A Reply
Author Comments Comment Options
Unread 02-18-2016, 09:38 AM  
Darqwood
A Griffon
 
Darqwood's Avatar
Interface Author - Click to view interfaces

Forum posts: 850
File comments: 920
Uploads: 9
Re: Punctuation in Group/Raid Windows

Quote:
Originally posted by Eandur
I don't seem to be able to use certain types of punctuation in group and raid window /telltarget, /groupsay, and /raidsay chat text.

The ones I am having trouble with are: exclamation point (!), plus (+), minus (-), and apostrophe ('). However, some do, such as percent (%) and colon (: ), the latter of which behaves strangely, in that it deletes any proceeding text up to whitespace (e.g., "hello there!" would become "hello"). All the others except for percent do all kinds of crazy things as well.

You can use any symbols as long as you wrap them in single quotes. For example:

Code:
 
'-++==<<< You have been J-Capped! >>>==++-'
If the line uses mnemonics, make sure they stay separated out of the quotes:

Code:
 
'*** Casting ((' SPELL ')) on ' TNAME '***'
The only keyboard characters you can't display are single and double quotes. I'll add some more help text for this in the upcoming version.


.
Darqwood is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 02-18-2016, 02:16 AM  
Eandur
A Young Mystail Rat

Server: Oasis
Forum posts: 4
File comments: 16
Uploads: 0
Punctuation in Group/Raid Windows

I don't seem to be able to use certain types of punctuation in group and raid window /telltarget, /groupsay, and /raidsay chat text.

The ones I am having trouble with are: exclamation point (!), plus (+), minus (-), and apostrophe ('). However, some do, such as percent (%) and colon (: ), the latter of which behaves strangely, in that it deletes any proceeding text up to whitespace (e.g., "hello there!" would become "hello"). All the others except for percent do all kinds of crazy things as well.

A quick fix for this would be to enable the use of HTML entities such as:
Code:
&apos;
Code:
&plus;
Code:
&minus;
etc.

Last edited by Eandur : 02-18-2016 at 02:36 AM.
Eandur is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 02-15-2016, 09:44 PM  
Darqwood
A Griffon
 
Darqwood's Avatar
Interface Author - Click to view interfaces

Forum posts: 850
File comments: 920
Uploads: 9
Re: Armor Sets

Quote:
Originally posted by GCT
The Armor Set feature doesn't seem to be working for me, unless I really don't understand how it works. (Which is entirely possible, it took me awhile to figure out the new AA window!)

I can add and name a slot but I can't do anything with it.

When you added the armor set it saved the list of equipment you were wearing at the time. Try equipping some different armor and save that as set #2. Now you can switch armor sets by choosing the one you want and clicking Equip. You might need sets for raid, group, solo, possibly a tradeskill set to quickly switch to pieces that improve your harvesting or tradeskill stats. You can create appearance gear sets in a similar way on the appearance tab.



.
Darqwood is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 02-15-2016, 06:01 PM  
GCT
A Coastal Crab

Server: Antonia Bayle
Forum posts: 0
File comments: 18
Uploads: 0
Armor Sets

The Armor Set feature doesn't seem to be working for me, unless I really don't understand how it works. (Which is entirely possible, it took me awhile to figure out the new AA window!)

I can add and name a slot but I can't do anything with it.
GCT is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 02-12-2016, 05:43 PM  
GCT
A Coastal Crab

Server: Antonia Bayle
Forum posts: 0
File comments: 18
Uploads: 0
Quote:
Originally posted by Darqwood
Those don't exists for every character, unlike the harvesting skills. Will have to see what breaks if the character has not learned them yet. The other issue is squeezing them in on the stat bars.



.
Thank you! I'd love to be able to completely design my own stat bar layout (or at least have you do them for me -- for example, for the tradeskill one, I'd like the housing and leaderboards button, the zam harvesting link, and adorning, tinkering and transmuting skill levels. Since I use all the harvesting tools, I very rarely need to know what level my harvesting skills are.
GCT is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 02-12-2016, 02:52 PM  
Darqwood
A Griffon
 
Darqwood's Avatar
Interface Author - Click to view interfaces

Forum posts: 850
File comments: 920
Uploads: 9
Quote:
Originally posted by GCT
I'd like to be able to see Adorning and Tinkering values on the tradeskill experience bar. Is there a way to do this?

Those don't exists for every character, unlike the harvesting skills. Will have to see what breaks if the character has not learned them yet. The other issue is squeezing them in on the stat bars.



.
Darqwood is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 02-12-2016, 11:31 AM  
GCT
A Coastal Crab

Server: Antonia Bayle
Forum posts: 0
File comments: 18
Uploads: 0
I'd like to be able to see Adorning and Tinkering values on the tradeskill experience bar. Is there a way to do this?
GCT is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 02-03-2016, 08:14 PM  
Darqwood
A Griffon
 
Darqwood's Avatar
Interface Author - Click to view interfaces

Forum posts: 850
File comments: 920
Uploads: 9
Re: Shared Notes

Quote:
Originally posted by GCT
Another question, if you don't mind.

What file are the "Shared Notes" in? I found each individual character's notes, but not the shared one.

Sometimes I think of something when I'm not in game and I'd like to edit that file to add a note to myself.

Shared notes are in the same file as the individual characters: darquiv3_notes.xml. Look for the "Common" page as in


Code:
  
<Page Name="Common">
    <Icon Name="0" PoiDescription="shared notes go here" PoiRes... ...
</Page>

If you dont see the Common element, writing a shared note in-game will create it.


.
Darqwood is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 02-03-2016, 04:53 PM  
GCT
A Coastal Crab

Server: Antonia Bayle
Forum posts: 0
File comments: 18
Uploads: 0
Shared Notes

Another question, if you don't mind.

What file are the "Shared Notes" in? I found each individual character's notes, but not the shared one.

Sometimes I think of something when I'm not in game and I'd like to edit that file to add a note to myself.
GCT is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 01-29-2016, 01:13 PM  
Darqwood
A Griffon
 
Darqwood's Avatar
Interface Author - Click to view interfaces

Forum posts: 850
File comments: 920
Uploads: 9
Re: Re: Re: Mercenary clothing?

Quote:
Originally posted by GCT
Great, thank you!

For some reason the updater wants to download the window controller every time I run it, even though I have already installed it. Is this normal?

Not normal, a couple of files from the next update got onto the list. Your version should now be the one reported. Thanks for pointing it out.


.
Darqwood is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 01-29-2016, 11:20 AM  
GCT
A Coastal Crab

Server: Antonia Bayle
Forum posts: 0
File comments: 18
Uploads: 0
Re: Re: Mercenary clothing?

Quote:
Originally posted by Darqwood
To get to the mercenary's clothing, click the blue icon near the top of the merc tab. To get back to the mercenary hiring list, click the small icon above the salary bar.


.
Great, thank you!

For some reason the updater wants to download the window controller every time I run it, even though I have already installed it. Is this normal?

Last edited by GCT : 01-29-2016 at 11:27 AM.
GCT is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 01-29-2016, 12:41 AM  
Darqwood
A Griffon
 
Darqwood's Avatar
Interface Author - Click to view interfaces

Forum posts: 850
File comments: 920
Uploads: 9
Re: Mercenary clothing?

Quote:
Originally posted by GCT
I'm having a problem finding where I can change my merc's appearance clothing.

I haven't played the game in three years, so I could be just completely missing it. I think I remember it being under the persona window somewhere, but the mercenary tab just shows which mercs I can summon.

To get to the mercenary's clothing, click the blue icon near the top of the merc tab. To get back to the mercenary hiring list, click the small icon above the salary bar.


.
Darqwood is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 01-28-2016, 11:54 PM  
GCT
A Coastal Crab

Server: Antonia Bayle
Forum posts: 0
File comments: 18
Uploads: 0
Mercenary clothing?

I'm having a problem finding where I can change my merc's appearance clothing.

I haven't played the game in three years, so I could be just completely missing it. I think I remember it being under the persona window somewhere, but the mercenary tab just shows which mercs I can summon.
GCT is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 01-25-2016, 09:19 PM  
Darqwood
A Griffon
 
Darqwood's Avatar
Interface Author - Click to view interfaces

Forum posts: 850
File comments: 920
Uploads: 9
Quote:
Originally posted by Falvia
I've been having a weird problem lately. I moved some windows around, and now my Maintained Spells window doesn't show many spells at all. I have mousewheel scrolling on, and I've tried scrolling down to see if more spells, and I only see 4, and I know there's more up. Anythign that could cause this.

If you are missing icons after using mouse wheel scrolling, stretch the window very large to bring them back into view, then resize the window back to its normal size. The icons can sometimes get "stuck" out of view when using scrolling.

Another possibility: Some of the maintained icons may have been hidden if you used spell filtering on the same icon in the spell effects window. Uncheck the box (bottom of the Options tab in the Character window) to temporarily show the hidden icons.


.
Darqwood is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 01-25-2016, 07:23 PM  
Falvia
A Coastal Crab

Server: Antonia Bayle
Forum posts: 1
File comments: 1
Uploads: 0
I've been having a weird problem lately. I moved some windows around, and now my Maintained Spells window doesn't show many spells at all. I have mousewheel scrolling on, and I've tried scrolling down to see if more spells, and I only see 4, and I know there's more up. Anythign that could cause this.
Falvia 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 07:17 AM.


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