![]() |
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. |
Can't be done because we can't strip the code from the text that makes it match the tracked con color.
|
I dont want it to con them, just want it to do /who
|
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 |
Quote:
|
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. |
Quote:
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. |
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 :p |
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... |
Quote:
:???: 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 =) |
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 :nana:) 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?). |
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. :nana: |
Yes, but as was discussed, you'd get the color code info along with it, so it wouldn't return any matches.
|
| All times are GMT -5. The time now is 03:10 PM. |
vBulletin® - Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
© MMOUI