EQ2Interface.com
Search Downloads


Go Back   EQ2Interface > General Discussion > Request

Closed Thread
Thread Tools Search this Thread Display Modes
  #1  
Unread 10-26-2006, 11:02 AM
AzzAzzin AzzAzzin is offline
A Forest Scavenger
Interface Author - Click to view interfaces
 
Join Date: Dec 2004
Server: Mistmoore
Posts: 18
Default Tracking Window with a /Who Button

I am currently using [OCD-Adv] Tracking piece. It works great so far but what im wondering is if someone could add a button that allows me to right click the person on track and do a /who with one simple right click of their name.

In PVP, we cant distinguish from enemy or friendly unless we type out a who on everyone that pops up on tracking.. This would greatly increase efficiancy on tracking..

Anyone that could put this together for me would be greatly appreciated..

Thank You.
__________________
  #2  
Unread 10-26-2006, 04:07 PM
Landiin Landiin is offline
Slayer of clock cycles
This person is a EQ2Map developer.
Featured
 
Join Date: Nov 2004
Server: Oasis
Posts: 3,464
Default

Can't be done because we can't strip the code from the text that makes it match the tracked con color.
__________________
Landiin's EQ2MAP Updater Discussion Download
  #3  
Unread 10-26-2006, 05:07 PM
AzzAzzin AzzAzzin is offline
A Forest Scavenger
Interface Author - Click to view interfaces
 
Join Date: Dec 2004
Server: Mistmoore
Posts: 18
Default

I dont want it to con them, just want it to do /who
__________________
  #4  
Unread 10-26-2006, 06:18 PM
Faetyl's Avatar
Faetyl Faetyl is offline
Freeport Pizza Delivery
Featured
 
Join Date: Mar 2005
Server: Unrest
Posts: 1,212
Default

What we are saying is that the data in the tracking window is hard coded.
This means we can't do anything with it at all, nothing, nadda, no-how.

Sorry. I know it would be awesome especially for PVP as many have been asking for this but it just isn't possible currently.

All we can do is recommend that all who would like to see this ability in game perform an in game /feedback
__________________
Thor/Faetyl of the Unrest Server
ThorUI AU - Play EverQuest2 in Style!
Portal
Forums

Got Guild?

"Always code as if the person who ends up maintaining your code will be a violent psychopath who knows where you live."
  #5  
Unread 10-26-2006, 06:59 PM
Landiin Landiin is offline
Slayer of clock cycles
This person is a EQ2Map developer.
Featured
 
Join Date: Nov 2004
Server: Oasis
Posts: 3,464
Default

Quote:
Originally Posted by AzzAzzin
I dont want it to con them, just want it to do /who
I know you don't want to con them but what I am saying the the color code that is attached ( hard coded ) to the text we are able to get breaks the /who command. /who all :00F:Fred returns 0 matches.
__________________
Landiin's EQ2MAP Updater Discussion Download
  #6  
Unread 10-26-2006, 08:14 PM
Faetyl's Avatar
Faetyl Faetyl is offline
Freeport Pizza Delivery
Featured
 
Join Date: Mar 2005
Server: Unrest
Posts: 1,212
Default

Oh wow I had no idea we could even get that much.

I assumng no, but I'm wondering if there is a command in xml to strip out the first set of digits from data.
__________________
Thor/Faetyl of the Unrest Server
ThorUI AU - Play EverQuest2 in Style!
Portal
Forums

Got Guild?

"Always code as if the person who ends up maintaining your code will be a violent psychopath who knows where you live."
  #7  
Unread 10-27-2006, 12:43 AM
lordebon lordebon is offline
Fetish Core author
This person is a EQ2Map developer.
Featured
 
Join Date: Jun 2005
Server: Crushbone
Posts: 2,667
Default

Quote:
Originally Posted by Faetyl
I assumng no, but I'm wondering if there is a command in xml to strip out the first set of digits from data.
Not that I've ever known.

Now if that EQ2EXT thing takes off... maybe that could strip off that stuff, perhaps?


I know I could do it in PHP without batting an eyelash (I actually have a function that does that, it strips the first n letters) but XML is much harder to do stuff like that.
  #8  
Unread 10-27-2006, 06:23 AM
mother9987's Avatar
mother9987 mother9987 is offline
A Griffon
This person is a EQ2Map developer.
Interface Author - Click to view interfaces
 
Join Date: Dec 2004
Server: Everfrost
Posts: 204
Default

There's no string parsing functions other than concatenate available to us.

EQ2Ext adds nice features such as loops and conditionals, but no new functions on the order of splitting strings. (Edit: That I've seen. The version I have is his original, but since he built it from all functions that already exist in the UI builder, I can't see how it would be possible.)

Lol, I suppose we could use loops and concatenate to build the string from scratch, essentially cracking it like a password. Is the con :00B: and the name 'A'? Ok, is the Name 'B'? ...

With the ability to parse about 30 names per second, should only take a couple hours or maybe days (weeks?) to solve and do a /who
__________________
'Tetht the printhiple, tetht the printhiple,' muttered Igor. 'Thorry, thur, but Igorth do not "tetht the printhiple". Thtrap it to the bench and put a good thick bolt of lightning through it, thatth our motto. Thatth how you tetht thomething.'
  #9  
Unread 10-27-2006, 09:16 AM
Faetyl's Avatar
Faetyl Faetyl is offline
Freeport Pizza Delivery
Featured
 
Join Date: Mar 2005
Server: Unrest
Posts: 1,212
Default

hehe

Sounds like they should just start doing the /feedback in game.

Maybe request that trackers get an extra data field sent to the tracking window that includes the Players allegience information. Freeport... Qeynos... etc...
__________________
Thor/Faetyl of the Unrest Server
ThorUI AU - Play EverQuest2 in Style!
Portal
Forums

Got Guild?

"Always code as if the person who ends up maintaining your code will be a violent psychopath who knows where you live."
  #10  
Unread 10-27-2006, 01:47 PM
lordebon lordebon is offline
Fetish Core author
This person is a EQ2Map developer.
Featured
 
Join Date: Jun 2005
Server: Crushbone
Posts: 2,667
Default

Quote:
Originally Posted by mother9987
Lol, I suppose we could use loops and concatenate to build the string from scratch, essentially cracking it like a password. Is the con :00B: and the name 'A'? Ok, is the Name 'B'? ...
Well, if the code is

:???: Name

I think it might be possible to use concat to build it up. Just have it do that WHEN you hit the "Who" button.

Thats the method I use in PHP for some stuff, like removing the first n characters, or removing up to and including the first space.


But yeah. Definately feedback it. It would make it so much easier if they just give you the data =)
  #11  
Unread 10-27-2006, 02:30 PM
gm9 gm9 is offline
gm10-1
Premium Member
EQ2Interface Super Mod
Featured
 
Join Date: Feb 2006
Posts: 6,479
Default

We have no function to truncate strings (or to access only parts of strings in any way). So except for mother's brute force method (got a good laugh out of that ) there is no way to get rid of the color data.

The day they allow be to truncate strings and maybe apply some regular expressions (one can dream) I'd have a couple of functions that I would add to the UI (processing of tooltips anyone?).
__________________
P R O F I T U I ∙ R E B O R N [Auto-Updater] | [Portal] | [F.A.Q.] | [Support Forums]
~ Retired ~
If it does not work, you likely installed it incorrectly. Always try a clean install before reporting bugs.
  #12  
Unread 02-05-2007, 04:05 PM
jimmyd1969 jimmyd1969 is offline
A Coastal Crab
 
Join Date: Feb 2007
Server: Antonia Bayle
Posts: 1
Default

I know you can copy/paste information in to EQ2. Couldn't one create a tracking window that allowed the highlighting of users names and then use that highlight to copy/paste it into a /who command?

I know that is a hack way to program, but if it works, it would be a wonderful day for PvP'ing scouts.
  #13  
Unread 02-05-2007, 07:04 PM
Deathbane27's Avatar
Deathbane27 Deathbane27 is offline
aka Mook
This person is a EQ2Map developer.
Interface Author - Click to view interfaces
 
Join Date: Jul 2004
Server: Nektulos
Posts: 1,451
Default

Yes, but as was discussed, you'd get the color code info along with it, so it wouldn't return any matches.
__________________
If it ain't broke, it needs more features!
Closed Thread



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -5. The time now is 08:31 AM.


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